Bump the development-dependencies group across 1 directory with 131 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(about 1 month ago)
(about 1 month ago)
dependencies javascript
Bumps the development-dependencies group with 38 updates in the / directory:
Package | From | To |
---|---|---|
@eslint/js | 9.24.0 |
9.32.0 |
@testing-library/jest-dom | 6.6.3 |
6.6.4 |
@types/express | 5.0.1 |
5.0.3 |
@types/node | 22.14.0 |
24.1.0 |
@typescript-eslint/eslint-plugin | 8.29.1 |
8.38.0 |
@typescript-eslint/parser | 8.29.1 |
8.38.0 |
@vitejs/plugin-react | 4.3.4 |
4.7.0 |
@vitest/coverage-v8 | 3.1.1 |
3.2.4 |
eslint | 9.24.0 |
9.32.0 |
eslint-plugin-import | 2.31.0 |
2.32.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 |
prettier | 3.5.3 |
3.6.2 |
typescript-eslint | 8.29.1 |
8.38.0 |
vite | 6.2.5 |
7.0.6 |
@adobe/css-tools | 4.4.2 |
4.4.3 |
@asamuzakjp/css-color | 3.1.1 |
3.2.0 |
@babel/runtime | 7.27.0 |
7.28.2 |
brace-expansion | 1.1.11 |
1.1.12 |
@jridgewell/sourcemap-codec | 1.5.0 |
1.5.4 |
@testing-library/dom | 10.4.0 |
10.4.1 |
@types/body-parser | 1.19.5 |
1.19.6 |
@types/express-serve-static-core | 5.0.6 |
5.0.7 |
@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 |
agent-base | 7.1.3 |
7.1.4 |
cssstyle | 4.3.0 |
4.6.0 |
decimal.js | 10.5.0 |
10.6.0 |
esbuild | 0.25.2 |
0.25.8 |
expect-type | 1.2.1 |
1.2.2 |
nwsapi | 2.2.20 |
2.2.21 |
parse5 | 7.2.1 |
7.3.0 |
tldts | 6.1.85 |
6.1.86 |
tr46 | 5.1.0 |
5.1.1 |
ws | 8.18.1 |
8.18.3 |
Updates @eslint/js
from 9.24.0 to 9.32.0
Release notes
Sourced from @eslint/js
's releases.
v9.32.0
Features
1245000
feat: support explicit resource management in core rules (#19828) (fnx)0e957a7
feat: support typescript types in accessor rules (#19882) (fnx)Bug Fixes
960fd40
fix: Upgrade@eslint/js
(#19971) (Nicholas C. Zakas)bbf23fa
fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)d498887
fix: bump@eslint/plugin-kit
to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)f46fc6c
fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)7863d26
fix: remove outdated types inParserOptions.ecmaFeatures
(#19944) (ntnyq)3173305
fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)Documentation
86e7426
docs: Update README (GitHub Actions Bot)Chores
50de1ce
chore: package.json update for@eslint/js
release (Jenkins)74f01a3
ci: unpinjiti
to version^2.5.1
(#19970) (루밀LuMir)2ab1381
ci: pinjiti
to version 2.4.2 (#19964) (Francesco Trotta)b7f7545
test: switch to flat config mode inSourceCode
tests (#19953) (Milos Djermanovic)f5a35e3
test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)e22af8c
refactor: useCustomRuleDefinitionType
inJSRuleDefinition
(#19949) (Francesco Trotta)e855717
chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)2f73a23
test: switch to flat config mode inast-utils
tests (#19948) (Milos Djermanovic)c565a53
chore: excludefurther_reading_links.json
from Prettier formatting (#19943) (Milos Djermanovic)v9.31.0
Features
35cf44c
feat: output full actual location in rule tester if different (#19904) (ST-DDT)a6a6325
feat: support explicit resource management inno-loop-func
(#19895) (Milos Djermanovic)4682cdc
feat: support explicit resource management inno-undef-init
(#19894) (Milos Djermanovic)5848216
feat: support explicit resource management ininit-declarations
(#19893) (Milos Djermanovic)bb370b8
feat: support explicit resource management inno-const-assign
(#19892) (Milos Djermanovic)Bug Fixes
07fac6c
fix: retry on EMFILE when writing autofix results (#19926) (TKDev7)28cc7ab
fix: Remove incorrect RuleContext types (#19910) (Nicholas C. Zakas)Documentation
664cb44
docs: Update README (GitHub Actions Bot)40dbe2a
docs: fix mismatch betweenglobalIgnores()
code and text (#19914) (MaoShizhong)5a0069d
docs: Update README (GitHub Actions Bot)fef04b5
docs: Update working on issues info (#19902) (Nicholas C. Zakas)Chores
... (truncated)
Changelog
Sourced from @eslint/js
's changelog.
v9.32.0 - July 25, 2025
960fd40
fix: Upgrade@eslint/js
(#19971) (Nicholas C. Zakas)50de1ce
chore: package.json update for@eslint/js
release (Jenkins)bbf23fa
fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)74f01a3
ci: unpinjiti
to version^2.5.1
(#19970) (루밀LuMir)d498887
fix: bump@eslint/plugin-kit
to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)2ab1381
ci: pinjiti
to version 2.4.2 (#19964) (Francesco Trotta)b7f7545
test: switch to flat config mode inSourceCode
tests (#19953) (Milos Djermanovic)f5a35e3
test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)f46fc6c
fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)86e7426
docs: Update README (GitHub Actions Bot)e22af8c
refactor: useCustomRuleDefinitionType
inJSRuleDefinition
(#19949) (Francesco Trotta)1245000
feat: support explicit resource management in core rules (#19828) (fnx)e855717
chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)0e957a7
feat: support typescript types in accessor rules (#19882) (fnx)2f73a23
test: switch to flat config mode inast-utils
tests (#19948) (Milos Djermanovic)7863d26
fix: remove outdated types inParserOptions.ecmaFeatures
(#19944) (ntnyq)c565a53
chore: excludefurther_reading_links.json
from Prettier formatting (#19943) (Milos Djermanovic)3173305
fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)v9.31.0 - July 11, 2025
3ddd454
chore: upgrade to@eslint/js@9.31.0
(#19935) (Francesco Trotta)d5054e5
chore: package.json update for@eslint/js
release (Jenkins)0f4a378
chore: update eslint (#19933) (renovate[bot])664cb44
docs: Update README (GitHub Actions Bot)07fac6c
fix: retry on EMFILE when writing autofix results (#19926) (TKDev7)35cf44c
feat: output full actual location in rule tester if different (#19904) (ST-DDT)40dbe2a
docs: fix mismatch betweenglobalIgnores()
code and text (#19914) (MaoShizhong)76c2340
chore: bump mocha to v11 (#19917) (루밀LuMir)28cc7ab
fix: Remove incorrect RuleContext types (#19910) (Nicholas C. Zakas)a6a6325
feat: support explicit resource management inno-loop-func
(#19895) (Milos Djermanovic)4682cdc
feat: support explicit resource management inno-undef-init
(#19894) (Milos Djermanovic)5848216
feat: support explicit resource management ininit-declarations
(#19893) (Milos Djermanovic)bb370b8
feat: support explicit resource management inno-const-assign
(#19892) (Milos Djermanovic)5a0069d
docs: Update README (GitHub Actions Bot)fef04b5
docs: Update working on issues info (#19902) (Nicholas C. Zakas)v9.30.1 - July 1, 2025
b035f74
chore: upgrade to@eslint/js@9.30.1
(#19906) (Francesco Trotta)b3dbc16
chore: package.json update for@eslint/js
release (Jenkins)e91bb87
fix: allow separate default and named type imports (#19899) (xbinaryx)ab7c625
docs: Update README (GitHub Actions Bot)dae1e5b
docs: update jsdoc's link (#19896) (JamesVanWaza)v9.30.0 - June 27, 2025
... (truncated)
Commits
50de1ce
chore: package.json update for@eslint/js
released5054e5
chore: package.json update for@eslint/js
releaseb3dbc16
chore: package.json update for@eslint/js
release5a5d526
chore: package.json update for@eslint/js
releaseacf2201
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
release- Additional commits viewable in compare view
Updates @testing-library/jest-dom
from 6.6.3 to 6.6.4
Release notes
Sourced from @testing-library/jest-dom
's releases.
v6.6.4
6.6.4 (2025-07-26)
Performance Improvements
Commits
707e647
perf: replace chalk with picocolors (#659)918b6fb
docs: add InfiniteXyy as a contributor for code, and bug (#650)- 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.1.0
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin
from 8.29.1 to 8.38.0
Release notes
Sourced from @typescript-eslint/eslint-plugin
's releases.
v8.38.0
8.38.0 (2025-07-21)
🚀 Features
- typescript-estree: forbid optional chain in
TemplateTaggedLiteral
(#11391)🩹 Fixes
- disallow extra properties in rule options (#11397)
- eslint-plugin: [consistent-generic-constructors] resolve conflict with
isolatedDeclarations
if enabled inconstructor
option (#11351)- typescript-eslint: infer tsconfigRootDir with v8 API (#11412)
- typescript-eslint: error on nested
extends
intseslint.config()
(#11361)- typescript-estree: ensure the token type of the property name is Identifier (#11329)
❤️ Thank You
- Andrew Kazakov
@andreww2012
- Kirk Waiblinger
@kirkwaiblinger
- MK
@asdf93074
- tao
- Younsang Na
@nayounsang
You can read about our versioning strategy and releases on our website.
v8.37.0
8.37.0 (2025-07-14)
🚀 Features
- typescript-estree: infer tsconfigRootDir from call stack (#11370)
🩹 Fixes
- eslint-plugin: [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (#11381)
- type-utils: add missing 'types' dependency to 'type-utils' (#11383)
- type-utils: handle namespaced exports in specifier matching (#11380)
❤️ Thank You
- Bill Collins
- Josh Goldberg ✨
- René
@Renegade334
- Yukihiro Hasegawa
@y-hsgw
You can read about our versioning strategy and releases on our website.
v8.36.0
8.36.0 (2025-07-07)
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin
's changelog.
8.38.0 (2025-07-21)
🩹 Fixes
- disallow extra properties in rule options (#11397)
- eslint-plugin: [consistent-generic-constructors] resolve conflict with
isolatedDeclarations
if enabled inconstructor
option (#11351)❤️ Thank You
- Andrew Kazakov
@andreww2012
- Younsang Na
@nayounsang
You can read about our versioning strategy and releases on our website.
8.37.0 (2025-07-14)
🩹 Fixes
- eslint-plugin: [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (#11381)
❤️ Thank You
- Yukihiro Hasegawa
@y-hsgw
You can read about our versioning strategy and releases on our website.
8.36.0 (2025-07-07)
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.35.1 (2025-06-30)
🩹 Fixes
- remove prettier from eslint-plugin (#11339)
❤️ Thank You
- Abhijeet Singh
@cseas
You can read about our versioning strategy and releases on our website.
8.35.0 (2025-06-23)
🚀 Features
- eslint-plugin: [no-base-to-string] add checkUnknown Option (#11128)
... (truncated)
Commits
d11e79e
chore(release): publish 8.38.05ec8c58
fix: disallow extra properties in rule options (#11397)0e884c7
fix(eslint-plugin): [consistent-generic-constructors] resolve conflict with `...816be17
chore(release): publish 8.37.0e1b310c
fix(eslint-plugin): [unified-signatures] fix false positives for ignoreOverlo...16c344e
docs(website): remove stale list of checked expressions (#11384)84b7a2e
chore(release): publish 8.36.0d1388fc
fix(eslint-plugin): [no-deprecated] should allow ignoring of deprecated value...4a60d3e
docs(eslint-plugin): [only-throw-error] document options (#11348)1ca81c1
chore(eslint-plugin): switch auto-generated test cases to hand-written in no-...- Additional commits viewable in compare view
Updates @typescript-eslint/parser
from 8.29.1 to 8.38.0
Release notes
Sourced from @typescript-eslint/parser
's releases.
v8.38.0
8.38.0 (2025-07-21)
🚀 Features
- typescript-estree: forbid optional chain in
TemplateTaggedLiteral
(#11391)🩹 Fixes
- disallow extra properties in rule options (#11397)
- eslint-plugin: [consistent-generic-constructors] resolve conflict with
isolatedDeclarations
if enabled inconstructor
option (#11351)- typescript-eslint: infer tsconfigRootDir with v8 API (#11412)
- typescript-eslint: error on nested
extends
intseslint.config()
(#11361)- typescript-estree: ensure the token type of the property name is Identifier (#11329)
❤️ Thank You
- Andrew Kazakov
@andreww2012
- Kirk Waiblinger
@kirkwaiblinger
- MK
@asdf93074
- tao
- Younsang Na
@nayounsang
You can read about our versioning strategy and releases on our website.
v8.37.0
8.37.0 (2025-07-14)
🚀 Features
- typescript-estree: infer tsconfigRootDir from call stack (#11370)
🩹 Fixes
- eslint-plugin: [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (#11381)
- type-utils: add missing 'types' dependency to 'type-utils' (#11383)
- type-utils: handle namespaced exports in specifier matching (#11380)
❤️ Thank You
- Bill Collins
- Josh Goldberg ✨
- René
@Renegade334
- Yukihiro Hasegawa
@y-hsgw
You can read about our versioning strategy and releases on our website.
v8.36.0
8.36.0 (2025-07-07)
... (truncated)
Changelog
Sourced from @typescript-eslint/parser
's changelog.
8.38.0 (2025-07-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.37.0 (2025-07-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.36.0 (2025-07-07)
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.35.1 (2025-06-30)
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.35.0 (2025-06-23)
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.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)
... (truncated)
Commits
d11e79e
chore(release): publish 8.38.0816be17
chore(release): publish 8.37.084b7a2e
chore(release): publish 8.36.0e2ecca6
chore: fix issues introduced by updatednx
configuration (#11230)f9bd7d8
chore(release): publish 8.35.1d19c9f3
chore(release): publish 8.35.0ccd0791
chore(release): publish 8.34.18915a47
chore(release): publish 8.34.0936f350
chore(release): publish 8.33.1dca57b3
chore(release): publish 8.33.0- Additional commits viewable in compare view
Updates @vitejs/plugin-react
from 4.3.4 to 4.7.0
Release notes
Sourced from @vitejs/plugin-react
's releases.
plugin-react@4.7.0
Add HMR support for compound components (#518)
HMR now works for compound components like this:
const Root = () => <div>Accordion Root</div> const Item = () => <div>Accordion Item</div>
export const Accordion = { Root, Item }
Return
Plugin[]
instead ofPluginOption[]
(#537)The return type has changed from
react(): PluginOption[]
to more specialized typereact(): Plugin[]
. This allows for type-safe manipulation of plugins, for example:// previously this causes type errors react({ babel: { plugins: ['babel-plugin-react-compiler'] } }) .map(p => ({ ...p, applyToEnvironment: e => e.name === 'client' }))
plugin-react@4.6.0
Add raw Rolldown support
This plugin only worked with Vite. But now it can also be used with raw Rolldown. The main purpose for using this plugin with Rolldown is to use react compiler.
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.
... (truncated)
Changelog
Sourced from @vitejs/plugin-react
's changelog.
4.7.0 (2025-07-18)
Add HMR support for compound components (#518)
HMR now works for compound components like this:
const Root = () => <div>Accordion Root</div> const Item = () => <div>Accordion Item</div>
export const Accordion = { Root, Item }
Return
Plugin[]
instead ofPluginOption[]
(#537)The return type has changed from
react(): PluginOption[]
to more specialized typereact(): Plugin[]
. This allows for type-safe manipulation of plugins, for example:// previously this causes type errors react({ babel: { plugins: ['babel-plugin-react-compiler'] } }) .map(p => ({ ...p, applyToEnvironment: e => e.name === 'client' }))
4.6.0 (2025-06-23)
Add raw Rolldown support
This plugin only worked with Vite. But now it can also be used with raw Rolldown. The main purpose for using this plugin with Rolldown is to use react compiler.
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)
... (truncated)
Commits
8041706
release: plugin-react@4.7.0bbfd1b7
chore: update changelog for #537fdc9d9a
feat: add hmr support for compound components (#518)d14f31d
fix(deps): update all non-major dependencies (#568)22be17f
build: use tsdown for plugin-react / plugin-react-oxc (#554)840f0b1
chore(deps): update prettier (#556)cfe2912
fix(deps): update all non-major dependencies (#540)11f56d6
fix: returnPlugin[]
instead ofPluginOption[]
(#537)9da5e19
fix(deps): update all non-major dependencies (#519)1583c5d
chore: remove Vite 7 beta from supported range (#517)- Additional commits viewable in compare view
Updates @vitest/coverage-v8
from 3.1.1 to 3.2.4
Release notes
Sourced from @vitest/coverage-v8
's releases.
v3.2.4
🐞 Bug Fixes
- Use correct path for optimisation of strip-literal - by
@mrginglymus
in vitest-dev/vitest#8139 (44940)- Print uint and buffer as a simple string - by
@sheremet-va
in vitest-dev/vitest#8141 (b86bf)- browser:
- Show a helpful error when spying on an export - by
@sheremet-va
in vitest-dev/vitest#8178 (56007)- cli:
vitest run --watch
should be watch-mode - by@AriPerkkio
in vitest-dev/vitest#8128 (657e8)- Use absolute path environment on Windows - by
@colinaaa
in vitest-dev/vitest#8105 (85dc0)- Throw error when
--shard x/<count>
exceeds count of test files - by@AriPerkkio
in vitest-dev/vitest#8112 (8a18c)- coverage:
- Ignore SCSS in browser mode - by
@sheremet-va
in vitest-dev/vitest#8161 (0c3be)- deps:
- Update all non-major dependencies - in vitest-dev/vitest#8123 (93f32)
- expect:
- Handle async errors in expect.soft - by
@lzl0304
in vitest-dev/vitest#8145 (68699)- pool:
- Auto-adjust
minWorkers
when onlymaxWorkers
specified - by@AriPerkkio
in vitest-dev/vitest#8110 (14dc0)- reporter:
task.meta
should be available in custom reporter's errors - by@AriPerkkio
in vitest-dev/vitest#8115 (27df6)- runner:
- Preserve handler wrapping on extend - by
@pengooseDev
in vitest-dev/vitest#8153 (a9281)- ui:
- Ensure ui config option works correctly - by
@lzl0304
in vitest-dev/vitest#8147 (42eeb)View changes on GitHub
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
... (truncated)
Commits
c666d14
chore: release v3.2.4b87ee3e
chore: release v3.2.3-
Pull Request Statistics
Commits:
0Files Changed:
0Additions:
+0Deletions:
-0
Package Dependencies
@typescript-eslint/parser
npm
8.29.1 → 8.38.0
Minor
@typescript-eslint/eslint-plugin
npm
8.29.1 → 8.38.0
Minor
eslint-plugin-react-refresh
npm
0.4.19 → 0.4.20
Patch
@types/express-serve-static-core
npm
5.0.6 → 5.0.7
Patch
@jridgewell/sourcemap-codec
npm
1.5.0 → 1.5.4
Patch
Technical Details
ID: | 4578671 |
UUID: | 3271951786 |
Node ID: | PR_kwDOOT3xzM6hFpZI |
Host: | GitHub |
Repository: | dbit-dev/deployment-boilerplate |