chore(deps-dev): bump the minor-and-patch group across 1 directory with 13 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(4 months ago)
(4 months ago)
Bumps the minor-and-patch group with 13 updates in the / directory:
| Package | From | To |
|---|---|---|
| bumpp | 10.3.2 |
10.4.1 |
| prettier | 3.7.4 |
3.8.1 |
| typescript-eslint | 8.50.0 |
8.56.1 |
| tsdown | 0.11.13 |
0.20.3 |
| react | 19.2.3 |
19.2.4 |
| @types/react | 19.2.7 |
19.2.14 |
| react-dom | 19.2.3 |
19.2.4 |
| @testing-library/react | 16.3.1 |
16.3.2 |
| @sveltejs/vite-plugin-svelte | 6.2.1 |
6.2.4 |
| @testing-library/svelte | 5.2.10 |
5.3.1 |
| svelte | 5.46.0 |
5.53.6 |
| svelte-check | 4.3.5 |
4.4.4 |
| vite | 7.3.0 |
7.3.1 |
Updates bumpp from 10.3.2 to 10.4.1
Release notes
Sourced from bumpp's releases.
v10.4.1
🚀 Features
- Add custom path to config - by
@OskarLebudain antfu-collective/bumpp#107 (0f2e4)View changes on GitHub
v10.4.0
No significant changes
View changes on GitHub
Commits
Updates prettier from 3.7.4 to 3.8.1
Changelog
Sourced from prettier's changelog.
3.8.1
Include available
printersin plugin type declarations (#18706 by@porada)// Input import * as prettierPluginEstree from "prettier/plugins/estree";// Prettier 3.8.0 // Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339) prettierPluginEstree.printers.estree; //=> any
// Prettier 3.8.1 prettierPluginEstree.printers.estree; //=> Printer prettierPluginEstree.printers["estree-json"]; //=> Printer
3.8.0
Commits
90983f4Release 3.8.157f702fInclude availableprintersin plugin type declarations (#18706)bece827Revert change in release script82a4ab2Bump Prettier dependency to 3.8.05213ee4Clean changelog_unreleasedf95ad0fComment out finished stepsb2034e8Fix release script5824b15Release 3.8.00433601Add blog post for v3.8.0 (#18639)b04d05bRemove lint step from release script (#18415)- Additional commits viewable in compare view
Updates typescript-eslint from 8.50.0 to 8.56.1
Release notes
Sourced from typescript-eslint's releases.
v8.56.1
8.56.1 (2026-02-23)
What's Changed
- chore(deps): update dependency minimatch to v10.2.2 by
@benmccannin typescript-eslint/typescript-eslint#12074You can read about our versioning strategy and releases on our website.
v8.56.0
8.56.0 (2026-02-16)
🚀 Features
- support ESLint v10 (#12057)
🩹 Fixes
- use parser options from context.languageOptions (#12043)
❤️ Thank You
- Brad Zacher
@bradzacher- fnx
@DMartens- Joshua Chen
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.55.0
8.55.0 (2026-02-09)
🚀 Features
- utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)
🩹 Fixes
- eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#11990)
- eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#11966, #12000)
- eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#11984)
- eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#11949)
- typescript-estree: forbid invalid modifier in object expression (#11931)
❤️ Thank You
- Christian Rose
@chrros95- fisker Cheung
@fisker- Josh Goldberg
- Maria Solano
@MariaSolOs
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
8.56.1 (2026-02-23)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
8.56.0 (2026-02-16)
🚀 Features
- support ESLint v10 (#12057)
❤️ Thank You
- Brad Zacher
@bradzacher- Joshua Chen
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
8.55.0 (2026-02-09)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
8.54.0 (2026-01-26)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.53.1 (2026-01-19)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.53.0 (2026-01-12)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.52.0 (2026-01-05)
... (truncated)
Commits
96a04a9chore(release): publish 8.56.18b8b68fchore(release): publish 8.56.068a074ffeat: support ESLint v10 (#12057)fedfe86chore(release): publish 8.55.0b931f8cchore: use workspace refs for workspace deps (#12018)1f17a79chore: migrate to pnpm (#11248)d423e57chore(release): publish 8.54.09940e53chore(release): publish 8.53.13021edechore(release): publish 8.53.09ddd571chore(release): publish 8.52.0- Additional commits viewable in compare view
Updates tsdown from 0.11.13 to 0.20.3
Release notes
Sourced from tsdown's releases.
v0.20.3
🐞 Bug Fixes
View changes on GitHub
v0.20.2
🚀 Features
- Upgrade rolldown to 1.0.0-rc.3 - by
@sxzz(0beea)- dep: Keep
inlineOnlyclean with hint message on unused - by@jycouetand@sxzzin rolldown/tsdown#725 (13f1c)- pkg: Optimize attw and publint packing - by
@sxzzin rolldown/tsdown#736 (375cf)🐞 Bug Fixes
- Throw error when skipNodeModulesBundle and noExternal are used together - by
@sxzzin rolldown/tsdown#746 (656d5)- External type only packages
@types/*- by@kalvenschraut(0be7c)- exports: Move
importbeforerequire- by@sxzz(3027a)View changes on GitHub
v0.20.1
🚀 Features
View changes on GitHub
v0.20.0
🚨 Breaking Changes
🚀 Features
- Add option to disable legacy CJS warning - by
@sxzz(9fada)- Apply
inlineOnlyoption for dts files - by@sxzz(7d89d)- Upgrade rolldown to 1.0.0-beta.60 - by
@sxzz(bb3ee)- Upgrade rolldown to rc 1 - by
@sxzz(1959f)- entry: Support mixed array and object entries - by
@sxzz(a8083)🐞 Bug Fixes
- Optional
parseEnv- by@sxzz(be1b6)- Reload config on restart - by
@sxzz(1756b)- Config extensions typo - by
@aryaemami59in rolldown/tsdown#722 (d2bb7)- windows: Normalize path separators in build output - by
@ryuappin rolldown/tsdown#719 (c4525)🏎 Performance
... (truncated)
Commits
49cc5f9chore: release v0.20.35c3e3d3chore: tiny deps0b10b8cfix(package): ignore scripts when packing3808b59chore: update snapshot21a6c92test: update snapshot5e76c52chore: release v0.20.20beea0efeat: upgrade rolldown to 1.0.0-rc.30be7c6dfix: external type only packages@types/*02f43b4chore(deps): update all non-major dependencies (#748)b202f09chore: upgrade deps- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for tsdown since your current version.
Updates react from 19.2.3 to 19.2.4
Release notes
Sourced from react's releases.
19.2.4 (January 26th, 2026)
React Server Components
- Add more DoS mitigations to Server Actions, and harden Server Components (#35632 by
@gnoff,@lubieowoce,@sebmarkbage,@unstubbable)
Commits
90ab3f8Version 19.2.4- See full diff in compare view
Updates @types/react from 19.2.7 to 19.2.14
Commits
- See full diff in compare view
Updates react-dom from 19.2.3 to 19.2.4
Release notes
Sourced from react-dom's releases.
19.2.4 (January 26th, 2026)
React Server Components
- Add more DoS mitigations to Server Actions, and harden Server Components (#35632 by
@gnoff,@lubieowoce,@sebmarkbage,@unstubbable)
Commits
90ab3f8Version 19.2.4- See full diff in compare view
Updates @testing-library/react from 16.3.1 to 16.3.2
Release notes
Sourced from @testing-library/react's releases.
v16.3.2
16.3.2 (2026-01-19)
Bug Fixes
Commits
f32bd1bfix: Update 'onCaughtError' type inference in 'RenderOptions' to work with Re...- See full diff in compare view
Updates @sveltejs/vite-plugin-svelte from 6.2.1 to 6.2.4
Release notes
Sourced from @sveltejs/vite-plugin-svelte's releases.
@sveltejs/vite-plugin-svelte@6.2.4Patch Changes
- fix(hmr): ensure that svelte files are recompiled and updated css modules returned correctly when reported out of order (#1258)
@sveltejs/vite-plugin-svelte@6.2.3Patch Changes
- fix(filter): ignore zero-tagged ids per rollup convention (#1255)
@sveltejs/vite-plugin-svelte@6.2.2Patch Changes
Changelog
Sourced from @sveltejs/vite-plugin-svelte's changelog.
6.2.4
Patch Changes
- fix(hmr): ensure that svelte files are recompiled and updated css modules returned correctly when reported out of order (#1258)
6.2.3
Patch Changes
- fix(filter): ignore zero-tagged ids per rollup convention (#1255)
6.2.2
Patch Changes
Commits
24bf204Version Packages (#1259)599dbc1fix: transform Svelte component first during HMR (#1258)83513a8Version Packages (#1256)b280447fix(filter): ignore zero-tagged ids per rollup convention (#1255)99bfe1aVersion Packages (#1247)c4f8535fix: update from rolldown-vite to vite-8 beta (#1246)cba6ae8perf: replace debug with obug (#1241)fdf68eachore: updates (#1239)- See full diff in compare view
Updates @testing-library/svelte from 5.2.10 to 5.3.1
Release notes
Sourced from @testing-library/svelte's releases.
@testing-library/svelte@5.3.1
@testing-library/svelte5.3.1 (2025-12-25)Bug Fixes
@testing-library/svelte@5.3.0
@testing-library/svelte5.3.0 (2025-12-23)Features
- core: create standalone core module (#460) (e43f3c7)
- polish types, bring back
pureexport (#465) (fb45051)
@testing-library/svelte@5.3.0-next.3
@testing-library/svelte5.3.0-next.3 (2025-12-23)Features
Dependencies
@testing-library/svelte-core: upgraded to 1.0.0-next.5
@testing-library/svelte@5.3.0-next.2
@testing-library/svelte5.3.0-next.2 (2025-12-22)Dependencies
@testing-library/svelte-core: upgraded to 1.0.0-next.4
@testing-library/svelte@5.3.0-next.1
@testing-library/svelte5.3.0-next.1 (2025-12-20)Features
Dependencies
@testing-library/svelte-core: upgraded to 1.0.0-next.3
Commits
dcb519bfix(types): remove errant deprecation (#469)fb45051feat: polish types, bring backpureexport (#465)e43f3c7feat(core): create standalone core module (#460)dc415aerefactor(core): move all rendering and cleanup logic into core (#459)be4748echore: switch to pnpm monorepo (#457)- See full diff in compare view
Updates svelte from 5.46.0 to 5.53.6
Release notes
Sourced from svelte's releases.
svelte@5.53.6
Patch Changes
perf: optimize parser hot paths for faster compilation (#17811)
fix:
SvelteMapincorrectly handles keys withundefinedvalues (#17826)fix: SvelteURL
searchsetter now returns the normalized value, matching native URL behavior (#17828)fix: visit synthetic value node during ssr (#17824)
fix: always case insensitive event handlers during ssr (#17822)
chore: more efficient effect scheduling (#17808)
perf: optimize compiler analysis phase (#17823)
fix: skip redundant batch.apply (#17816)
chore: null out current_batch before committing branches (#17809)
svelte@5.53.5
Patch Changes
fix: escape
innerTextandtextContentbindings ofcontenteditable(0df5abcae223058ceb95491470372065fb87951d)fix: sanitize
transformErrorvalues prior to embedding in HTML comments (0298e979371bb583855c9810db79a70a551d22b9)svelte@5.53.4
Patch Changes
fix: set server context after async transformError (#17799)
fix: hydrate if blocks correctly (#17784)
fix: handle default parameters scope leaks (#17788)
fix: prevent flushed effects from running again (#17787)
svelte@5.53.3
Patch Changes
fix: render
:catchof#awaitblock with correct key (#17769)chore: pin aria-query@5.3.1 (#17772)
fix: make string coercion consistent to
toString(#17774)svelte@5.53.2
Patch Changes
... (truncated)
Changelog
Sourced from svelte's changelog.
5.53.6
Patch Changes
perf: optimize parser hot paths for faster compilation (#17811)
fix:
SvelteMapincorrectly handles keys withundefinedvalues (#17826)fix: SvelteURL
searchsetter now returns the normalized value, matching native URL behavior (#17828)fix: visit synthetic value node during ssr (#17824)
fix: always case insensitive event handlers during ssr (#17822)
chore: more efficient effect scheduling (#17808)
perf: optimize compiler analysis phase (#17823)
fix: skip redundant batch.apply (#17816)
chore: null out current_batch before committing branches (#17809)
5.53.5
Patch Changes
fix: escape
innerTextandtextContentbindings ofcontenteditable(0df5abcae223058ceb95491470372065fb87951d)fix: sanitize
transformErrorvalues prior to embedding in HTML comments (0298e979371bb583855c9810db79a70a551d22b9)5.53.4
Patch Changes
fix: set server context after async transformError (#17799)
fix: hydrate if blocks correctly (#17784)
fix: handle default parameters scope leaks (#17788)
fix: prevent flushed effects from running again (#17787)
5.53.3
Patch Changes
... (truncated)
Commits
d4c7829Version Packages (#17812)361b32cfix: SvelteURL search setter uses unnormalized value (#17828)1043f79perf: optimize compiler analysis phase (#17823)b6faa2afix: always case insensitive event handlers during ssr (#17822)e3d277bfix: visit synthetic value node during ssr (#17824)18db0cafix: SvelteMap incorrectly handles keys withundefinedvalues (#17826)3fc4bc6chore: remove unused is_flushing variable (#17820)16a1351fix: skip redundant batch.apply (#17816)04ba134docs: flesh outattribute_invalid_sequence_expressionmessage (#17789)fc67c9cchore(deps-dev): bump rollup from 4.52.5 to 4.59.0 (#17810)- Additional commits viewable in compare view
Updates svelte-check from 4.3.5 to 4.4.4
Release notes
Sourced from svelte-check's releases.
svelte-check@4.4.4
Patch Changes
fix: more robust detection of
lang="ts"attribute (#2957)fix: pass filename to
warningFilter(#2959)fix: resolve svelte files under path alias in
--incremental/tsgomode (#2955)svelte-check@4.4.3
Patch Changes
- fix: respect
@ts-ignoreetc comments within tags (#2950)svelte-check@4.4.2
Patch Changes
fix: resolve shims correctly in
--incremental/tsgomode (cd1ff2f)fix: include
referencesin generatedtsconfig.jsonin--incremental/tsgomode (1990f74)svelte-check@4.4.1
Patch Changes
fix: handle relative imports reaching outside working directory when using
--incremental/--tsgoflags (#2942)fix: support SvelteKit zero types in svelte-check --incremental (#2939)
svelte-check@4.4.0
Minor Changes
- feat: provide
--incrementaland--tsgoflags (#2932)Patch Changes
fix: ignore Unix domain sockets in file watcher to prevent crashes (#2931)
fix: properly use machine output by default for Claude Code (
e9f58d2)svelte-check@4.3.6
Patch Changes
- fix: don't hoist type/snippet referencing $store (#2926)
Commits
e7168a9Version Packages (#2958)2eb8170fix: pass filename towarningFilter(#2959)28adef3fix: more robust detection oflang="ts"attribute (#2957)379b0bdfix: resolve svelte files under path alias in--incremental/tsgomode (#2955)abf0c20Version Packages (#2951)3a3d6e3fix: respect@ts-ignoreetc comments within tags (#2950)27b7eb8Version Packages (#2949)d69eb72fix: detect existing JSDoc@satisfiesto prevent duplicate injection (#2946)1990f74fix: includereferencesin generatedtsconfig.jsonin `--incremental/tsgo...cd1ff2ffix: resolve shims correctly in--incremental/tsgomode- Additional commits viewable in compare view
Updates vite from 7.3.0 to 7.3.1
Commits
95e8923release: v7.3.19d39d37feat: addignoreOutdatedRequestsoption tooptimizeDeps(#21364)- 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 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
Package Dependencies
@sveltejs/vite-plugin-svelte
npm
6.2.1 → 6.2.4
Patch
Technical Details
| ID: | 14324868 |
| UUID: | 4013466521 |
| Node ID: | PR_kwDOPrTqK87HcgBo |
| Host: | GitHub |
| Repository: | replane-dev/replane-javascript |