Bump the npm-development group with 10 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(3 days ago)
(3 days ago)
(3 days ago)
dependencies javascript
Bumps the npm-development group with 10 updates:
| Package | From | To |
|---|---|---|
| @eslint/compat | 1.4.0 |
1.4.1 |
| @github/local-action | 6.0.0 |
6.0.2 |
| @rollup/plugin-node-resolve | 16.0.1 |
16.0.3 |
| @rollup/plugin-typescript | 12.1.4 |
12.3.0 |
| @types/node | 24.6.2 |
24.9.2 |
| @typescript-eslint/eslint-plugin | 8.45.0 |
8.46.2 |
| @typescript-eslint/parser | 8.45.0 |
8.46.2 |
| eslint | 9.36.0 |
9.38.0 |
| rollup | 4.52.4 |
4.52.5 |
| ts-jest | 29.4.4 |
29.4.5 |
Updates @eslint/compat from 1.4.0 to 1.4.1
Release notes
Sourced from @eslint/compat's releases.
migrate-config: v1.4.1
1.4.1 (2025-04-01)
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/compatbumped from ^1.2.7 to ^1.2.8compat: v1.4.1
1.4.1 (2025-10-27)
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/corebumped from ^0.16.0 to ^0.17.0
Changelog
Sourced from @eslint/compat's changelog.
1.4.1 (2025-10-27)
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/corebumped from ^0.16.0 to ^0.17.0
Commits
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @eslint/compat since your current version.
Updates @github/local-action from 6.0.0 to 6.0.2
Release notes
Sourced from @github/local-action's releases.
v6.0.2
What's Changed
- chore: update dependencies and version bump to 6.0.2 by
@ncalteenin github/local-action#228Full Changelog: https://github.com/github/local-action/compare/v6.0.1...v6.0.2
v6.0.1
What's Changed
- Build(deps): Bump actions/checkout from 4 to 5 by
@dependabot[bot] in github/local-action#221- Build(deps): Bump
@eslint/compatfrom 1.2.9 to 1.4.0 by@dependabot[bot] in github/local-action#225- Build(deps): Bump comment-json from 4.2.5 to 4.3.0 by
@dependabot[bot] in github/local-action#224- Build(deps): Bump
@octokit/plugin-retryfrom 7.2.1 to 8.0.2 by@dependabot[bot] in github/local-action#223- Build(deps): Bump the npm-production group with 4 updates by
@dependabot[bot] in github/local-action#222- Build(deps): Bump oxsecurity/megalinter from 8 to 9 by
@dependabot[bot] in github/local-action#219- Build(deps): Bump actions/setup-node from 4 to 5 by
@dependabot[bot] in github/local-action#218- Build(deps-dev): Bump the npm-development group with 5 updates by
@dependabot[bot] in github/local-action#220- Dependency Updates by
@ncalteenin github/local-action#227Full Changelog: https://github.com/github/local-action/compare/v6.0.0...v6.0.1
Commits
- See full diff in compare view
Updates @rollup/plugin-node-resolve from 16.0.1 to 16.0.3
Changelog
Sourced from @rollup/plugin-node-resolve's changelog.
v16.0.3
2025-10-13
Bugfixes
- fix: resolve bare targets of package "imports" using export maps; avoid fileURLToPath(null) (#1908)
v16.0.2
2025-10-04
Bugfixes
- fix: error thrown with empty entry (#1893)
Commits
Updates @rollup/plugin-typescript from 12.1.4 to 12.3.0
Changelog
Sourced from @rollup/plugin-typescript's changelog.
v12.3.0
2025-10-23
Features
- feat: expose latest Program to transformers in watch mode (#1923)
v12.2.0
2025-10-22
Features
- feat: process .js when allowJs is enabled (#1920)
Commits
Updates @types/node from 24.6.2 to 24.9.2
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.45.0 to 8.46.2
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.46.2
8.46.2 (2025-10-20)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702)
- typescript-estree: forbid invalid modifiers in object methods (#11689)
❤️ Thank You
- fisker Cheung
@fisker- mdm317
You can read about our versioning strategy and releases on our website.
v8.46.1
8.46.1 (2025-10-13)
🩹 Fixes
- ast-spec: cleanup
TSLiteralType(#11624)- eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#11533)
- eslint-plugin: [no-misused-promises] special-case
.finallynot to report when a promise returning function is provided as an argument (#11667)❤️ Thank You
- Abraham Guo
- mdm317
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
v8.46.0
8.46.0 (2025-10-06)
🚀 Features
- eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
- eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
- rule-schema-to-typescript-types: clean up and make public (#11633)
- typescript-eslint: export util types (#10848, #10849)
- typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
- typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)
🩹 Fixes
- eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
- eslint-plugin: [unbound-method] improve wording around
this: voidand binding (#11634)- eslint-plugin: [no-deprecated] ignore deprecated
export imports (#11603)- eslint-plugin: removed error type previously deprecated (#11674)
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.46.2 (2025-10-20)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702)
❤️ Thank You
- mdm317
You can read about our versioning strategy and releases on our website.
8.46.1 (2025-10-13)
🩹 Fixes
- eslint-plugin: [no-misused-promises] special-case
.finallynot to report when a promise returning function is provided as an argument (#11667)- eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#11533)
❤️ Thank You
- mdm317
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
8.46.0 (2025-10-06)
🚀 Features
- eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
- rule-schema-to-typescript-types: clean up and make public (#11633)
🩹 Fixes
- eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
- typescript-estree: forbid abstract method and accessor to have implementation (#11657)
- eslint-plugin: removed error type previously deprecated (#11674)
- eslint-plugin: [no-deprecated] ignore deprecated
export imports (#11603)- eslint-plugin: [unbound-method] improve wording around
this: voidand binding (#11634)- rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
- eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
❤️ Thank You
- fisker Cheung
@fisker- Josh Goldberg ✨
- Kirk Waiblinger
@kirkwaiblinger- Mark de Dios
@peanutenthusiast- Richard Torres
@richardtorres314
... (truncated)
Commits
55ca033chore(release): publish 8.46.2698e7a8fix(eslint-plugin): [prefer-optional-chain] skip optional chaining when it co...3f5fbf6chore(release): publish 8.46.1a64b3ccfix(eslint-plugin): [no-misused-promises] special-case.finallynot to repo...73003bffix(eslint-plugin): [prefer-optional-chain] include mixed "nullish comparison...aec785echore(release): publish 8.46.0a974191fix(eslint-plugin): [prefer-readonly-parameter-types] ignore tagged primitive...02e0278fix(typescript-estree): forbid abstract method and accessor to have implement...f083798feat(eslint-plugin): [no-unsafe-member-access] add allowOptionalChaining opti...a62f625fix(eslint-plugin): removed error type previously deprecated (#11674)- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 8.45.0 to 8.46.2
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.46.2
8.46.2 (2025-10-20)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702)
- typescript-estree: forbid invalid modifiers in object methods (#11689)
❤️ Thank You
- fisker Cheung
@fisker- mdm317
You can read about our versioning strategy and releases on our website.
v8.46.1
8.46.1 (2025-10-13)
🩹 Fixes
- ast-spec: cleanup
TSLiteralType(#11624)- eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#11533)
- eslint-plugin: [no-misused-promises] special-case
.finallynot to report when a promise returning function is provided as an argument (#11667)❤️ Thank You
- Abraham Guo
- mdm317
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
v8.46.0
8.46.0 (2025-10-06)
🚀 Features
- eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
- eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
- rule-schema-to-typescript-types: clean up and make public (#11633)
- typescript-eslint: export util types (#10848, #10849)
- typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
- typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)
🩹 Fixes
- eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
- eslint-plugin: [unbound-method] improve wording around
this: voidand binding (#11634)- eslint-plugin: [no-deprecated] ignore deprecated
export imports (#11603)- eslint-plugin: removed error type previously deprecated (#11674)
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.46.2 (2025-10-20)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.46.1 (2025-10-13)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.46.0 (2025-10-06)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
55ca033chore(release): publish 8.46.23f5fbf6chore(release): publish 8.46.1aec785echore(release): publish 8.46.0- See full diff in compare view
Updates eslint from 9.36.0 to 9.38.0
Release notes
Sourced from eslint's releases.
v9.38.0
Features
ce40f74feat: updatecomplexityrule to only highlight function header (#20048) (Atul Nair)e37e590feat: correctno-loss-of-precisionfalse positives withenotation (#20187) (Francesco Trotta)Bug Fixes
50c3dfdfix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)a1f06a3fix: correct SourceCode typings (#20114) (Pixel998)Documentation
462675adocs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)c070e65docs: correct formatting inno-irregular-whitespacerule documentation (#20203) (루밀LuMir)b39e71adocs: Update README (GitHub Actions Bot)cd39983docs: movecustom-formatterstype descriptions tonodejs-api(#20190) (Percy Ma)Chores
d17c795chore: upgrade@eslint/js@9.38.0 (#20221) (Milos Djermanovic)25d0e33chore: package.json update for@eslint/jsrelease (Jenkins)c82b5efrefactor: Use types from@eslint/core(#20168) (Nicholas C. Zakas)ff31609ci: add Node.js 25 toci.yml(#20220) (루밀LuMir)004577eci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])eac71fbtest: remove use ofnodejsScopeoption of eslint-scope from tests (#20206) (Milos Djermanovic)4168a18chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)205dbd2chore: fix typos (#20200) (ntnyq)dbb200echore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)8962089chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)v9.37.0
Features
39f7fb4feat:preserve-caught-errorshould recognize all static "cause" keys (#20163) (Pixel998)f81eabcfeat: support TS syntax inno-restricted-imports(#19562) (Nitin Kumar)Bug Fixes
a129ccefix: correctno-loss-of-precisionfalse positives for leading zeros (#20164) (Francesco Trotta)09e04fcfix: add missing AST token types (#20172) (Pixel998)861c6dafix: correctESLinttypings (#20122) (Pixel998)Documentation
b950359docs: fix typos across the docs (#20182) (루밀LuMir)42498a2docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma)29ea092docs: Update README (GitHub Actions Bot)5c97a04docs: showavailableUntilin deprecated rule banner (#20170) (Pixel998)90a71bfdocs: updateREADMEfiles to add badge and instructions (#20115) (루밀LuMir)1603ae1docs: update references frommastertomain(#20153) (루밀LuMir)Chores
... (truncated)
Commits
8fe511b9.38.0f961736Build: changelog update for 9.38.0d17c795chore: upgrade@eslint/js@9.38.0 (#20221)25d0e33chore: package.json update for@eslint/jsrelease50c3dfdfix: improve type support for isolated dependencies in pnpm (#20201)c82b5efrefactor: Use types from@eslint/core(#20168)ff31609ci: add Node.js 25 toci.yml(#20220)ce40f74feat: updatecomplexityrule to only highlight function header (#20048)e37e590feat: correctno-loss-of-precisionfalse positives withenotation (#20187)004577eci: bump github/codeql-action from 3 to 4 (#20211)- Additional commits viewable in compare view
Updates rollup from 4.52.4 to 4.52.5
Release notes
Sourced from rollup's releases.
v4.52.5
4.52.5
2025-10-18
Bug Fixes
- Always produce valid UUIDs as debugIds in sourcemaps (#6144)
Pull Requests
- #6135: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6140: chore(deps): update peter-evans/create-or-update-comment action to v5 (
@renovate[bot])- #6141: chore(deps): update peter-evans/find-comment action to v4 (
@renovate[bot])- #6142: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6143: chore: eslint enable concurrency option (
@btea)- #6144: fix: generation of debugIDs with invalid length (
@pablomatiasgomez,@lukastaegert)- #6146: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6147: chore(deps): update actions/setup-node action to v6 (
@renovate[bot])
Changelog
Sourced from rollup's changelog.
4.52.5
2025-10-18
Bug Fixes
- Always produce valid UUIDs as debugIds in sourcemaps (#6144)
Pull Requests
- #6135: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6140: chore(deps): update peter-evans/create-or-update-comment action to v5 (
@renovate[bot])- #6141: chore(deps): update peter-evans/find-comment action to v4 (
@renovate[bot])- #6142: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6143: chore: eslint enable concurrency option (
@btea)- #6144: fix: generation of debugIDs with invalid length (
@pablomatiasgomez,@lukastaegert)- #6146: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6147: chore(deps): update actions/setup-node action to v6 (
@renovate[bot])
Commits
55a8fd54.52.558f5a7bfix: generation of debugIDs with invalid length (#6144)0b816b0chore(deps): lock file maintenance minor/patch updates (#6146)a973ed8chore: eslint enable concurrency option (#6143)bfa9e9fchore(deps): update actions/setup-node action to v6 (#6147)69a9336fix(deps): lock file maintenance minor/patch updates (#6142)88b18b9chore(deps): update peter-evans/create-or-update-comment action to v5 (#6140)c9ab522chore(deps): update peter-evans/find-comment action to v4 (#6141)01f02bdchore(deps): lock file maintenance minor/patch updates (#6135)- See full diff in compare view
Updates ts-jest from 29.4.4 to 29.4.5
Commits
9d5248achore(release): 29.4.5ca8b623refactor: improve message about using Node16/18/Nextc290d4dfix: allow filtering modern module warning message with diagnostic code1ff2ddabuild: replaceconventional-changelog-clidep1c08db3ci: runnpm ci --ignore-scriptsfor workflows9f60d2cci: enhance security for Renovate PRs1c1077fbuild(deps): Update dependency@formatjs/ts-transformerto ^3.14.29037f2fbuild(deps): Update dependency@types/nodeto v20.19.206ed0e1cbuild(deps): Update dependency semver to ^7.7.34a06f8cbuild(deps): Update github/codeql-action digest to a8d1ac4- Additional commits viewable 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Package Dependencies
@typescript-eslint/parser
npm
8.45.0 → 8.46.2
Minor
@typescript-eslint/eslint-plugin
npm
8.45.0 → 8.46.2
Minor
@rollup/plugin-typescript
npm
12.1.4 → 12.3.0
Minor
@rollup/plugin-node-resolve
npm
16.0.1 → 16.0.3
Patch
Technical Details
| ID: | 10686279 |
| UUID: | 3572226387 |
| Node ID: | PR_kwDOQMXPmM6wsccv |
| Host: | GitHub |
| Repository: | lizalc/setup-embedded-windows-python |