Bump @eslint/js from 9.32.0 to 9.36.0
Merged
Number: #73
Type: Pull Request
State: Merged
Type: Pull Request
State: Merged
Author:
dependabot[bot]
Association: Contributor
Comments: 0
Association: Contributor
Comments: 0
Created:
September 22, 2025 at 07:34 AM UTC
(about 1 month ago)
(about 1 month ago)
Updated:
September 23, 2025 at 12:30 AM UTC
(about 1 month ago)
(about 1 month ago)
Merged:
September 23, 2025 at 12:30 AM UTC
(about 1 month ago)
by RobFaustLZ
(about 1 month ago)
by RobFaustLZ
Time to Close:
about 17 hours
Labels:
dependencies javascript
dependencies javascript
Description:
Bumps @eslint/js from 9.32.0 to 9.36.0.
Release notes
Sourced from @eslint/js's releases.
v9.36.0
Features
Bug Fixes
75b74d8fix: add missing rule option types (#20127) (ntnyq)1c0d850fix: updateeslint-all.jsto useObject.freezeforrulesobject (#20116) (루밀LuMir)7d61b7ffix: add missing scope types toScope.type(#20110) (Pixel998)7a670c3fix: correct rule option typings inrules.d.ts(#20084) (Pixel998)Documentation
b73ab12docs: update examples to usedefineConfig(#20131) (sethamus)31d9392docs: fix typos (#20118) (Pixel998)c7f861bdocs: Update README (GitHub Actions Bot)6b0c08bdocs: Update README (GitHub Actions Bot)91f97c5docs: Update README (GitHub Actions Bot)Chores
12411e8chore: upgrade@eslint/js@9.36.0 (#20139) (Milos Djermanovic)488cba6chore: package.json update for@eslint/jsrelease (Jenkins)bac82a2ci: simplify renovate configuration (#19907) (唯然)c00bb37ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])fee751drefactor: usedefaultOptionsin rules (#20121) (Pixel998)1ace67dchore: update example to usedefineConfig(#20111) (루밀LuMir)4821963test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)b42c42echore: disallow use of deprecatedtypeproperty in core rule tests (#20094) (Milos Djermanovic)7bb498dtest: remove deprecatedtypeproperty from core rule tests (#20093) (Pixel998)e10cf2aci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])5cb0ce4refactor: usemeta.defaultOptionsinpreserve-caught-error(#20080) (Pixel998)f9f7cb5chore: package.json update for eslint-config-eslint release (Jenkins)81764b2chore: updateeslintpeer dependency ineslint-config-eslint(#20079) (Milos Djermanovic)v9.35.0
Features
42761fafeat: implement suggestions for no-empty-function (#20057) (jaymarvelz)102f444feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)e51fffffeat: addpreserve-caught-errorrule (#19913) (Amnish Singh Arora)Bug Fixes
10e7ae2fix: update uncloneable options error message (#20059) (soda-sorcery)bfa4601fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)dfd11defix: addbeforeandafterto test case types (#20049) (Francesco Trotta)dabbe95fix: correct types forno-restricted-importsrule (#20034) (Milos Djermanovic)ea789c7fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)Documentation
d265515docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)a355a0edocs: invert comparison logic for example inno-vardoc page (#20064) (OTonGitHub)5082fc2docs: Update README (GitHub Actions Bot)99cfd7edocs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)
... (truncated)
Changelog
Sourced from @eslint/js's changelog.
v9.36.0 - September 19, 2025
12411e8chore: upgrade@eslint/js@9.36.0 (#20139) (Milos Djermanovic)488cba6chore: package.json update for@eslint/jsrelease (Jenkins)b73ab12docs: update examples to usedefineConfig(#20131) (sethamus)47afcf6feat: correctpreserve-caught-erroredge cases (#20109) (Francesco Trotta)75b74d8fix: add missing rule option types (#20127) (ntnyq)bac82a2ci: simplify renovate configuration (#19907) (唯然)1c0d850fix: updateeslint-all.jsto useObject.freezeforrulesobject (#20116) (루밀LuMir)c00bb37ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])fee751drefactor: usedefaultOptionsin rules (#20121) (Pixel998)31d9392docs: fix typos (#20118) (Pixel998)7d61b7ffix: add missing scope types toScope.type(#20110) (Pixel998)1ace67dchore: update example to usedefineConfig(#20111) (루밀LuMir)4821963test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)c7f861bdocs: Update README (GitHub Actions Bot)6b0c08bdocs: Update README (GitHub Actions Bot)7a670c3fix: correct rule option typings inrules.d.ts(#20084) (Pixel998)b42c42echore: disallow use of deprecatedtypeproperty in core rule tests (#20094) (Milos Djermanovic)7bb498dtest: remove deprecatedtypeproperty from core rule tests (#20093) (Pixel998)91f97c5docs: Update README (GitHub Actions Bot)e10cf2aci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])5cb0ce4refactor: usemeta.defaultOptionsinpreserve-caught-error(#20080) (Pixel998)f9f7cb5chore: package.json update for eslint-config-eslint release (Jenkins)81764b2chore: updateeslintpeer dependency ineslint-config-eslint(#20079) (Milos Djermanovic)v9.35.0 - September 5, 2025
da87f2fchore: upgrade@eslint/js@9.35.0 (#20077) (Milos Djermanovic)af2a087chore: package.json update for@eslint/jsrelease (Jenkins)d265515docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)7055764test: removetests/lib/eslint/eslint.config.js(#20065) (Milos Djermanovic)10e7ae2fix: update uncloneable options error message (#20059) (soda-sorcery)42761fafeat: implement suggestions for no-empty-function (#20057) (jaymarvelz)102f444feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)84ffb96chore: update@eslint-community/eslint-utils(#20069) (Francesco Trotta)a355a0edocs: invert comparison logic for example inno-vardoc page (#20064) (OTonGitHub)e51fffffeat: addpreserve-caught-errorrule (#19913) (Amnish Singh Arora)5082fc2docs: Update README (GitHub Actions Bot)d5ef939refactor: remove deprecatedcontext.parserOptionsusage across rules (#20060) (sethamus)1b3881dchore: remove redundant word (#20058) (pxwanglu)99cfd7edocs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)bfa4601fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)dfd11defix: addbeforeandafterto test case types (#20049) (Francesco Trotta)6ad8973docs: update--no-ignoreand--ignore-patterndocumentation (#20036) (Francesco Trotta)dabbe95fix: correct types forno-restricted-importsrule (#20034) (Milos Djermanovic)8033b19docs: add documentation for--no-config-lookup(#20033) (Francesco Trotta)ea789c7fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)v9.34.0 - August 22, 2025
... (truncated)
Commits
488cba6chore: package.json update for@eslint/jsrelease1c0d850fix: updateeslint-all.jsto useObject.freezeforrulesobject (#20116)af2a087chore: package.json update for@eslint/jsrelease84ffb96chore: update@eslint-community/eslint-utils(#20069)b48fa20chore: package.json update for@eslint/jsreleasead28371chore: package.json update for@eslint/jsrelease- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
1
1
Files Changed:
2
2
Additions:
+5
+5
Deletions:
-5
-5
Package Dependencies
Technical Details
| ID: | 8152738 |
| UUID: | 2848256348 |
| Node ID: | PR_kwDOMhH8Ec6pxPFc |
| Host: | GitHub |
| Repository: | labelzoom/labelzoom-cf-api-proxy |
| Merge State: | Unknown |