Bump the development-dependencies group across 1 directory with 71 updates
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(4 months ago)
(4 months ago)
(4 months ago)
dependencies javascript
Bumps the development-dependencies group with 31 updates in the / directory:
Package | From | To |
---|---|---|
@eslint/js | 9.24.0 |
9.26.0 |
@types/node | 22.14.0 |
22.15.8 |
@types/react | 19.1.0 |
19.1.2 |
@types/react-dom | 19.1.1 |
19.1.3 |
@typescript-eslint/eslint-plugin | 8.29.1 |
8.32.0 |
@typescript-eslint/parser | 8.29.1 |
8.32.0 |
@vitejs/plugin-react | 4.3.4 |
4.4.1 |
@vitest/coverage-v8 | 3.1.1 |
3.1.3 |
eslint | 9.24.0 |
9.26.0 |
eslint-plugin-react-refresh | 0.4.19 |
0.4.20 |
jsdom | 26.0.0 |
26.1.0 |
lint-staged | 15.5.0 |
15.5.1 |
typescript-eslint | 8.29.1 |
8.32.0 |
vite | 6.2.5 |
6.3.5 |
@asamuzakjp/css-color | 3.1.1 |
3.1.7 |
@babel/code-frame | 7.26.2 |
7.27.1 |
@babel/compat-data | 7.26.8 |
7.27.1 |
@babel/core | 7.26.10 |
7.27.1 |
@babel/helper-plugin-utils | 7.26.5 |
7.27.1 |
@babel/plugin-transform-react-jsx-self | 7.25.9 |
7.27.1 |
@babel/plugin-transform-react-jsx-source | 7.25.9 |
7.27.1 |
@babel/runtime | 7.27.0 |
7.27.1 |
@eslint/config-helpers | 0.2.1 |
0.2.2 |
cssstyle | 4.3.0 |
4.3.1 |
esbuild | 0.25.2 |
0.25.3 |
listr2 | 8.2.5 |
8.3.2 |
parse5 | 7.2.1 |
7.3.0 |
rollup | 4.39.0 |
4.40.1 |
tldts | 6.1.85 |
6.1.86 |
tr46 | 5.1.0 |
5.1.1 |
ws | 8.18.1 |
8.18.2 |
Updates @eslint/js
from 9.24.0 to 9.26.0
Release notes
Sourced from @eslint/js
's releases.
v9.26.0
Features
e9754e7
feat: add reportGlobalThis to no-shadow-restricted-names (#19670) (sethamus)0fa2b7a
feat: add suggestions foreqeqeq
rule (#19640) (Nitin Kumar)dcbdcc9
feat: Add MCP server (#19592) (Nicholas C. Zakas)2dfd83e
feat: addignoreDirectives
option inno-unused-expressions
(#19645) (sethamus)Bug Fixes
96e84de
fix: check cache file existence before deletion (#19648) (sethamus)d683aeb
fix: don't crash on tests with circular references inRuleTester
(#19664) (Milos Djermanovic)9736d5d
fix: addnamespace
toPlugin.meta
type (#19661) (Milos Djermanovic)17bae69
fix: updateRuleTester.run()
type (#19634) (Nitin Kumar)Documentation
dd98d63
docs: Update README (GitHub Actions Bot)c25e858
docs: Update README (GitHub Actions Bot)b2397e9
docs: Update README (GitHub Actions Bot)addd0a6
docs: fix formatting of unordered lists in Markdown (#19660) (Milos Djermanovic)a21b38d
docs: Update README (GitHub Actions Bot)c0721a7
docs: fix double space in command (#19657) (CamWass)Chores
5b247c8
chore: upgrade to@eslint/js@9.26.0
(#19681) (Francesco Trotta)d6fa4ac
chore: package.json update for@eslint/js
release (Jenkins)0958690
chore: disambiguate internal typesLanguageOptions
andRule
(#19669) (Francesco Trotta)f1c858e
chore: fix internal type references toPlugin
andRule
(#19665) (Francesco Trotta)40dd299
refactor: One-shot ESQuery selector analysis (#19652) (Nicholas C. Zakas)1cfd702
chore: update dependency@eslint/json
to ^0.12.0 (#19656) (renovate[bot])v9.25.1
Bug Fixes
Chores
1f2b057
chore: upgrade@eslint/js
@9
.25.1 (#19642) (Milos Djermanovic)771317f
chore: package.json update for@eslint/js
release (Jenkins)v9.25.0
Features
dcd95aa
feat: support TypeScript syntax in no-empty-function rule (#19551) (sethamus)77d6d5b
feat: support TS syntax inno-unused-expressions
(#19564) (Sweta Tanwar)90228e5
feat: supportJSRuleDefinition
type (#19604) (루밀LuMir)59ba6b7
feat: add allowObjects option to no-restricted-properties (#19607) (sethamus)db650a0
feat: support TypeScript syntax inno-invalid-this
rule (#19532) (Tanuj Kanti)9535cff
feat: support TS syntax inno-loop-func
(#19559) (Nitin Kumar)Bug Fixes
Documentation
... (truncated)
Changelog
Sourced from @eslint/js
's changelog.
v9.26.0 - May 2, 2025
5b247c8
chore: upgrade to@eslint/js@9.26.0
(#19681) (Francesco Trotta)d6fa4ac
chore: package.json update for@eslint/js
release (Jenkins)e9754e7
feat: add reportGlobalThis to no-shadow-restricted-names (#19670) (sethamus)0fa2b7a
feat: add suggestions foreqeqeq
rule (#19640) (Nitin Kumar)dd98d63
docs: Update README (GitHub Actions Bot)96e84de
fix: check cache file existence before deletion (#19648) (sethamus)c25e858
docs: Update README (GitHub Actions Bot)0958690
chore: disambiguate internal typesLanguageOptions
andRule
(#19669) (Francesco Trotta)dcbdcc9
feat: Add MCP server (#19592) (Nicholas C. Zakas)b2397e9
docs: Update README (GitHub Actions Bot)d683aeb
fix: don't crash on tests with circular references inRuleTester
(#19664) (Milos Djermanovic)f1c858e
chore: fix internal type references toPlugin
andRule
(#19665) (Francesco Trotta)9736d5d
fix: addnamespace
toPlugin.meta
type (#19661) (Milos Djermanovic)40dd299
refactor: One-shot ESQuery selector analysis (#19652) (Nicholas C. Zakas)addd0a6
docs: fix formatting of unordered lists in Markdown (#19660) (Milos Djermanovic)a21b38d
docs: Update README (GitHub Actions Bot)c0721a7
docs: fix double space in command (#19657) (CamWass)1cfd702
chore: update dependency@eslint/json
to ^0.12.0 (#19656) (renovate[bot])2dfd83e
feat: addignoreDirectives
option inno-unused-expressions
(#19645) (sethamus)17bae69
fix: updateRuleTester.run()
type (#19634) (Nitin Kumar)v9.25.1 - April 21, 2025
1f2b057
chore: upgrade@eslint/js
@9
.25.1 (#19642) (Milos Djermanovic)771317f
chore: package.json update for@eslint/js
release (Jenkins)cdc8e8c
fix: revert directive detection in no-unused-expressions (#19639) (sethamus)v9.25.0 - April 18, 2025
88dc196
chore: upgrade@eslint/js
@9
.25.0 (#19636) (Milos Djermanovic)345288d
chore: package.json update for@eslint/js
release (Jenkins)910bd13
fix:nodeTypeKey
not being used inNodeEventGenerator
(#19631) (StyleShit)ca7a735
docs: updateno-undef-init
when not to use section (#19624) (Tanuj Kanti)affe6be
chore: upgrade trunk (#19628) (sethamus)1b870c9
docs: useeslint-config-xo
in the getting started guide (#19629) (Nitin Kumar)5d4af16
docs: add types for multiple rule options (#19616) (Tanuj Kanti)e8f8d57
docs: Update README (GitHub Actions Bot)a40348f
docs: no-use-before-define tweaks (#19622) (Kirk Waiblinger)0ba3ae3
docs: Update README (GitHub Actions Bot)865dbfe
docs: ensure "learn more" deprecation links point to useful resource (#19590) (Kirk Waiblinger)dcd95aa
feat: support TypeScript syntax in no-empty-function rule (#19551) (sethamus)77d6d5b
feat: support TS syntax inno-unused-expressions
(#19564) (Sweta Tanwar)90228e5
feat: supportJSRuleDefinition
type (#19604) (루밀LuMir)f80b746
docs: add known limitations for no-self-compare (#19612) (Nitin Kumar)59ba6b7
feat: add allowObjects option to no-restricted-properties (#19607) (sethamus)db650a0
feat: support TypeScript syntax inno-invalid-this
rule (#19532) (Tanuj Kanti)dd20cf2
test: fixno-loop-func
test with duplicate variable reports (#19610) (Milos Djermanovic)9535cff
feat: support TS syntax inno-loop-func
(#19559) (Nitin Kumar)
... (truncated)
Commits
Updates @types/node
from 22.14.0 to 22.15.8
Commits
- See full diff in compare view
Updates @types/react
from 19.1.0 to 19.1.2
Commits
- See full diff in compare view
Updates @types/react-dom
from 19.1.1 to 19.1.3
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin
from 8.29.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
this
from 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
TSImportType
property name whenassert
(#11115)❤️ Thank You
- Andy Edwards
- Dima Barabash
@dbarabashh
- Kirk Waiblinger
@kirkwaiblinger
- mdm317
- overlookmotel
- Sasha Kondrashov
- Yukihiro Hasegawa
@y-hsgw
You can read about our versioning strategy and releases on our website.
v8.31.1
8.31.1 (2025-04-28)
🩹 Fixes
- eslint-plugin: [no-unnecessary-condition] downgrade fix to suggestion (#11081)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger
You can read about our versioning strategy and releases on our website.
v8.31.0
8.31.0 (2025-04-21)
🚀 Features
- eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#10979)
🩹 Fixes
... (truncated)
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
this
from 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-hsgw
You can read about our versioning strategy and releases on our website.
8.31.1 (2025-04-28)
🩹 Fixes
- eslint-plugin: [no-unnecessary-condition] downgrade fix to suggestion (#11081)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger
You can read about our versioning strategy and releases on our website.
8.31.0 (2025-04-21)
🚀 Features
- eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#10979)
❤️ Thank You
- Nicolas Le Cam
You can read about our versioning strategy and releases on our website.
8.30.1 (2025-04-14)
🩹 Fixes
... (truncated)
Commits
819a03f
chore(release): publish 8.32.03d2409d
chore(deps): update dependency marked to v15 (#11145)d450585
test: correct out-of-date .shot files (#11141)cfd9cd1
chore: correct deprecated tsutils usage in no-unnecessary-type-conversion63ab002
chore(deps): update dependency ts-api-utils to v2.1.0 (#11003)29ea555
feat(eslint-plugin): [only-throw-error] add optionallowRethrowing
(#11075)172ab8a
chore(eslint-plugin): resolve remaining issues fromvitest
migration (#11100)ccbfcdc
feat(eslint-plugin): [no-unnecessary-type-conversion] add rule (#10182)a9c9251
chore: revertvitest
related changes intsconfig
files (#11124)9d6a6d0
fix(eslint-plugin): [prefer-nullish-coalescing] fix parenthesization bug in s...- Additional commits viewable in compare view
Updates @typescript-eslint/parser
from 8.29.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
this
from 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
TSImportType
property name whenassert
(#11115)❤️ Thank You
- Andy Edwards
- Dima Barabash
@dbarabashh
- Kirk Waiblinger
@kirkwaiblinger
- mdm317
- overlookmotel
- Sasha Kondrashov
- Yukihiro Hasegawa
@y-hsgw
You can read about our versioning strategy and releases on our website.
v8.31.1
8.31.1 (2025-04-28)
🩹 Fixes
- eslint-plugin: [no-unnecessary-condition] downgrade fix to suggestion (#11081)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger
You can read about our versioning strategy and releases on our website.
v8.31.0
8.31.0 (2025-04-21)
🚀 Features
- eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#10979)
🩹 Fixes
... (truncated)
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.
8.31.1 (2025-04-28)
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.31.0 (2025-04-21)
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.30.1 (2025-04-14)
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.30.0 (2025-04-14)
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
819a03f
chore(release): publish 8.32.0172ab8a
chore(eslint-plugin): resolve remaining issues fromvitest
migration (#11100)a9c9251
chore: revertvitest
related changes intsconfig
files (#11124)f5c588c
chore(release): publish 8.31.12cc7656
chore(release): publish 8.31.09531492
chore(release): publish 8.30.1b3688be
chore(release): publish 8.30.0f1ceade
chore: remove unused downlevel-dts (#11034)6e03f7c
chore: corrected vitest.config.base compiler inclusion (#11067)c438c50
chore(parser): migrate fromjest
tovitest
(#10775)- See full diff in compare view
Updates @vitejs/plugin-react
from 4.3.4 to 4.4.1
Release notes
Sourced from @vitejs/plugin-react
's releases.
plugin-react@4.4.1
Fix type issue when using
moduleResolution: "node"
in tsconfig #462plugin-react@4.4.0
Make compatible with rolldown-vite
This plugin is now compatible with rolldown-powered version of Vite. Note that currently the
__source
property value position might be incorrect. This will be fixed in the near future.plugin-react@4.4.0-beta.2
Add
reactRefreshHost
optionAdd
reactRefreshHost
option to set a React Fast Refresh runtime URL prefix. This is useful in a module federation context to enable HMR by specifying the host application URL in the Vite config of a remote application. See full discussion here: module-federation/vite#183export default defineConfig({ plugins: [react({ reactRefreshHost: 'http://localhost:3000' })], })
plugin-react@4.4.0-beta.1
No release notes provided.
Changelog
Sourced from @vitejs/plugin-react
's changelog.
4.4.1 (2025-04-19)
Fix type issue when using
moduleResolution: "node"
in tsconfig #4624.4.0 (2025-04-15)
Make compatible with rolldown-vite
This plugin is now compatible with rolldown-powered version of Vite. Note that currently the
__source
property value position might be incorrect. This will be fixed in the near future.4.4.0-beta.2 (2025-04-15)
Add
reactRefreshHost
optionAdd
reactRefreshHost
option to set a React Fast Refresh runtime URL prefix. This is useful in a module federation context to enable HMR by specifying the host application URL in the Vite config of a remote application. See full discussion here: module-federation/vite#183export default defineConfig({ plugins: [react({ reactRefreshHost: 'http://localhost:3000' })], })
4.4.0-beta.1 (2025-04-09)
4.4.0-beta.0 (2025-04-09)
Commits
57cc398
release: plugin-react@4.4.1a62bdd6
fix(react): fix package.jsontypes
(#462)8beda4f
release: plugin-react@4.4.0fffe4ad
feat: add support for rolldown-vite (#451)c197fd9
release: plugin-react@4.4.0-beta.2bd1a1ad
fix(deps): update all non-major dependencies (#392)87f7fdd
feat: addreactRefreshHost
option to support module federation HMR (#420)da01d56
release: plugin-react@4.4.0-beta.19b1b510
chore: fix refresh runtime path in dev (#444)8258442
release: plugin-react@4.4.0-beta.0- Additional commits viewable in compare view
Updates @vitest/coverage-v8
from 3.1.1 to 3.1.3
Release notes
Sourced from @vitest/coverage-v8
's releases.
v3.1.3
🐞 Bug Fixes
- Correctly resolve vitest import if
inline: true
is set - by@sheremet-va
in vitest-dev/vitest#7856 (a83f3)- Fix fixture parsing with lowered async with esbuild 0.25.3 - by
@hi-ogawa
in vitest-dev/vitest#7921 (c5c85)- Remove event-catcher code - by
@sheremet-va
in vitest-dev/vitest#7898 (deb1b)- Reset mocks on test retry/repeat - by
@sheremet-va
in vitest-dev/vitest#7897 (2fa76)- Ignore failures on writeToCache - by
@orgads
in vitest-dev/vitest#7893 (8c7f7)- browser: Correctly inherit CLI options - by
@sheremet-va
in vitest-dev/vitest#7858 (03660)- deps: Update all non-major dependencies - in vitest-dev/vitest#7867 (67ef7)
- reporters:
--merge-reports
to show each total run times - by@AriPerkkio
in vitest-dev/vitest#7877 (d613b)View changes on GitHub
v3.1.2
🐞 Bug Fixes
- Add global
chai
variable invitest/globals
(fix: #7474) - by@Jay-Karia
in vitest-dev/vitest#7771 and vitest-dev/vitest#7474 (d9297)- Prevent modifying
test.exclude
when same object passed incoverage.exclude
- by@AriPerkkio
in vitest-dev/vitest#7774 (c3751)- Fix already hoisted mock - by
@hi-ogawa
in vitest-dev/vitest#7815 (773b1)- Fix test.scoped inheritance - by
@hi-ogawa
in vitest-dev/vitest#7814 (db6c3)- Remove pointer-events-none after resizing the left panel - by
@alexprudhomme
in vitest-dev/vitest#7811 (a7e77)- Default to run mode when stdin is not a TTY - by
@kentonv
,@hi-ogawa
and@sheremet-va
in vitest-dev/vitest#7673 (6358f)- Use happy-dom/jsdom types for
envionmentOptions
- by@hi-ogawa
in vitest-dev/vitest#7795 (67430)- browser:
- Fix transform error before browser server initialization - by
@hi-ogawa
in vitest-dev/vitest#7783 (5f762)- Fix mocking from outside of root - by
@hi-ogawa
in vitest-dev/vitest#7789 (03f55)- Scale iframe for non ui case - by
@hi-ogawa
in vitest-dev/vitest#6512 (c3374)- coverage:
await
profiler calls - by@AriPerkkio
in vitest-dev/vitest#7763 (795a6)- Expose profiling timers - by
@AriPerkkio
in vitest-dev/vitest#7820 (5652b)- deps:
- Update all non-major dependencies - in vitest-dev/vitest#7765 (7c3df)
- Update all non-major dependencies - in vitest-dev/vitest#7831 (15701)
- runner:
- Correctly call test hooks and teardown functions - by
@sheremet-va
in vitest-dev/vitest#7775 (3c00c)- Show stacktrace on test timeout error - by
@hi-ogawa
in vitest-dev/vitest#7799 (df33b)- ui:
- Load panel sizes from storage on initial load - by
@userquin
in vitest-dev/vitest#7265 (6555d)- vite-node:
- Named export should overwrite export all - by
@hi-ogawa
in vitest-dev/vitest#7846 (5ba0d)- Add ERR_MODULE_NOT_FOUND code error if module cannot be loaded - by
@sheremet-va
in vitest-dev/vitest#7776 (f9eac)🏎 Performance
- browser: Improve browser parallelisation - by
@sheremet-va
in vitest-dev/vitest#7665 (816a5)View changes on GitHub
Commits
Updates eslint
from 9.24.0 to 9.26.0
Release notes
Sourced from eslint's releases.
v9.26.0
Features
e9754e7
feat: add reportGlobalThis to no-shadow-restricted-names (#19670) (sethamus)0fa2b7a
feat: add suggestions foreqeqeq
rule (#19640) (Nitin Kumar)dcbdcc9
feat: Add MCP server (#19592) (Nicholas C. Zakas)2dfd83e
feat: addignoreDirectives
option inno-unused-expressions
(#19645) (sethamus)Bug Fixes
96e84de
fix: check cache file existence before deletion (#19648) (sethamus)d683aeb
fix: don't crash on tests with circular references inRuleTester
(#19664) (Milos Djermanovic)9736d5d
fix: addnamespace
toPlugin.meta
type (#19661) (Milos Djermanovic)17bae69
fix: updateRuleTester.run()
type (#19634) (Nitin Kumar)Documentation
dd98d63
docs: Update README (GitHub Actions Bot)c25e858
docs: Update README (GitHub Actions Bot)b2397e9
docs: Update README (GitHub Actions Bot)addd0a6
docs: fix formatting of unordered lists in Markdown (#19660) (Milos Djermanovic)a21b38d
docs: Update README (GitHub Actions Bot)c0721a7
docs: fix double space in command (#19657) (CamWass)Chores
Pull Request Statistics
1
2
+693
-1081
Package Dependencies
@typescript-eslint/parser
npm
8.29.1 → 8.32.0
Minor
@typescript-eslint/eslint-plugin
npm
8.29.1 → 8.32.0
Minor
eslint-plugin-react-refresh
npm
0.4.19 → 0.4.20
Patch
@babel/helper-plugin-utils
npm
7.26.5 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
Technical Details
ID: | 211301 |
UUID: | 2499973657 |
Node ID: | PR_kwDOOT3xzM6VApIZ |
Host: | GitHub |
Repository: | dbit-dev/deployment-boilerplate |
Mergeable: | Yes |
Merge State: | Clean |
Rebaseable: | Yes |