8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bumps the minor-development group with 2 updates in the / directory: @eslint/js and markdownlint-cli2.
Updates @eslint/js from 9.23.0 to 9.28.0
@eslint/js
Sourced from @eslint/js's releases.
@eslint/js
v9.28.0 Features b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas) a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773) (Milos Djermanovic) bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti) 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar) 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar) c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus) b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti) bc3c331 feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus) Bug Fixes eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779) (Milos Djermanovic) a467de3 fix: update context.report types (#19751) (Nitin Kumar) fd467bb fix: remove interopDefault to use jiti's default (#19697) (sethamus) 72d16e3 fix: avoid false positive in no-unassigned-vars for declare module (#19746) (Azat S.) 81c3c93 fix: curly types (#19750) (Eli) Documentation 3ec2082 docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas) 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch) 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas) 59dd7e6 docs: update func-style with examples (#19793) (Tanuj Kanti) e9129e0 docs: add global scope's implicit field to Scope Manager docs (#19770) (Milos Djermanovic) 52f5b7a docs: fix minor typos and add links (#19743) (루밀LuMir) 00716a3 docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio) Chores 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802) (Francesco Trotta) 844f5a6 chore: package.json update for @eslint/js release (Jenkins) 62b1c1b chore: update globals to v16 (#19791) (Nitin Kumar) e8a1cb8 chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar) 43d3975 chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas) 2dfb5eb test: update SourceCodeTraverser tests (#19763) (Milos Djermanovic) 5bc21f9 chore: add *.code-workspace to .gitignore (#19771) (루밀LuMir) f4fa40e refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas) 0f49329 refactor: use a service to emit warnings (#19725) (Francesco Trotta) 20a9e59 chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot]) v9.27.0 Features d71e37f feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas) ba456e0 feat: Externalize MCP server (#19699) (Nicholas C. Zakas) 07c1a7e feat: add allowRegexCharacters to no-useless-escape (#19705) (sethamus) 7bc6c71 feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch) ee40364 feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus) 32957cd feat: support TS syntax in max-params (#19557) (Nitin Kumar) Bug Fixes 5687ce7 fix: correct mismatched removed rules (#19734) (루밀LuMir)
b0674be
a95721f
--pass-on-unpruned-suppressions
bfd0e7a
no-use-before-define
68c61c0
no-shadow
0f773ef
no-magic-numbers
c4a6b60
b03ad17
prefer-arrow-callback
bc3c331
eea3e7e
GlobalScope#implicit
a467de3
fd467bb
72d16e3
no-unassigned-vars
81c3c93
3ec2082
89a65b0
2ba8a0d
59dd7e6
func-style
e9129e0
implicit
52f5b7a
00716a3
175b7b8
@eslint/js@9.28.0
844f5a6
62b1c1b
e8a1cb8
43d3975
2dfb5eb
SourceCodeTraverser
5bc21f9
*.code-workspace
.gitignore
f4fa40e
0f49329
20a9e59
d71e37f
ba456e0
07c1a7e
allowRegexCharacters
no-useless-escape
7bc6c71
ee40364
32957cd
max-params
5687ce7
... (truncated)
Sourced from @eslint/js's changelog.
v9.28.0 - May 30, 2025 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802) (Francesco Trotta) 844f5a6 chore: package.json update for @eslint/js release (Jenkins) b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas) 3ec2082 docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas) 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch) 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas) eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779) (Milos Djermanovic) a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773) (Milos Djermanovic) a467de3 fix: update context.report types (#19751) (Nitin Kumar) 59dd7e6 docs: update func-style with examples (#19793) (Tanuj Kanti) 62b1c1b chore: update globals to v16 (#19791) (Nitin Kumar) bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti) 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar) e8a1cb8 chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar) 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar) 43d3975 chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas) c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus) fd467bb fix: remove interopDefault to use jiti's default (#19697) (sethamus) 2dfb5eb test: update SourceCodeTraverser tests (#19763) (Milos Djermanovic) b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti) e9129e0 docs: add global scope's implicit field to Scope Manager docs (#19770) (Milos Djermanovic) bc3c331 feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus) 5bc21f9 chore: add *.code-workspace to .gitignore (#19771) (루밀LuMir) 72d16e3 fix: avoid false positive in no-unassigned-vars for declare module (#19746) (Azat S.) f4fa40e refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas) 81c3c93 fix: curly types (#19750) (Eli) 52f5b7a docs: fix minor typos and add links (#19743) (루밀LuMir) 0f49329 refactor: use a service to emit warnings (#19725) (Francesco Trotta) 20a9e59 chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot]) 00716a3 docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio) v9.27.0 - May 16, 2025 f8f1560 chore: upgrade @eslint/js@9.27.0 (#19739) (Milos Djermanovic) ecaef73 chore: package.json update for @eslint/js release (Jenkins) 25de550 docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas) bd5def6 docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas) d71e37f feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas) 5687ce7 fix: correct mismatched removed rules (#19734) (루밀LuMir) 596fdc6 chore: update dependency @arethetypeswrong/cli to ^0.18.0 (#19732) (renovate[bot]) ba456e0 feat: Externalize MCP server (#19699) (Nicholas C. Zakas) dc5ed33 fix: correct types and tighten type definitions in SourceCode class (#19731) (루밀LuMir) 4d0c60d docs: Add Neovim to editor integrations (#19729) (Maria José Solano) f791da0 chore: remove unbalanced curly brace from .editorconfig (#19730) (Maria José Solano) e86edee refactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas) 07c1a7e feat: add allowRegexCharacters to no-useless-escape (#19705) (sethamus) cf36352 chore: remove shared types (#19718) (Francesco Trotta) f60f276 refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)
v9.28.0 - May 30, 2025
v9.27.0 - May 16, 2025
f8f1560
@9
ecaef73
25de550
bd5def6
596fdc6
@arethetypeswrong/cli
dc5ed33
SourceCode
4d0c60d
f791da0
.editorconfig
e86edee
cf36352
f60f276
35304dd
funding
d6fa4ac
addd0a6
771317f
345288d
4946847
Updates @natoboram/load_env from 1.0.0 to 1.0.1
@natoboram/load_env
Sourced from @natoboram/load_env's releases.
@natoboram/load
v1.0.1 What's Changed ⬆️ Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group by @dependabot in NatoBoram/load_env#12 ⬆️ Bump the minor-development group with 8 updates by @dependabot in NatoBoram/load_env#14 ⬆️ Bump typescript from 5.7.2 to 5.7.3 in the patch group by @dependabot in NatoBoram/load_env#13 ⬆️ Bump the npm_and_yarn group with 2 updates by @dependabot in NatoBoram/load_env#15 ⬆️ Bump the minor-development group with 4 updates by @dependabot in NatoBoram/load_env#17 ⬆️ Bump markdownlint-cli2 from 0.17.1 to 0.17.2 in the patch group by @dependabot in NatoBoram/load_env#16 ⬆️ Bump vitest from 2.1.8 to 3.0.4 by @dependabot in NatoBoram/load_env#19 ⬆️ Bump vitest from 3.0.4 to 3.0.5 in the npm_and_yarn group by @dependabot in NatoBoram/load_env#20 ⬆️ Bump the patch group with 4 updates by @dependabot in NatoBoram/load_env#21 ⬆️ Bump globals from 15.14.0 to 16.0.0 by @dependabot in NatoBoram/load_env#24 ⬆️ Bump the minor-development group with 5 updates by @dependabot in NatoBoram/load_env#22 ⬆️ Bump the minor-development group across 1 directory with 6 updates by @dependabot in NatoBoram/load_env#31 ⬆️ Bump the eslint group across 1 directory with 4 updates by @dependabot in NatoBoram/load_env#30 ⬆️ Bump typescript from 5.8.2 to 5.8.3 in the patch group across 1 directory by @dependabot in NatoBoram/load_env#35 ⬆️ Bump vite from 6.2.0 to 6.2.3 in the npm_and_yarn group by @dependabot in NatoBoram/load_env#25 ✨ Add strings by @NatoBoram in NatoBoram/load_env#36 ✨ Add Date by @NatoBoram in NatoBoram/load_env#37 🔖 v1.0.1 by @NatoBoram in NatoBoram/load_env#38 Full Changelog: NatoBoram/load_env@v1.0.0...v1.0.1
@dependabot
@NatoBoram
Full Changelog: NatoBoram/load_env@v1.0.0...v1.0.1
58d9aba
dbc21c3
39e5c07
58d4ec8
e1ccc86
221791c
1d6d608
cc58317
28d7d79
c4f10d7
Updates @types/node from 22.13.8 to 22.15.29
@types/node
Updates dotenv from 16.4.7 to 16.5.0
dotenv
Sourced from dotenv's changelog.
16.5.0 (2025-04-07) Added 🎉 Added new sponsor Graphite - the AI developer productivity platform helping teams on GitHub ship higher quality software, faster. [!TIP] Become a sponsor The dotenvx README is viewed thousands of times DAILY on GitHub and NPM. Sponsoring dotenv is a great way to get in front of developers and give back to the developer community at the same time. Changed Remove _log method. Use _debug #862
[!TIP] Become a sponsor The dotenvx README is viewed thousands of times DAILY on GitHub and NPM. Sponsoring dotenv is a great way to get in front of developers and give back to the developer community at the same time.
[!TIP] Become a sponsor
The dotenvx README is viewed thousands of times DAILY on GitHub and NPM. Sponsoring dotenv is a great way to get in front of developers and give back to the developer community at the same time.
_log
_debug
d39cc9a
2f4e407
a1eef11
fb7e407
bf9113f
9326f05
2e8da30
3257b3a
c0ca62c
797c5e9
Updates eslint from 9.23.0 to 9.28.0
eslint
Sourced from eslint's releases.
Sourced from eslint's changelog.
f341f21
779dda9
Updates eslint-config-prettier from 10.1.2 to 10.1.5
eslint-config-prettier
Sourced from eslint-config-prettier's releases.
v10.1.5 Patch Changes #332 60fef02 Thanks @JounQin! - chore: add funding field into package.json Full Changelog: prettier/eslint-config-prettier@v10.1.4...v10.1.5 v10.1.4 Patch Changes #328 94b4799 Thanks @silvenon! - fix(cli): do not crash on no rules configured Full Changelog: prettier/eslint-config-prettier@v10.1.3...v10.1.4 v10.1.3 Patch Changes #325 4e95a1d Thanks @pilikan! - fix: this package is commonjs, align its types correctly New Contributors @pilikan made their first contribution in prettier/eslint-config-prettier#325 Full Changelog: prettier/eslint-config-prettier@v10.1.2...v10.1.3
60fef02
@JounQin
package.json
Full Changelog: prettier/eslint-config-prettier@v10.1.4...v10.1.5
94b4799
@silvenon
Full Changelog: prettier/eslint-config-prettier@v10.1.3...v10.1.4
4e95a1d
@pilikan
commonjs
Full Changelog: prettier/eslint-config-prettier@v10.1.2...v10.1.3
Sourced from eslint-config-prettier's changelog.
10.1.5 Patch Changes #332 60fef02 Thanks @JounQin! - chore: add funding field into package.json 10.1.4 Patch Changes #328 94b4799 Thanks @silvenon! - fix(cli): do not crash on no rules configured 10.1.3 Patch Changes #325
Sorry, something went wrong.
⬆️ Bump the minor-development group across 1 directory with 12 updates
f9ff702
Bumps the minor-development group with 2 updates in the / directory: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) and [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2). Updates `@eslint/js` from 9.23.0 to 9.28.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.28.0/packages/js) Updates `@natoboram/load_env` from 1.0.0 to 1.0.1 - [Release notes](https://github.com/NatoBoram/load_env/releases) - [Commits](NatoBoram/load_env@v1.0.0...v1.0.1) Updates `@types/node` from 22.13.8 to 22.15.29 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `dotenv` from 16.4.7 to 16.5.0 - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v16.4.7...v16.5.0) Updates `eslint` from 9.23.0 to 9.28.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.23.0...v9.28.0) Updates `eslint-config-prettier` from 10.1.2 to 10.1.5 - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v10.1.2...v10.1.5) Updates `globals` from 16.0.0 to 16.2.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v16.0.0...v16.2.0) Updates `markdownlint-cli2` from 0.17.2 to 0.18.1 - [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md) - [Commits](DavidAnson/markdownlint-cli2@v0.17.2...v0.18.1) Updates `openapi-typescript` from 7.6.1 to 7.8.0 - [Release notes](https://github.com/openapi-ts/openapi-typescript/releases) - [Changelog](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-typescript/CHANGELOG.md) - [Commits](https://github.com/openapi-ts/openapi-typescript/commits/openapi-typescript@7.8.0/packages/openapi-typescript) Updates `typedoc` from 0.28.2 to 0.28.5 - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](TypeStrong/typedoc@v0.28.2...v0.28.5) Updates `typescript-eslint` from 8.29.0 to 8.33.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.33.0/packages/typescript-eslint) Updates `vitest` from 3.1.1 to 3.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.4/packages/vitest) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.28.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-development - dependency-name: "@natoboram/load_env" dependency-version: 1.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-development - dependency-name: "@types/node" dependency-version: 22.15.29 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-development - dependency-name: dotenv dependency-version: 16.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-development - dependency-name: eslint dependency-version: 9.28.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-development - dependency-name: eslint-config-prettier dependency-version: 10.1.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-development - dependency-name: globals dependency-version: 16.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-development - dependency-name: markdownlint-cli2 dependency-version: 0.18.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-development - dependency-name: openapi-typescript dependency-version: 7.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-development - dependency-name: typedoc dependency-version: 0.28.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-development - dependency-name: typescript-eslint dependency-version: 8.33.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-development - dependency-name: vitest dependency-version: 3.1.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-development ... Signed-off-by: dependabot[bot] <support@github.com>
Important
Bot user detected.
To trigger a single review, invoke the @coderabbitai review command.
@coderabbitai review
You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.
reviews.review_status
false
There are 3 ways to chat with CodeRabbit:
I pushed a fix in commit <commit_id>, please review it.
Explain this complex logic.
Open a follow-up GitHub issue for this discussion.
@coderabbitai
@coderabbitai explain this code block.
@coderabbitai modularize this function.
@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
@coderabbitai read src/utils.ts and explain its main purpose.
@coderabbitai read the fi B28D les in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
@coderabbitai help me debug CodeRabbit configuration file.
Need help? Join our Discord community for assistance with any issues or questions.
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.
@coderabbitai pause
@coderabbitai resume
@coderabbitai full review
@coderabbitai summary
@coderabbitai generate sequence diagram
@coderabbitai resolve
@coderabbitai configuration
@coderabbitai help
@coderabbitai ignore
.coderabbit.yaml
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
c63ba13
NatoBoram NatoBoram approved these changes
Successfully merging this pull request may close these issues.