Bump the development-dependencies group across 1 directory with 96 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(3 months ago)
(2 months ago)
dependencies javascript
Bumps the development-dependencies group with 34 updates in the / directory:
Package | From | To |
---|---|---|
@eslint/js | 9.24.0 |
9.29.0 |
@types/express | 5.0.1 |
5.0.3 |
@types/node | 22.14.0 |
24.0.3 |
@types/react | 19.1.0 |
19.1.8 |
@types/react-dom | 19.1.1 |
19.1.6 |
@typescript-eslint/eslint-plugin | 8.29.1 |
8.34.1 |
@typescript-eslint/parser | 8.29.1 |
8.34.1 |
@vitejs/plugin-react | 4.3.4 |
4.5.2 |
@vitest/coverage-v8 | 3.1.1 |
3.2.3 |
eslint | 9.24.0 |
9.29.0 |
eslint-plugin-react-refresh | 0.4.19 |
0.4.20 |
jsdom | 26.0.0 |
26.1.0 |
lint-staged | 15.5.0 |
16.1.2 |
typescript-eslint | 8.29.1 |
8.34.1 |
vite | 6.2.5 |
6.3.5 |
@adobe/css-tools | 4.4.2 |
4.4.3 |
@asamuzakjp/css-color | 3.1.1 |
3.2.0 |
@babel/runtime | 7.27.0 |
7.27.6 |
brace-expansion | 1.1.11 |
1.1.12 |
@eslint/config-helpers | 0.2.1 |
0.2.3 |
@types/body-parser | 1.19.5 |
1.19.6 |
@types/http-errors | 2.0.4 |
2.0.5 |
@types/qs | 6.9.18 |
6.14.0 |
@types/send | 0.17.4 |
0.17.5 |
@types/serve-static | 1.15.7 |
1.15.8 |
array-includes | 3.1.8 |
3.1.9 |
cssstyle | 4.3.0 |
4.4.0 |
esbuild | 0.25.2 |
0.25.5 |
parse5 | 7.2.1 |
7.3.0 |
postcss | 8.5.3 |
8.5.6 |
rollup | 4.39.0 |
4.43.0 |
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.29.0
Release notes
Sourced from @eslint/js
's releases.
v9.29.0
Features
f686fcb
feat: addecmaVersion: 2026
, parsingusing
andawait using
(#19832) (Milos Djermanovic)19cdd22
feat: prune suppressions for non-existent files (#19825) (TKDev7)b3d720f
feat: add ES2025 globals (#19835) (fisker Cheung)677a283
feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)dbba058
feat: allow global type declaration inno-var
(#19714) (Remco Haszing)342bd29
feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)786bcd1
feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)05b66d0
feat: addsourceCode.isGlobalReference(node)
method (#19695) (Nitin Kumar)Bug Fixes
85c082c
fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)9bda4a9
fix: fixLintOptions.filterCodeBlock
types (#19837) (ntnyq)7ab77a2
fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)1ba3318
fix: addlanguage
anddialects
tono-use-before-define
(#19808) (Francesco Trotta)Documentation
00e3e6a
docs: add support for custom name parameter toincludeIgnoreFile
(#19795) (루밀LuMir)3aed075
docs: Update README (GitHub Actions Bot)a2f888d
docs: enhance documentation with links and fix typos (#19761) (루밀LuMir)53c3235
docs: update to clarify prompt usage (#19748) (Jennifer Davis)Chores
5c114c9
chore: upgrade@eslint/js
@9
.29.0 (#19851) (Milos Djermanovic)acf2201
chore: package.json update for@eslint/js
release (Jenkins)a806994
refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)152ed51
test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)b647239
chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)7abe42e
refactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)e392895
perf: improve time complexity ofgetLocFromIndex
(#19782) (루밀LuMir)0ed289c
chore: remove accidentally committed file (#19807) (Francesco Trotta)v9.28.0
Features
b0674be
feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)a95721f
feat: Add--pass-on-unpruned-suppressions
CLI option (#19773) (Milos Djermanovic)bfd0e7a
feat: support TypeScript syntax inno-use-before-define
(#19566) (Tanuj Kanti)68c61c0
feat: support TS syntax inno-shadow
(#19565) (Nitin Kumar)0f773ef
feat: support TS syntax inno-magic-numbers
(#19561) (Nitin Kumar)c4a6b60
feat: add allowTypeAnnotation to func-style (#19754) (sethamus)b03ad17
feat: add TypeScript support toprefer-arrow-callback
(#19678) (Tanuj Kanti)bc3c331
feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)Bug Fixes
eea3e7e
fix: Remove configured global variables fromGlobalScope#implicit
(#19779) (Milos Djermanovic)a467de3
fix: update context.report types (#19751) (Nitin Kumar)fd467bb
fix: remove interopDefault to use jiti's default (#19697) (sethamus)72d16e3
fix: avoid false positive inno-unassigned-vars
for declare module (#19746) (Azat S.)81c3c93
fix: curly types (#19750) (Eli)
... (truncated)
Changelog
Sourced from @eslint/js
's changelog.
v9.29.0 - June 13, 2025
5c114c9
chore: upgrade@eslint/js
@9
.29.0 (#19851) (Milos Djermanovic)acf2201
chore: package.json update for@eslint/js
release (Jenkins)f686fcb
feat: addecmaVersion: 2026
, parsingusing
andawait using
(#19832) (Milos Djermanovic)85c082c
fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)00e3e6a
docs: add support for custom name parameter toincludeIgnoreFile
(#19795) (루밀LuMir)9bda4a9
fix: fixLintOptions.filterCodeBlock
types (#19837) (ntnyq)a806994
refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)19cdd22
feat: prune suppressions for non-existent files (#19825) (TKDev7)b3d720f
feat: add ES2025 globals (#19835) (fisker Cheung)677a283
feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)3aed075
docs: Update README (GitHub Actions Bot)7ab77a2
fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)a2f888d
docs: enhance documentation with links and fix typos (#19761) (루밀LuMir)dbba058
feat: allow global type declaration inno-var
(#19714) (Remco Haszing)152ed51
test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)b647239
chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)7abe42e
refactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)342bd29
feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)e392895
perf: improve time complexity ofgetLocFromIndex
(#19782) (루밀LuMir)1ba3318
fix: addlanguage
anddialects
tono-use-before-define
(#19808) (Francesco Trotta)786bcd1
feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)05b66d0
feat: addsourceCode.isGlobalReference(node)
method (#19695) (Nitin Kumar)53c3235
docs: update to clarify prompt usage (#19748) (Jennifer Davis)0ed289c
chore: remove accidentally committed file (#19807) (Francesco Trotta)v9.28.0 - May 30, 2025
175b7b8
chore: upgrade to@eslint/js@9.28.0
(#19802) (Francesco Trotta)844f5a6
chore: package.json update for@eslint/js
release (Jenkins)b0674be
feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)3ec2082
docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0
docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0d
docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)eea3e7e
fix: Remove configured global variables fromGlobalScope#implicit
(#19779) (Milos Djermanovic)a95721f
feat: Add--pass-on-unpruned-suppressions
CLI option (#19773) (Milos Djermanovic)a467de3
fix: update context.report types (#19751) (Nitin Kumar)59dd7e6
docs: updatefunc-style
with examples (#19793) (Tanuj Kanti)62b1c1b
chore: update globals to v16 (#19791) (Nitin Kumar)bfd0e7a
feat: support TypeScript syntax inno-use-before-define
(#19566) (Tanuj Kanti)68c61c0
feat: support TS syntax inno-shadow
(#19565) (Nitin Kumar)e8a1cb8
chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)0f773ef
feat: support TS syntax inno-magic-numbers
(#19561) (Nitin Kumar)43d3975
chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)c4a6b60
feat: add allowTypeAnnotation to func-style (#19754) (sethamus)fd467bb
fix: remove interopDefault to use jiti's default (#19697) (sethamus)2dfb5eb
test: updateSourceCodeTraverser
tests (#19763) (Milos Djermanovic)b03ad17
feat: add TypeScript support toprefer-arrow-callback
(#19678) (Tanuj Kanti)e9129e0
docs: add global scope'simplicit
field to Scope Manager docs (#19770) (Milos Djermanovic)
... (truncated)
Commits
acf2201
chore: package.json update for@eslint/js
release844f5a6
chore: package.json update for@eslint/js
releaseecaef73
chore: package.json update for@eslint/js
release7bc6c71
feat: add no-unassigned-vars rule (#19618)35304dd
chore: add missingfunding
field to packages (#19684)d6fa4ac
chore: package.json update for@eslint/js
releaseaddd0a6
docs: fix formatting of unordered lists in Markdown (#19660)771317f
chore: package.json update for@eslint/js
release345288d
chore: package.json update for@eslint/js
release- See full diff in compare view
Updates @types/express
from 5.0.1 to 5.0.3
Commits
- See full diff in compare view
Updates @types/node
from 22.14.0 to 24.0.3
Commits
- See full diff in compare view
Updates @types/react
from 19.1.0 to 19.1.8
Commits
- See full diff in compare view
Updates @types/react-dom
from 19.1.1 to 19.1.6
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin
from 8.29.1 to 8.34.1
Release notes
Sourced from @typescript-eslint/eslint-plugin
's releases.
v8.34.1
8.34.1 (2025-06-16)
🩹 Fixes
- types: add 2026/17 to EcmaVersion (#11304)
- typescript-estree: emit a Literal instead of Identifier for constructor when the identifier is a string (#11299)
- visitor-keys: bump
eslint-visitor-keys
dependency (#11294)❤️ Thank You
- David Archibald
- overlookmotel
- Tao
You can read about our versioning strategy and releases on our website.
v8.34.0
8.34.0 (2025-06-09)
🚀 Features
- type-utils: deprecated getSourceFileOfNode function (#11284)
🩹 Fixes
- typescript-estree: change the token type of
null
fromKeyword
toNull
(#11283)- typescript-estree: add validation to interface extends (#11271)
- visitor-keys: fix visitor keys order (#11279)
❤️ Thank You
- Kim Sang Du
@developer-bandi
- overlookmotel
- Tao
You can read about our versioning strategy and releases on our website.
v8.33.1
8.33.1 (2025-06-02)
🩹 Fixes
- exclude docs/ directory from eslint-plugin package (#11251)
- project-service: add missing
typescript
peer dependency (#11265)❤️ Thank You
- JounQin
- roottool
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin
's changelog.
8.34.1 (2025-06-16)
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.34.0 (2025-06-09)
🩹 Fixes
- typescript-estree: add validation to interface extends (#11271)
❤️ Thank You
- Tao
You can read about our versioning strategy and releases on our website.
8.33.1 (2025-06-02)
🩹 Fixes
- exclude docs/ directory from eslint-plugin package (#11251)
❤️ Thank You
- roottool
You can read about our versioning strategy and releases on our website.
8.33.0 (2025-05-26)
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.32.1 (2025-05-12)
🩹 Fixes
- eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
- eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for
TSMappedType
with no type annotation (#11180)- eslint-plugin: [no-deprecated] support computed member access (#10867)
- eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
❤️ Thank You
- Azat S.
@azat-io
- Dima Barabash
@dbarabashh
- Ronen Amiel
... (truncated)
Commits
ccd0791
chore(release): publish 8.34.13a8369d
chore(eslint-plugin): switch auto-generated test cases to hand-written in no-...2fbae48
chore(eslint-plugin): switch auto-generated test cases to hand-written in str...8a69a33
chore(eslint-plugin): switch auto-generated test cases to hand-written in pre...58ce73f
chore(eslint-plugin): switch auto-generated test cases to hand-written in no-...f9d4d10
chore(eslint-plugin): switch auto-generated test cases to hand-written in no-...8915a47
chore(release): publish 8.34.08208974
docs: rename "directive comments" to "comment directives" (#11268)685e530
fix(typescript-estree): add validation to interface extends (#11271)0f5c59c
chore(eslint-plugin): [prefer-optional-chain] fix comment placement (#11269)- Additional commits viewable in compare view
Updates @typescript-eslint/parser
from 8.29.1 to 8.34.1
Release notes
Sourced from @typescript-eslint/parser
's releases.
v8.34.1
8.34.1 (2025-06-16)
🩹 Fixes
- types: add 2026/17 to EcmaVersion (#11304)
- typescript-estree: emit a Literal instead of Identifier for constructor when the identifier is a string (#11299)
- visitor-keys: bump
eslint-visitor-keys
dependency (#11294)❤️ Thank You
- David Archibald
- overlookmotel
- Tao
You can read about our versioning strategy and releases on our website.
v8.34.0
8.34.0 (2025-06-09)
🚀 Features
- type-utils: deprecated getSourceFileOfNode function (#11284)
🩹 Fixes
- typescript-estree: change the token type of
null
fromKeyword
toNull
(#11283)- typescript-estree: add validation to interface extends (#11271)
- visitor-keys: fix visitor keys order (#11279)
❤️ Thank You
- Kim Sang Du
@developer-bandi
- overlookmotel
- Tao
You can read about our versioning strategy and releases on our website.
v8.33.1
8.33.1 (2025-06-02)
🩹 Fixes
- exclude docs/ directory from eslint-plugin package (#11251)
- project-service: add missing
typescript
peer dependency (#11265)❤️ Thank You
- JounQin
- roottool
... (truncated)
Changelog
Sourced from @typescript-eslint/parser
's changelog.
8.34.1 (2025-06-16)
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.34.0 (2025-06-09)
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.33.1 (2025-06-02)
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.33.0 (2025-05-26)
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.32.1 (2025-05-12)
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.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)
... (truncated)
Commits
ccd0791
chore(release): publish 8.34.18915a47
chore(release): publish 8.34.0936f350
chore(release): publish 8.33.1dca57b3
chore(release): publish 8.33.0f9e0eb9
chore: clean up nx and other config (#11226)1c0e1ae
chore: update some package scripts and dependency config (#10765)48a9835
chore(parser): finish migrating tovitest
(#11191)af077a0
chore(release): publish 8.32.1b2be3dc
chore: simplifytsconfig
setup usingconfigDir
(#11136)aeb7402
chore(ast-spec): finish migrating tovitest
(#11126)- Additional commits viewable in compare view
Updates @vitejs/plugin-react
from 4.3.4 to 4.5.2
Release notes
Sourced from @vitejs/plugin-react
's releases.
plugin-react@4.5.2
Suggest
@vitejs/plugin-react-oxc
if rolldown-vite is detected #491Emit a log which recommends
@vitejs/plugin-react-oxc
whenrolldown-vite
is detected to improve performance and use Oxc under the hood. The warning can be disabled by settingdisableOxcRecommendation: false
in the plugin options.Use
optimizeDeps.rollupOptions
instead ofoptimizeDeps.esbuildOptions
for rolldown-vite #489This suppresses the warning about
optimizeDeps.esbuildOptions
being deprecated in rolldown-vite.Add Vite 7-beta to peerDependencies range #497
React plugins are compatible with Vite 7, this removes the warning when testing the beta.
plugin-react@4.5.1
Add explicit semicolon in preambleCode #485
This fixes an edge case when using HTML minifiers that strips line breaks aggressively.
plugin-react@4.5.0
Add
filter
for rolldown-vite #470Added
filter
so that it is more performant when running this plugin with rolldown-powered version of Vite.Skip HMR for JSX files with hooks #480
This removes the HMR warning for hooks with JSX.
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
... (truncated)
Changelog
Sourced from @vitejs/plugin-react
's changelog.
4.5.2 (2025-06-10)
Suggest
@vitejs/plugin-react-oxc
if rolldown-vite is detected #491Emit a log which recommends
@vitejs/plugin-react-oxc
whenrolldown-vite
is detected to improve performance and use Oxc under the hood. The warning can be disabled by settingdisableOxcRecommendation: true
in the plugin options.Use
optimizeDeps.rollupOptions
instead ofoptimizeDeps.esbuildOptions
for rolldown-vite #489This suppresses the warning about
optimizeDeps.esbuildOptions
being deprecated in rolldown-vite.Add Vite 7-beta to peerDependencies range #497
React plugins are compatible with Vite 7, this removes the warning when testing the beta.
4.5.1 (2025-06-03)
Add explicit semicolon in preambleCode #485
This fixes an edge case when using HTML minifiers that strips line breaks aggressively.
4.5.0 (2025-05-23)
Add
filter
for rolldown-vite #470Added
filter
so that it is more performant when running this plugin with rolldown-powered version of Vite.Skip HMR for JSX files with hooks #480
This removes the HMR warning for hooks with JSX.
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#183</tr></table>
... (truncated)
Commits
bfb45ad
release: plugin-react@4.5.26ea9398
feat: add Vite 7-beta to peerDependencies range (#497)6db7e7c
fix(deps): update all non-major dependencies (#469)c450133
feat: suggestvite-plugin-react-oxc
when usingrolldown-vite
(#491)4bec551
fix: useoptimizeDeps.rollupOptions
for rolldown-vite (#489)2f32052
release: plugin-react@4.5.188585db
fix: add explicit semicolon in preambleCode (#485)476e705
release: plugin-react@4.5.002b1ede
fix(hmr): skip HMR for JSX files with hooks (#480)5a94bd7
feat: add filter (#470)- Additional commits viewable in compare view
Updates @vitest/coverage-v8
from 3.1.1 to 3.2.3
Release notes
Sourced from @vitest/coverage-v8
's releases.
v3.2.3
🚀 Features
- browser: Use base url instead of vitest - by
@sheremet-va
in vitest-dev/vitest#8126 (1d8eb)- ui: Show test annotations and metadata in the test report tab - by
@sheremet-va
in vitest-dev/vitest#8093 (c69be)🐞 Bug Fixes
- Rerun tests when project's setup file is changed - by
@sheremet-va
in vitest-dev/vitest#8097 (0f335)- Revert
expect.any
return type - by@sheremet-va
in vitest-dev/vitest#8129 (47514)- Run only the name plugin last, not all config plugins - by
@sheremet-va
in vitest-dev/vitest#8130 (83862)- pool:
- Throw if user's tests use
process.send()
- by@AriPerkkio
in vitest-dev/vitest#8125 (dfe81)- runner:
- Fast sequential task updates missing - by
@AriPerkkio
in vitest-dev/vitest#8121 (7bd11)- Comments between fixture destructures - by
@AriPerkkio
in vitest-dev/vitest#8127 (dc469)- vite-node:
- Unable to handle errors where sourcemap mapping empty - by
@blake-newman
and@hi-ogawa
in vitest-dev/vitest#8071 (8aa25)View changes on GitHub
v3.2.2
🚀 Features
- Support rolldown-vite - by
@sheremet-va
and@hi-ogawa
in vitest-dev/vitest#7509 (c8d62)🐞 Bug Fixes
- browser:
- Calculate prepare time from
createTesters
call on the main thread - by@sheremet-va
in vitest-dev/vitest#8101 (142c7)- Optimize build output and always prebundle vitest - by
@sheremet-va
(00a39)- Make custom locators available in
vitest-browser-*
packages - by@sheremet-va
in vitest-dev/vitest#8103 (247ef)- expect:
- Ensure we can always self
toEqual
- by@dubzzz
in vitest-dev/vitest#8094 (02ec8)- reporter:
- Allow
dot
reporter to work in non interactive terminals - by@bstephen1
and@AriPerkkio
in vitest-dev/vitest#7994 (6db9f)View changes on GitHub
v3.2.1
🐞 Bug Fixes
- Use sha1 instead of md5 for hashing - by
@sheremet-va
(e4c73)- expect:
- Fix chai import in dts - by
@hi-ogawa
in vitest-dev/vitest#8077 (a7593)- Export
DeeplyAllowMatchers
- by@sheremet-va
in vitest-dev/vitest#8078 (30ab4)View changes on GitHub
v3.2.0
... (truncated)
CommitsDescription has been truncated
Pull Request Statistics
0
0
+0
-0
Package Dependencies
@typescript-eslint/parser
npm
8.29.1 → 8.34.1
Minor
@typescript-eslint/eslint-plugin
npm
8.29.1 → 8.34.1
Minor
eslint-plugin-react-refresh
npm
0.4.19 → 0.4.20
Patch
Technical Details
ID: | 2097861 |
UUID: | 3151601824 |
Node ID: | PR_kwDOOT3xzM6azYYC |
Host: | GitHub |
Repository: | dbit-dev/deployment-boilerplate |