Bump the npm-development group with 7 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(10 months ago)
(10 months ago)
dependencies javascript
Bumps the npm-development group with 7 updates:
| Package | From | To |
|---|---|---|
| @types/node | 22.15.3 |
22.15.17 |
| @typescript-eslint/eslint-plugin | 8.31.1 |
8.32.0 |
| @typescript-eslint/parser | 8.31.1 |
8.32.0 |
| eslint-config-prettier | 10.1.2 |
10.1.5 |
| eslint-plugin-prettier | 5.3.1 |
5.4.0 |
| globals | 16.0.0 |
16.1.0 |
| rollup | 4.40.1 |
4.40.2 |
Updates @types/node from 22.15.3 to 22.15.17
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.31.1 to 8.32.0
Release notes
Sourced from @​typescript-eslint/eslint-plugin's releases.
v8.32.0
8.32.0 (2025-05-05)
🚀 Features
- eslint-plugin: [no-unnecessary-type-conversion] add rule (#10182)
- eslint-plugin: [only-throw-error] add option
allowRethrowing(#11075)🩹 Fixes
- deps: update dependency typedoc to ^0.28.0 (1fef33521)
- eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#10907)
- eslint-plugin: [unified-signatures] exempt
thisfrom optional parameter overload check (#11005)- eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#11098)
- typescript-estree: ensure consistent TSMappedType AST shape (#11086)
- typescript-estree: correct
TSImportTypeproperty name whenassert(#11115)❤️ Thank You
- Andy Edwards
- Dima Barabash
@​dbarabashh- Kirk Waiblinger
@​kirkwaiblinger- mdm317
- overlookmotel
- Sasha Kondrashov
- Yukihiro Hasegawa
@​y-hsgwYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from @​typescript-eslint/eslint-plugin's changelog.
8.32.0 (2025-05-05)
🚀 Features
- eslint-plugin: [only-throw-error] add option
allowRethrowing(#11075)- eslint-plugin: [no-unnecessary-type-conversion] add rule (#10182)
🩹 Fixes
- eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#11098)
- eslint-plugin: [unified-signatures] exempt
thisfrom optional parameter overload check (#11005)- eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#10907)
❤️ Thank You
- Andy Edwards
- Kirk Waiblinger
@​kirkwaiblinger- mdm317
- Sasha Kondrashov
- Yukihiro Hasegawa
@​y-hsgwYou can read about our versioning strategy and releases on our website.
Commits
819a03fchore(release): publish 8.32.03d2409dchore(deps): update dependency marked to v15 (#11145)d450585test: correct out-of-date .shot files (#11141)cfd9cd1chore: correct deprecated tsutils usage in no-unnecessary-type-conversion63ab002chore(deps): update dependency ts-api-utils to v2.1.0 (#11003)29ea555feat(eslint-plugin): [only-throw-error] add optionallowRethrowing(#11075)172ab8achore(eslint-plugin): resolve remaining issues fromvitestmigration (#11100)ccbfcdcfeat(eslint-plugin): [no-unnecessary-type-conversion] add rule (#10182)a9c9251chore: revertvitestrelated changes intsconfigfiles (#11124)9d6a6d0fix(eslint-plugin): [prefer-nullish-coalescing] fix parenthesization bug in s...- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 8.31.1 to 8.32.0
Release notes
Sourced from @​typescript-eslint/parser's releases.
v8.32.0
8.32.0 (2025-05-05)
🚀 Features
- eslint-plugin: [no-unnecessary-type-conversion] add rule (#10182)
- eslint-plugin: [only-throw-error] add option
allowRethrowing(#11075)🩹 Fixes
- deps: update dependency typedoc to ^0.28.0 (1fef33521)
- eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#10907)
- eslint-plugin: [unified-signatures] exempt
thisfrom optional parameter overload check (#11005)- eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#11098)
- typescript-estree: ensure consistent TSMappedType AST shape (#11086)
- typescript-estree: correct
TSImportTypeproperty name whenassert(#11115)❤️ Thank You
- Andy Edwards
- Dima Barabash
@​dbarabashh- Kirk Waiblinger
@​kirkwaiblinger- mdm317
- overlookmotel
- Sasha Kondrashov
- Yukihiro Hasegawa
@​y-hsgwYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from @​typescript-eslint/parser's changelog.
8.32.0 (2025-05-05)
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
Updates eslint-config-prettier from 10.1.2 to 10.1.5
Release notes
Sourced from eslint-config-prettier's releases.
v10.1.5
Patch Changes
- #332
60fef02Thanks@​JounQin! - chore: addfundingfield intopackage.jsonFull Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.4...v10.1.5
v10.1.4
Patch Changes
- #328
94b4799Thanks@​silvenon! - fix(cli): do not crash on no rules configuredFull Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.3...v10.1.4
v10.1.3
Patch Changes
- #325
4e95a1dThanks@​pilikan! - fix: this package iscommonjs, align its types correctlyNew Contributors
@​pilikanmade their first contribution in prettier/eslint-config-prettier#325Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.2...v10.1.3
Changelog
Sourced from eslint-config-prettier's changelog.
10.1.5
Patch Changes
- #332
60fef02Thanks@​JounQin! - chore: addfundingfield intopackage.json10.1.4
Patch Changes
- #328
94b4799Thanks@​silvenon! - fix(cli): do not crash on no rules configured10.1.3
Patch Changes
- #325
4e95a1dThanks@​pilikan! - fix: this package iscommonjs, align its types correctly
Commits
4c94893chore: release eslint-config-prettier (#333)60fef02chore: addfundingfield intopackage.json(#332)f55501fchore: release eslint-config-prettier (#329)50a8a22chore(deps): update all dependencies (#330)94b4799fix(cli): do not crash on no rules configured (#328)cdc4a5cchore: release eslint-config-prettier (#326)4e95a1dfix: this package iscommonjs, align its types correctly (#325)- See full diff in compare view
Updates eslint-plugin-prettier from 5.3.1 to 5.4.0
Release notes
Sourced from eslint-plugin-prettier's releases.
v5.4.0
Minor Changes
- #736
59a0caeThanks@​yashtech00! - refactor: migrateworker.jstoworker.mjs
Changelog
Sourced from eslint-plugin-prettier's changelog.
5.4.0
Minor Changes
- #736
59a0caeThanks@​yashtech00! - refactor: migrateworker.jstoworker.mjs
Commits
cd48a27chore: release eslint-plugin-prettier (#737)59a0caerefactor: migrateworker.jstoworker.mjs(#736)- See full diff in compare view
Updates globals from 16.0.0 to 16.1.0
Release notes
Sourced from globals's releases.
v16.1.0
- Update globals (#293) 5c58875
https://github.com/sindresorhus/globals/compare/v16.0.0...v16.1.0
Commits
Updates rollup from 4.40.1 to 4.40.2
Release notes
Sourced from rollup's releases.
v4.40.2
4.40.2
2025-05-06
Bug Fixes
- Create correct IIFE/AMD/UMD bundles when using a mutable default export (#5934)
- Fix execution order when using top-level await for dynamic imports with inlineDynamicImports (#5937)
- Throw when the output is watched in watch mode (#5939)
Pull Requests
- #5934: fix(exports): avoid "exports is not defined"
ReferenceError(@​dasa)- #5937: consider TLA imports have higher execution priority (
@​TrickyPi)- #5939: fix: watch mode input should not be an output subpath (
@​btea)- #5940: chore(deps): update dependency vite to v6.3.4 [security] (
@​renovate[bot])- #5941: chore(deps): update dependency eslint-plugin-unicorn to v59 (
@​renovate[bot])- #5942: fix(deps): lock file maintenance minor/patch updates (
@​renovate[bot])- #5943: fix(deps): lock file maintenance minor/patch updates (
@​renovate[bot])
Changelog
Sourced from rollup's changelog.
4.40.2
2025-05-06
Bug Fixes
- Create correct IIFE/AMD/UMD bundles when using a mutable default export (#5934)
- Fix execution order when using top-level await for dynamic imports with inlineDynamicImports (#5937)
- Throw when the output is watched in watch mode (#5939)
Pull Requests
- #5934: fix(exports): avoid "exports is not defined"
ReferenceError(@​dasa)- #5937: consider TLA imports have higher execution priority (
@​TrickyPi)- #5939: fix: watch mode input should not be an output subpath (
@​btea)- #5940: chore(deps): update dependency vite to v6.3.4 [security] (
@​renovate[bot])- #5941: chore(deps): update dependency eslint-plugin-unicorn to v59 (
@​renovate[bot])- #5942: fix(deps): lock file maintenance minor/patch updates (
@​renovate[bot])- #5943: fix(deps): lock file maintenance minor/patch updates (
@​renovate[bot])
Commits
02da7ef4.40.2d115fb2fix: watch mode input should not be an output subpath (#5939)9ea9093fix(exports): avoid "exports is not defined"ReferenceError(#5934)30f342dchore(deps): update dependency eslint-plugin-unicorn to v59 (#5941)de2aefefix(deps): lock file maintenance minor/patch updates (#5943)4d018aefix(deps): lock file maintenance minor/patch updates (#5942)860df3fchore(deps): update dependency vite to v6.3.4 [security] (#5940)cb8f815consider TLA imports have higher execution priority (#5937)- 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 <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
0
0
+0
-0
Package Dependencies
@typescript-eslint/parser
npm
8.31.1 → 8.32.0
Minor
@typescript-eslint/eslint-plugin
npm
8.31.1 → 8.32.0
Minor
Technical Details
| ID: | 191315 |
| UUID: | 2512705081 |
| Node ID: | PR_kwDOM-8s7M6VxNY5 |
| Host: | GitHub |
| Repository: | githubschool/gh-github-intermediate-setup |