chore(deps-dev): bump the minor-and-patch group across 1 directory with 13 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 2
(5 months ago)
(5 months ago)
(5 months ago)
Bumps the minor-and-patch group with 13 updates in the / directory:
| Package | From | To |
|---|---|---|
| bumpp | 10.3.2 |
10.4.0 |
| prettier | 3.7.4 |
3.8.1 |
| typescript-eslint | 8.50.0 |
8.54.0 |
| tsdown | 0.11.13 |
0.20.1 |
| react | 19.2.3 |
19.2.4 |
| @types/react | 19.2.7 |
19.2.9 |
| react-dom | 19.2.3 |
19.2.4 |
| @testing-library/react | 16.3.1 |
16.3.2 |
| jsdom | 27.3.0 |
27.4.0 |
| @sveltejs/vite-plugin-svelte | 6.2.1 |
6.2.4 |
| @testing-library/svelte | 5.2.10 |
5.3.1 |
| svelte | 5.46.0 |
5.48.2 |
| vite | 7.3.0 |
7.3.1 |
Updates bumpp from 10.3.2 to 10.4.0
Commits
ef09634chore: release v10.4.0ccbb6a5chore: update depsf46daf0refactor: remove unnecessarynoprefix options and move default values (#102)- See full diff in compare view
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.54.0
Release notes
Sourced from typescript-eslint's releases.
v8.54.0
8.54.0 (2026-01-26)
🚀 Features
- eslint-plugin-internal: add prefer-tsutils-methods rule (#11974, #11625)
- scope-manager: support ScopeManager#addGlobals (#11914)
- typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#11965, #11955)
🩹 Fixes
- deps: update dependency prettier to v3.8.0 (#11991)
- eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#11785)
- eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#11967, #11559)
- scope-manager: fix catch clause scopes
def.name(#11982)- scope-manager: prevent misidentification of
"use strict"directives (#11995)- utils: handle missing
FlatESLintandLegacyESLint(#11958)❤️ Thank You
- Brad Zacher
@bradzacher- fnx
@DMartens- Francesco Trotta
- Josh Goldberg
- MinJae
@Ju-MINJAE- Minyeong Kim
@minyeong981- overlookmotel
- Yuya Yoshioka
@YuyaYoshioka- 김현수
@Kimsoo0119You can read about our versioning strategy and releases on our website.
v8.53.1
8.53.1 (2026-01-19)
🩹 Fixes
- eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#11951)
- utils: make RuleCreator root defaultOptions optional (#11956)
❤️ Thank You
- Cameron
- Yukihiro Hasegawa
@y-hsgwYou can read about our versioning strategy and releases on our website.
v8.53.0
8.53.0 (2026-01-12)
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
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)
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.51.0 (2025-12-29)
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.50.1 (2025-12-22)
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.
Commits
d423e57chore(release): publish 8.54.09940e53chore(release): publish 8.53.13021edechore(release): publish 8.53.09ddd571chore(release): publish 8.52.095c7c73chore: update deps to latest minor/patch (#11921)e4c57f5chore(release): publish 8.51.0d520b88chore(release): publish 8.50.1- See full diff in compare view
Updates tsdown from 0.11.13 to 0.20.1
Release notes
Sourced from tsdown's releases.
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
View changes on GitHub
v0.20.0-beta.4
No significant changes
View changes on GitHub
v0.20.0-beta.3
🚀 Features
View changes on GitHub
v0.20.0-beta.2
🚀 Features
... (truncated)
Commits
dbd985fchore: release v0.20.1dcaef07refactor: rename external plugin to dep plugin1e0e778feat(inline-only): show warnings if bundled deps417fc17refactor(inline-only): improve handling of inlineOnly depsb38a72achore: upgrade deps16402c0chore: release v0.20.02ae7b19test: fix flaky test1959f24feat: upgrade rolldown to rc 12498dbcchore: emphasize requirement of minimal reproductiond2bb75efix: config extensions typo (#722)- 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.9
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 jsdom from 27.3.0 to 27.4.0
Release notes
Sourced from jsdom's releases.
Version 27.4.0
- Added
TextEncoderandTextDecoder.- Improved decoding of HTML bytes by using the new
@exodus/bytespackage; it is now much more correct. (ChALkeR)- Improved decoding of XML bytes to use UTF-8 more often, instead of sniffing for
<meta charset>or using the parent frame's encoding.- Fixed a memory leak when
Ranges were used and then the elements referred to by those ranges were removed.
Changelog
Sourced from jsdom's changelog.
27.4.0
- Added
TextEncoderandTextDecoder.- Improved decoding of HTML bytes by using the new
@exodus/bytespackage; it is now much more correct. (ChALkeR)- Improved decoding of XML bytes to use UTF-8 more often, instead of sniffing for
<meta charset>or using the parent frame's encoding.- Fixed a memory leak when
Ranges were used and then the elements referred to by those ranges were removed.
Commits
098d16dVersion 27.4.01cd029eImprove asciiLowercase/asciiUppercase performance83fcb62Implement TextEncoder and TextDecoder; improve XML decodingddad97dSwitch from iconv-lite to exodus/bytes for decoding25cb2a1Use weak references for rangesed4f5edAdd currently-failing CSS regression tests- 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.48.2
Release notes
Sourced from svelte's releases.
svelte@5.48.2
Patch Changes
- fix: export
waitfunction from internal client index (#17530)svelte@5.48.1
Patch Changes
fix: hoist snippets above const in same block (#17516)
fix: properly hydrate await in
{@html}(#17528)fix: batch resolution of async work (#17511)
fix: account for empty statements when visiting in transform async (#17524)
fix: avoid async overhead for already settled promises (#17461)
fix: better code generation for const tags with async dependencies (#17518)
svelte@5.48.0
Minor Changes
- feat: export
parseCssfromsvelte/compiler(#17496)Patch Changes
fix: handle non-string values in
svelte:elementthisattribute (#17499)fix: faster deduplication of dependencies (#17503)
svelte@5.47.1
Patch Changes
- fix: trigger
selectedcontentreactivity (#17486)svelte@5.47.0
Minor Changes
- feat: customizable
<select>elements (#17429)Patch Changes
fix: mark subtree of svelte boundary as dynamic (#17468)
fix: don't reset static elements with debug/snippets (#17477)
svelte@5.46.4
Patch Changes
... (truncated)
Changelog
Sourced from svelte's changelog.
5.48.2
Patch Changes
- fix: export
waitfunction from internal client index (#17530)5.48.1
Patch Changes
fix: hoist snippets above const in same block (#17516)
fix: properly hydrate await in
{@html}(#17528)fix: batch resolution of async work (#17511)
fix: account for empty statements when visiting in transform async (#17524)
fix: avoid async overhead for already settled promises (#17461)
fix: better code generation for const tags with async dependencies (#17518)
5.48.0
Minor Changes
- feat: export
parseCssfromsvelte/compiler(#17496)Patch Changes
fix: handle non-string values in
svelte:elementthisattribute (#17499)fix: faster deduplication of dependencies (#17503)
5.47.1
Patch Changes
- fix: trigger
selectedcontentreactivity (#17486)5.47.0
Minor Changes
- feat: customizable
<select>elements (#17429)Patch Changes
- fix: mark subtree of svelte boundary as dynamic (#17468)
... (truncated)
Commits
e1427aaVersion Packages (#17531)6046bbbfix: exportwaitfunction from internal client index (#17530)9108404Version Packages (#17517)0f68a00chore: defense-in-depth against script escapes (#17479)9b6539afix: properly hydrate await in{@html}(alternative) (#17528)7ab62a5docs: fix <svelte:boundary> tag in const_tag_invalid_placement message (#17501)917ea2dfix: account for empty statements when visiting in transform async (#17524)1ff7dd6fix: batch resolution of async work (#17511)ac03d27chore: reduce indirection, simplify logic in batch.process(...) (#17521)1ed458echore: removeset_is_updating_effect(#17459)- 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 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
Package Dependencies
@sveltejs/vite-plugin-svelte
npm
6.2.1 → 6.2.4
Patch
Technical Details
| ID: | 13428470 |
| UUID: | 3857775172 |
| Node ID: | PR_kwDOPrTqK86_dYBS |
| Host: | GitHub |
| Repository: | replane-dev/replane-javascript |