Sourced from @sveltejs/kit's
releases.
@sveltejs/kit@2.49.5Patch Changes
fix: avoid overriding Vite default
basewhen running Vitest 4 (#14866)fix: ensure url decoded pathnames are not mistaken as rerouted requests (
d9ae9b0)fix: add length checks to remote forms (
8ed8155)
@sveltejs/kit@2.49.4Patch Changes
fix: support instrumentation for
vite preview(#15105)fix: support for
URLSearchParams.has(name, value)overload (#15076)fix: put forking behind
experimental.forkPreloads(#15135)
@sveltejs/kit@2.49.3Patch Changes
fix: avoid false-positive Vite config overridden warning when using Vitest 4 (#15121)
fix: add
typescriptas an optional peer dependency (#15074)fix: use hasOwn check when deep-setting object properties (#15127)
@sveltejs/kit@2.49.2Patch Changes
fix: Stop re-loading already-loaded CSS during server-side route resolution (#15014)
fix: posixify the instrumentation file import on Windows (#14993)
fix: Correctly handle shared memory when decoding binary form data (#15028)
@sveltejs/kit@2.49.1Patch Changes
- fix: suppress
state_referenced_locallywarnings in.svelte-kit/generated/root.svelte(#15013)
... (truncated)
Sourced from @sveltejs/kit's
changelog.
2.49.5
Patch Changes
fix: avoid overriding Vite default
basewhen running Vitest 4 (#14866)fix: ensure url decoded pathnames are not mistaken as rerouted requests (
d9ae9b0)fix: add length checks to remote forms (
8ed8155)2.49.4
Patch Changes
fix: support instrumentation for
vite preview(#15105)fix: support for
URLSearchParams.has(name, value)overload (#15076)fix: put forking behind
experimental.forkPreloads(#15135)2.49.3
Patch Changes
fix: avoid false-positive Vite config overridden warning when using Vitest 4 (#15121)
fix: add
typescriptas an optional peer dependency (#15074)fix: use hasOwn check when deep-setting object properties (#15127)
2.49.2
Patch Changes
fix: Stop re-loading already-loaded CSS during server-side route resolution (#15014)
fix: posixify the instrumentation file import on Windows (#14993)
fix: Correctly handle shared memory when decoding binary form data (#15028)
2.49.1
Patch Changes
... (truncated)
80ffb53
Version Packages (#15162)8ed8155
Merge commit from forkd9ae9b0
Merge commit from forkec4596a
chore: Upgrade devalue (#15172)81cd545
fix: avoid overriding Vite default base when running Vitest
4 (#14866)6cf9491
chore: remove unused is_http_method helper and method set to (#15152)3305022
Revert "breaking: remove buttonProps from experimental
remote form function...4f9870d
breaking: remove buttonProps from experimental remote form
functions (#14622)c8e4017
Version Packages (#15129)50bf727
chore: fix prettier ignoring source code in with build in the name (#15133)This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub
Actions), a new releaser for @sveltejs/kit since your
current version.
Sourced from actions/download-artifact's releases.
v7.0.0
v7 - What's new
[!IMPORTANT] actions/download-artifact@v7 now runs on Node.js 24 (
runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.Node.js 24
This release updates the runtime to Node.js 24. v6 had preliminary support for Node 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.
What's Changed
- Update GHES guidance to include reference to Node 20 version by
@patrikpolyakin actions/download-artifact#440- Download Artifact Node24 support by
@salmanmkcin actions/download-artifact#415- fix: update
@actions/artifactto fix Node.js 24 punycode deprecation by@salmanmkcin actions/download-artifact#451- prepare release v7.0.0 for Node.js 24 support by
@salmanmkcin actions/download-artifact#452New Contributors
@patrikpolyakmade their first contribution in actions/download-artifact#440@salmanmkcmade their first contribution in actions/download-artifact#415Full Changelog: https://github.com/actions/download-artifact/compare/v6.0.0...v7.0.0
v6.0.0
What's Changed
BREAKING CHANGE: this update supports Node
v24.x. This is not a breaking change per-se but we're treating it as such.
- Update README for download-artifact v5 changes by
@yacaovsncin actions/download-artifact#417- Update README with artifact extraction details by
@yacaovsncin actions/download-artifact#424- Readme: spell out the first use of GHES by
@danwkennedyin actions/download-artifact#431- Bump
@actions/artifacttov4.0.0- Prepare
v6.0.0by@danwkennedyin actions/download-artifact#438New Contributors
@danwkennedymade their first contribution in actions/download-artifact#431Full Changelog: https://github.com/actions/download-artifact/compare/v5...v6.0.0
v5.0.0
What's Changed
- Update README.md by
@nebuk89in actions/download-artifact#407- BREAKING fix: inconsistent path behavior for single artifact downloads by ID by
@GrantBirkiin actions/download-artifact#416v5.0.0
🚨 Breaking Change
This release fixes an inconsistency in path behavior for single artifact downloads by ID. If you're downloading single artifacts by ID, the output path may change.
What Changed
... (truncated)
37930b1
Merge pull request #452
from actions/download-artifact-v7-release72582b9
doc: update readme0d2ec9d
chore: release v7.0.0 for Node.js 24 supportfd7ae8f
Merge pull request #451
from actions/fix-storage-blobd484700
chore: restore minimatch.dep.yml license file03a8080
chore: remove obsolete dependency license files56fe6d9
chore: update @actions/artifact license file to 5.0.18e3ebc4
chore: update package-lock.json with @actions/artifact@5.0.11e3c4b4
fix: update @actions/artifact to ^5.0.0 for Node.js 24
punycode fix458627d
chore: use local @actions/artifact package for Node.js 24
testingSourced from tar's changelog.
Changelog
7.5
- Added
zstdcompression support.7.4
- Deprecate
onentryin favor ofonReadEntryfor clarity.7.3
- Add
onWriteEntryoption7.2
- DRY the command definitions into a single
makeCommandmethod, and update the type signatures to more appropriately infer the return type from the options and arguments provided.7.1
- Update minipass to v7.1.0
- Update the type definitions of
write()andend()methods onUnpackandParserclasses to be compatible with the NodeJS.WritableStream type in the latest versions of@types/node.7.0
- Drop support for node <18
- Rewrite in TypeScript, provide ESM and CommonJS hybrid interface
- Add tree-shake friendly exports, like
import('tar/create')andimport('tar/read-entry')to get individual functions or classes.- Add
chmodoption that defaults to false, and deprecatenoChmod. That is, reverse the default option regarding explicitly setting file system modes to match tar entry settings.- Add
processUmaskoption to avoid having to callprocess.umask()whenchmod: true(ornoChmod: false) is set.6.2
- Add support for brotli compression
- Add
maxDepthoption to prevent extraction into excessively deep folders.
... (truncated)
0313844
7.5.3340eb28
fix: sanitize absolute linkpaths properly8bb83f7
update deps1c4aedd
Fix typo in onWriteEntry documentationd9ea73a
7.5.25e1a8e6
Fix sync tar.list when file size reduces while reading0fbeaed
formatting2dbacfe
add types for make-tar utilc5865d3
remove unused taprc filebdb3809
header: only read from ustar block if not specified in Pax