-
Notifications
You must be signed in to change notification settings - Fork 0
Bump @eslint/js from 9.35.0 to 9.36.0 #105
New issue
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.35.0 to 9.36.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.36.0/packages/js) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.36.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
✅ Deploy Preview for graceful-halva-2f1868 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
@dependabot merge
…On Mon, Sep 22, 2025 at 5:18 PM dependabot[bot] ***@***.***> wrote:
Bumps @eslint/js <https://github.com/eslint/eslint/tree/HEAD/packages/js>
from 9.35.0 to 9.36.0.
Release notes
*Sourced from @eslint/js's releases
<https://github.com/eslint/eslint/releases>.*
v9.36.0 Features
- 47afcf6
<eslint/eslint@47afcf6>
feat: correct preserve-caught-error edge cases (#20109
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20109>)
(Francesco Trotta)
Bug Fixes
- 75b74d8
<eslint/eslint@75b74d8>
fix: add missing rule option types (#20127
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20127>)
(ntnyq)
- 1c0d850
<eslint/eslint@1c0d850>
fix: update eslint-all.js to use Object.freeze for rules object (#20116
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20116>)
(루밀LuMir)
- 7d61b7f
<eslint/eslint@7d61b7f>
fix: add missing scope types to Scope.type (#20110
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20110>)
(Pixel998)
- 7a670c3
<eslint/eslint@7a670c3>
fix: correct rule option typings in rules.d.ts (#20084
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20084>)
(Pixel998)
Documentation
- b73ab12
<eslint/eslint@b73ab12>
docs: update examples to use defineConfig (#20131
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20131>)
(sethamus)
- 31d9392
<eslint/eslint@31d9392>
docs: fix typos (#20118
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20118>)
(Pixel998)
- c7f861b
<eslint/eslint@c7f861b>
docs: Update README (GitHub Actions Bot)
- 6b0c08b
<eslint/eslint@6b0c08b>
docs: Update README (GitHub Actions Bot)
- 91f97c5
<eslint/eslint@91f97c5>
docs: Update README (GitHub Actions Bot)
Chores
- 12411e8
<eslint/eslint@12411e8>
chore: upgrade @eslint/js@9 <https://github.com/9>.36.0 (#20139
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20139>)
(Milos Djermanovic)
- 488cba6
<eslint/eslint@488cba6>
chore: package.json update for @eslint/js release (Jenkins)
- bac82a2
<eslint/eslint@bac82a2>
ci: simplify renovate configuration (#19907
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19907>)
(唯然)
- c00bb37
<eslint/eslint@c00bb37>
ci: bump actions/labeler from 5 to 6 (#20090
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20090>)
(dependabot[bot])
- fee751d
<eslint/eslint@fee751d>
refactor: use defaultOptions in rules (#20121
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20121>)
(Pixel998)
- 1ace67d
<eslint/eslint@1ace67d>
chore: update example to use defineConfig (#20111
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20111>)
(루밀LuMir)
- 4821963
<eslint/eslint@4821963>
test: add missing loc information to error objects in rule tests (
#20112
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20112>)
(루밀LuMir)
- b42c42e
<eslint/eslint@b42c42e>
chore: disallow use of deprecated type property in core rule tests (
#20094
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20094>)
(Milos Djermanovic)
- 7bb498d
<eslint/eslint@7bb498d>
test: remove deprecated type property from core rule tests (#20093
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20093>)
(Pixel998)
- e10cf2a
<eslint/eslint@e10cf2a>
ci: bump actions/setup-node from 4 to 5 (#20089
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20089>)
(dependabot[bot])
- 5cb0ce4
<eslint/eslint@5cb0ce4>
refactor: use meta.defaultOptions in preserve-caught-error (#20080
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20080>)
(Pixel998)
- f9f7cb5
<eslint/eslint@f9f7cb5>
chore: package.json update for eslint-config-eslint release (Jenkins)
- 81764b2
<eslint/eslint@81764b2>
chore: update eslint peer dependency in eslint-config-eslint (#20079
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20079>)
(Milos Djermanovic)
Changelog
*Sourced from @eslint/js's changelog
<https://github.com/eslint/eslint/blob/main/CHANGELOG.md>.*
v9.36.0 - September 19, 2025
- 12411e8
<eslint/eslint@12411e8>
chore: upgrade @eslint/js@9 <https://github.com/9>.36.0 (#20139
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20139>)
(Milos Djermanovic)
- 488cba6
<eslint/eslint@488cba6>
chore: package.json update for @eslint/js release (Jenkins)
- b73ab12
<eslint/eslint@b73ab12>
docs: update examples to use defineConfig (#20131
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20131>)
(sethamus)
- 47afcf6
<eslint/eslint@47afcf6>
feat: correct preserve-caught-error edge cases (#20109
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20109>)
(Francesco Trotta)
- 75b74d8
<eslint/eslint@75b74d8>
fix: add missing rule option types (#20127
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20127>)
(ntnyq)
- bac82a2
<eslint/eslint@bac82a2>
ci: simplify renovate configuration (#19907
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19907>)
(唯然)
- 1c0d850
<eslint/eslint@1c0d850>
fix: update eslint-all.js to use Object.freeze for rules object (#20116
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20116>)
(루밀LuMir)
- c00bb37
<eslint/eslint@c00bb37>
ci: bump actions/labeler from 5 to 6 (#20090
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20090>)
(dependabot[bot])
- fee751d
<eslint/eslint@fee751d>
refactor: use defaultOptions in rules (#20121
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20121>)
(Pixel998)
- 31d9392
<eslint/eslint@31d9392>
docs: fix typos (#20118
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20118>)
(Pixel998)
- 7d61b7f
<eslint/eslint@7d61b7f>
fix: add missing scope types to Scope.type (#20110
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20110>)
(Pixel998)
- 1ace67d
<eslint/eslint@1ace67d>
chore: update example to use defineConfig (#20111
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20111>)
(루밀LuMir)
- 4821963
<eslint/eslint@4821963>
test: add missing loc information to error objects in rule tests (
#20112
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20112>)
(루밀LuMir)
- c7f861b
<eslint/eslint@c7f861b>
docs: Update README (GitHub Actions Bot)
- 6b0c08b
<eslint/eslint@6b0c08b>
docs: Update README (GitHub Actions Bot)
- 7a670c3
<eslint/eslint@7a670c3>
fix: correct rule option typings in rules.d.ts (#20084
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20084>)
(Pixel998)
- b42c42e
<eslint/eslint@b42c42e>
chore: disallow use of deprecated type property in core rule tests (
#20094
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20094>)
(Milos Djermanovic)
- 7bb498d
<eslint/eslint@7bb498d>
test: remove deprecated type property from core rule tests (#20093
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20093>)
(Pixel998)
- 91f97c5
<eslint/eslint@91f97c5>
docs: Update README (GitHub Actions Bot)
- e10cf2a
<eslint/eslint@e10cf2a>
ci: bump actions/setup-node from 4 to 5 (#20089
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20089>)
(dependabot[bot])
- 5cb0ce4
<eslint/eslint@5cb0ce4>
refactor: use meta.defaultOptions in preserve-caught-error (#20080
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20080>)
(Pixel998)
- f9f7cb5
<eslint/eslint@f9f7cb5>
chore: package.json update for eslint-config-eslint release (Jenkins)
- 81764b2
<eslint/eslint@81764b2>
chore: update eslint peer dependency in eslint-config-eslint (#20079
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20079>)
(Milos Djermanovic)
Commits
- 488cba6
<eslint/eslint@488cba6>
chore: package.json update for @eslint/js release
- 1c0d850
<eslint/eslint@1c0d850>
fix: update eslint-all.js to use Object.freeze for rules object (#20116
<https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20116>)
- See full diff in compare view
<https://github.com/eslint/eslint/commits/v9.36.0/packages/js>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
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 rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits
that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after
your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge
and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- @dependabot show <dependency name> ignore conditions will show all
of the ignore conditions of the specified dependency
- @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
------------------------------
You can view, comment on, or merge this pull request online at:
#105
Commit Summary
- 8f8608b
<8f8608b>
Bump @eslint/js from 9.35.0 to 9.36.0
File Changes
(2 files <https://github.com/rnelson/webcv/pull/105/files>)
- *M* package-lock.json
<https://github.com/rnelson/webcv/pull/105/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519>
(75)
- *M* package.json
<https://github.com/rnelson/webcv/pull/105/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519>
(2)
Patch Links:
- https://github.com/rnelson/webcv/pull/105.patch
- https://github.com/rnelson/webcv/pull/105.diff
—
Reply to this email directly, view it on GitHub
<#105>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA44WOH3SA46B2YF6TZRZT3UBYRXAVCNFSM6AAAAACHGV5ZTCVHI2DSMVQWIX3LMV43ASLTON2WKOZTGQ2DEOJUGEYTOMY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Superseded by #115. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update javascript code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps @eslint/js from 9.35.0 to 9.36.0.
Release notes
Sourced from
@eslint/js
's releases.Changelog
Sourced from
@eslint/js
's changelog.Commits
488cba6
chore: package.json update for@eslint/js
release1c0d850
fix: updateeslint-all.js
to useObject.freeze
forrules
object (#20116)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 will merge this PR once it's up-to-date and CI passes on it, as requested by @rnelson.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)