Bump the npm-development group across 1 directory with 8 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 1
(10 months ago)
(10 months ago)
(10 months ago)
by ncalteen
dependencies javascript
Bumps the npm-development group with 7 updates in the / directory:
| Package | From | To |
|---|---|---|
| @eslint/compat | 1.3.1 |
1.3.2 |
| @types/node | 24.2.0 |
24.3.0 |
| @typescript-eslint/eslint-plugin | 8.38.0 |
8.40.0 |
| eslint | 9.32.0 |
9.33.0 |
| eslint-plugin-prettier | 5.5.3 |
5.5.4 |
| rollup | 4.46.2 |
4.46.3 |
| typescript | 5.8.3 |
5.9.2 |
Updates @eslint/compat from 1.3.1 to 1.3.2
Release notes
Sourced from @eslint/compat's releases.
migrate-config: v1.3.2
1.3.2 (2024-10-18)
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/compatbumped from ^1.2.0 to ^1.2.1compat: v1.3.2
1.3.2 (2025-08-05)
Dependencies
- The following workspace dependencies were updated
- devDependencies
@eslint/corebumped from ^0.15.1 to ^0.15.2
Changelog
Sourced from @eslint/compat's changelog.
1.3.2 (2025-08-05)
Dependencies
- The following workspace dependencies were updated
- devDependencies
@eslint/corebumped from ^0.15.1 to ^0.15.2
Commits
Updates @types/node from 24.2.0 to 24.3.0
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.38.0 to 8.40.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.40.0
8.40.0 (2025-08-18)
🚀 Features
- typescript-estree: forbid invalid keys in
EnumMember(#11232)🩹 Fixes
- typescript-eslint: export
plugin,parser, andconfigsthat are compatible with bothdefineConfig()andtseslint.config()(#11475)- typescript-estree: correct range of import assertion with trailing comma (#11478)
- utils: correct
calculateConfigForFilereturn type (#11451)❤️ Thank You
- fisker Cheung
@fisker- Kirk Waiblinger
@kirkwaiblinger- Nolan Gajdascz
@GajdasczYou can read about our versioning strategy and releases on our website.
v8.39.1
8.39.1 (2025-08-11)
🩹 Fixes
- typescript-eslint: handle
file://urls in stack trace when inferringtsconfigRootDir(#11464)❤️ Thank You
- Kirk Waiblinger
@kirkwaiblingerYou can read about our versioning strategy and releases on our website.
v8.39.0
8.39.0 (2025-08-04)
🚀 Features
- update to TypeScript 5.9.2 (#11445)
- eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
- eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
- eslint-plugin: [only-throw-error] support yield/await expressions (#11417)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] ignore
checkoption for most RHS of a chain (#11272)- eslint-plugin: [no-unsafe-assignment] add an
unsafeObjectPatternmessage (#11403)❤️ Thank You
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.40.0 (2025-08-18)
🚀 Features
- typescript-estree: forbid invalid keys in
EnumMember(#11232)❤️ Thank You
- fisker Cheung
@fiskerYou can read about our versioning strategy and releases on our website.
8.39.1 (2025-08-11)
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.39.0 (2025-08-04)
🚀 Features
- eslint-plugin: [only-throw-error] support yield/await expressions (#11417)
- eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
- update to TypeScript 5.9.2 (#11445)
- eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
🩹 Fixes
- eslint-plugin: [no-unsafe-assignment] add an
unsafeObjectPatternmessage (#11403)- eslint-plugin: [prefer-optional-chain] ignore
checkoption for most RHS of a chain (#11272)❤️ Thank You
- Brad Zacher
@bradzacher- James Garbutt
@43081j- Kim Sang Du
@developer-bandi- Sasha Kondrashov
- tao
- Younsang Na
@nayounsangYou can read about our versioning strategy and releases on our website.
Commits
60c3b26chore(release): publish 8.40.07648622fix(typescript-estree): revert #11232 (feat(typescript-estree): forbid invali...d50a6b1feat(typescript-estree): forbid invalid keys inEnumMember(#11232)b2ee794chore(release): publish 8.39.1fee2bc6chore: update eslint-plugin-eslint-plugin (#11449)c98d513chore(release): publish 8.39.0a8def4bfix(eslint-plugin): [no-unsafe-assignment] add anunsafeObjectPatternmessa...422e3e2feat(eslint-plugin): [only-throw-error] support yield/await expressions (#11417)e901ad8fix(eslint-plugin): revert #11127 (#11447)8dc8340feat(eslint-plugin): add no-unnecessary-type-conversion to strict-type-checke...- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 8.38.0 to 8.40.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.40.0
8.40.0 (2025-08-18)
🚀 Features
- typescript-estree: forbid invalid keys in
EnumMember(#11232)🩹 Fixes
- typescript-eslint: export
plugin,parser, andconfigsthat are compatible with bothdefineConfig()andtseslint.config()(#11475)- typescript-estree: correct range of import assertion with trailing comma (#11478)
- utils: correct
calculateConfigForFilereturn type (#11451)❤️ Thank You
- fisker Cheung
@fisker- Kirk Waiblinger
@kirkwaiblinger- Nolan Gajdascz
@GajdasczYou can read about our versioning strategy and releases on our website.
v8.39.1
8.39.1 (2025-08-11)
🩹 Fixes
- typescript-eslint: handle
file://urls in stack trace when inferringtsconfigRootDir(#11464)❤️ Thank You
- Kirk Waiblinger
@kirkwaiblingerYou can read about our versioning strategy and releases on our website.
v8.39.0
8.39.0 (2025-08-04)
🚀 Features
- update to TypeScript 5.9.2 (#11445)
- eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
- eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
- eslint-plugin: [only-throw-error] support yield/await expressions (#11417)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] ignore
checkoption for most RHS of a chain (#11272)- eslint-plugin: [no-unsafe-assignment] add an
unsafeObjectPatternmessage (#11403)❤️ Thank You
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.40.0 (2025-08-18)
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.39.1 (2025-08-11)
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.39.0 (2025-08-04)
🚀 Features
- update to TypeScript 5.9.2 (#11445)
❤️ Thank You
- Brad Zacher
@bradzacherYou can read about our versioning strategy and releases on our website.
Commits
Updates eslint from 9.32.0 to 9.33.0
Release notes
Sourced from eslint's releases.
v9.33.0
Features
e07820efeat: add global object access detection to no-restricted-globals (#19939) (sethamus)90b050efeat: support explicit resource management inone-var(#19941) (Sweta Tanwar)Bug Fixes
732433cfix: allow any type formeta.docs.recommendedin custom rules (#19995) (Francesco Trotta)e8a6914fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)Documentation
34f0723docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)dc942a4docs: Update README (GitHub Actions Bot)5a4b6f7docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))247e156docs: add missing let declarations inno-plusplus(#19980) (Yuki Takada (Yukinosuke Takada))0d17242docs: Update README (GitHub Actions Bot)fa20b9ddocs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)Build Related
Chores
4258046chore: update dependency@eslint/jsto v9.33.0 (#19998) (renovate[bot])ad28371chore: package.json update for@eslint/jsrelease (Jenkins)06a22f1test: resolve flakiness in --mcp flag test (#19993) (Pixel998)54920edtest: switch toLinter.ConfiginESLintRulestype tests (#19977) (Francesco Trotta)
Changelog
Sourced from eslint's changelog.
v9.33.0 - August 8, 2025
4258046chore: update dependency@eslint/jsto v9.33.0 (#19998) (renovate[bot])ad28371chore: package.json update for@eslint/jsrelease (Jenkins)06a22f1test: resolve flakiness in --mcp flag test (#19993) (Pixel998)732433cfix: allow any type formeta.docs.recommendedin custom rules (#19995) (Francesco Trotta)34f0723docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)dc942a4docs: Update README (GitHub Actions Bot)5a4b6f7docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))247e156docs: add missing let declarations inno-plusplus(#19980) (Yuki Takada (Yukinosuke Takada))0d17242docs: Update README (GitHub Actions Bot)e07820efeat: add global object access detection to no-restricted-globals (#19939) (sethamus)fa20b9ddocs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)54920edtest: switch toLinter.ConfiginESLintRulestype tests (#19977) (Francesco Trotta)e8a6914fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)90b050efeat: support explicit resource management inone-var(#19941) (Sweta Tanwar)27fa865build: useESLintclass to generate formatter examples (#19972) (Milos Djermanovic)
Commits
a90d7c49.33.09534b55Build: changelog update for 9.33.04258046chore: update dependency@eslint/jsto v9.33.0 (#19998)ad28371chore: package.json update for@eslint/jsrelease06a22f1test: resolve flakiness in --mcp flag test (#19993)732433cfix: allow any type formeta.docs.recommendedin custom rules (#19995)34f0723docs: playground button for TypeScript code example (#19671)dc942a4docs: Update README5a4b6f7docs: Update no-multi-assign.md (#19979)247e156docs: add missing let declarations inno-plusplus(#19980)- Additional commits viewable in compare view
Updates eslint-plugin-prettier from 5.5.3 to 5.5.4
Changelog
Sourced from eslint-plugin-prettier's changelog.
5.5.4
Patch Changes
#755
723f7a8Thanks@kbrilla! - fix: add 'oxc', 'oxc-ts' and 'hermes' parsers toparserBlocklist#751
cf52b30Thanks@andreww2012! - fix: disallow extra properties in rule options5.5.1
Patch Changes
5.5.0
Minor Changes
- #743
92f2c9cThanks@dotcarmen! - feat: support non-js languages likecssfor@eslint/cssandjsonfor@eslint/json5.4.1
Patch Changes
- #740
c21521fThanks@JounQin! - fix(deps): bumpsynckitto v0.11.7 to fix potentialTypeError: Cannot read properties of undefined (reading 'message')error5.4.0
Minor Changes
- #736
59a0caeThanks@yashtech00! - refactor: migrateworker.jstoworker.mjs5.3.1
Patch Changes
5.3.0
Minor Changes
5.2.6
Patch Changes
- #723
1451176Thanks@renovate! - fix(deps): bumpsynckittov0.11.0
... (truncated)
Commits
Updates rollup from 4.46.2 to 4.46.3
Release notes
Sourced from rollup's releases.
v4.46.3
4.46.3
2025-08-18
Bug Fixes
- Resolve illegal instruction error on arm64 architectures (#6055)
- Resolve sourcemap generation performance regression (#6057)
Pull Requests
- #6043: Avoid
generated bycomment diff on Windows (@sapphi-red)- #6048: chore(deps): update dependency cross-env to v10 (
@renovate[bot],@lukastaegert)- #6049: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6055: Fix illegal instruction error on arm64 by enabling
no_opt_archfeature for mimalloc-safe (@sapphi-red)- #6057: fix: tweak the fallback logic for tracing segment (
@TrickyPi,@lukastaegert)- #6062: docs: update Rust toolchain instructions (
@situ2001,@lukastaegert)- #6063: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6067: chore(deps): update actions/checkout action to v5 (
@renovate[bot],@lukastaegert)- #6068: chore(deps): update actions/download-artifact action to v5 (
@renovate[bot])- #6069: fix(deps): update rust crate swc_compiler_base to v31 (
@renovate[bot],@lukastaegert)
Changelog
Sourced from rollup's changelog.
4.46.3
2025-08-18
Bug Fixes
- Resolve illegal instruction error on arm64 architectures (#6055)
- Resolve sourcemap generation performance regression (#6057)
Pull Requests
- #6043: Avoid
generated bycomment diff on Windows (@sapphi-red)- #6048: chore(deps): update dependency cross-env to v10 (
@renovate[bot],@lukastaegert)- #6049: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6055: Fix illegal instruction error on arm64 by enabling
no_opt_archfeature for mimalloc-safe (@sapphi-red)- #6057: fix: tweak the fallback logic for tracing segment (
@TrickyPi,@lukastaegert)- #6062: docs: update Rust toolchain instructions (
@situ2001,@lukastaegert)- #6063: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6067: chore(deps): update actions/checkout action to v5 (
@renovate[bot],@lukastaegert)- #6068: chore(deps): update actions/download-artifact action to v5 (
@renovate[bot])- #6069: fix(deps): update rust crate swc_compiler_base to v31 (
@renovate[bot],@lukastaegert)
Commits
f74df5e4.46.3e36b7acFix illegal instruction error on arm64 by enablingno_opt_archfeature for ...f1e123bfix: tweak the fallback logic for tracing segment (#6057)9d80b0ffix(deps): update rust crate swc_compiler_base to v31 (#6069)ae83c6eRemove commit parent from codecov682d799chore(deps): update actions/download-artifact action to v5 (#6068)b3f38ecchore(deps): update actions/checkout action to v5 (#6067)2e33ab9docs: update Rust toolchain instructions (#6062)20777b8fix(deps): lock file maintenance minor/patch updates (#6063)e4082a8chore(deps): update dependency cross-env to v10 (#6048)- Additional commits viewable in compare view
Updates typescript from 5.8.3 to 5.9.2
Release notes
Sourced from typescript's releases.
TypeScript 5.9
For release notes, check out the release announcement
- fixed issues query for Typescript 5.9.0 (Beta).
- fixed issues query for Typescript 5.9.1 (RC).
- No specific changes for TypeScript 5.9.2 (Stable)
Downloads are available on:
TypeScript 5.9 RC
For release notes, check out the release announcement
Downloads are available on:
TypeScript 5.9 Beta
For release notes, check out the release announcement.
Downloads are available on:
Commits
be86783Give more specific errors forverbatimModuleSyntax(#62113)22ef577LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...d5a414cDon't usenoErrorTruncationwhen printing types withmaximumLengthset (#...f14b5c8Remove unused and confusing dom.iterable.d.ts file (#62037)2778e84Restore AbortSignal.abort (#62086)65cb4bdLEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710...9e20e03Clear out checker-level stacks on pop (#62016)87740bcFix for Issue 61081 (#61221)833a8d4Fix Symbol completion priority and cursor positioning (#61945)0018c9fLEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702...- 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
Pull Request Statistics
1
1
+213
-516
Package Dependencies
@typescript-eslint/eslint-plugin
npm
8.38.0 → 8.40.0
Minor
Technical Details
| ID: | 5329376 |
| UUID: | 2754804047 |
| Node ID: | PR_kwDONJJFAM6kMvlP |
| Host: | GitHub |
| Repository: | github/issue-parser |
| Merge State: | Unknown |