Sourced from shell-quote's changelog.
v1.8.4 - 2026-05-22
Commits
- [Fix]
quote: validate object-token shapes4378a6e- [Dev Deps] update
@ljharb/eslint-config,auto-changelog,eslint,npmignore22ebec0- [Tests] increase coverage
9f3caa3- [readme] replace runkit CI badge with shields.io check-runs badge
3344a04- [Dev Deps] update
@ljharb/eslint-config699c511v1.8.3 - 2025-06-01
Fixed
- [Fix] remove unnecessary backslash escaping in single quotes
[#15](https://github.com/ljharb/shell-quote/issues/15)v1.8.2 - 2024-11-27
Fixed
- [Fix]
quote: preserve empty strings[#18](https://github.com/ljharb/shell-quote/issues/18)Commits
- [meta] fix changelog tags
0fb9fd8- [actions] split out node 10-20, and 20+
819bd84- [Dev Deps] update
@ljharb/eslint-config,auto-changelog,npmignore,tapefc56408- [actions] update npm for windows tests
fdeb0fd- [Dev Deps] update
@ljharb/eslint-config,aud,tapeb8a4a3b- [actions] prevent node 14 on ARM mac from failing
9eecafc- [meta] exclude more files from the package
4044e7f- [Tests] replace
audwithnpm audit8cfdbd8- [meta] add missing
engines.node843820e- [Dev Deps] add missing peer dep
4c3b88d- [Dev Deps] pin
jackspeaksince 2.1.2+ depends on npm aliases, which kill the install process in npm < 680322edv1.8.1 - 2023-04-07
Fixed
- [Fix]
parse: preserve whitespace in comments[#6](https://github.com/ljharb/shell-quote/issues/6)- [Fix] properly support the
escapeoption[#5](https://github.com/ljharb/shell-quote/issues/5)Commits
... (truncated)
ff166e2
v1.8.44378a6e
[Fix] quote: validate object-token shapes22ebec0
[Dev Deps] update @ljharb/eslint-config,
auto-changelog, eslint, `npmig...9f3caa3
[Tests] increase coverage3344a04
[readme] replace runkit CI badge with shields.io check-runs badge699c511
[Dev Deps] update @ljharb/eslint-config487a9b4
v1.8.301faaff
[Fix] remove unnecessary backslash escaping in single quotesb19fc77
v1.8.259d29ea
[Fix] quote: preserve empty stringsThis version was pushed to npm by ljharb, a new releaser for shell-quote since your current version.
This version adds prepublish script that runs during
installation. Review the package contents before updating.
Sourced from github/gh-aw-actions's releases.
v0.79.6
Sync of actions from gh-aw at
v0.79.6.v0.79.5
Sync of actions from gh-aw at
v0.79.5.v0.79.4
Sync of actions from gh-aw at
v0.79.4.v0.79.3
Sync of actions from gh-aw at
v0.79.3.v0.79.2
Sync of actions from gh-aw at
v0.79.2.v0.79.1
Sync of actions from gh-aw at
v0.79.1.v0.79.0
Sync of actions from gh-aw at
v0.79.0.v0.78.3
Sync of actions from gh-aw at
v0.78.3.v0.78.2
Sync of actions from gh-aw at
v0.78.2.v0.78.1
Sync of actions from gh-aw at
v0.78.1.v0.78.0
Sync of actions from gh-aw at
v0.78.0.v0.77.6
Sync of actions from gh-aw at
v0.77.6.
5c2fe86
chore: sync actions from gh-aw@v0.79.6 (#150)8462d26
chore: sync actions from gh-aw@v0.79.5 (#149)d059700
chore: sync actions from gh-aw@v0.79.4 (#148)ff3d7ec
chore: sync actions from gh-aw@v0.79.3 (#147)9b1d730
chore: sync actions from gh-aw@v0.79.2 (#146)ed887f6
chore: sync actions from gh-aw@v0.79.1 (#144)abd5e72
chore: sync actions from gh-aw@v0.79.0 (#142)8cfea5a
chore: sync actions from gh-aw@v0.78.3 (#140)c30a47b
Align Validate compat.json CI check with current compat
metadata schema (#138)268bf92
chore: sync actions from gh-aw@v0.78.2 (#136)Sourced from actions/checkout's releases.
v6.0.3
What's Changed
- Update changelog by
@ericsciplein actions/checkout#2357- fix: expand merge commit SHA regex and add SHA-256 test cases by
@yaananthin actions/checkout#2414- Fix checkout init for SHA-256 repositories by
@yaananthin actions/checkout#2439- Update changelog for v6.0.3 by
@yaananthin actions/checkout#2446New Contributors
@yaananthmade their first contribution in actions/checkout#2414Full Changelog: https://github.com/actions/checkout/compare/v6...v6.0.3
Sourced from actions/upload-artifact's releases.
v7.0.0
v7 What's new
Direct Uploads
Adds support for uploading single files directly (unzipped). Callers can set the new
archiveparameter tofalseto skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. Thenameparameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.ESM
To support new versions of the
@actions/*packages, we've upgraded the package to ESM.What's Changed
- Add proxy integration test by
@Link- in actions/upload-artifact#754- Upgrade the module to ESM and bump dependencies by
@danwkennedyin actions/upload-artifact#762- Support direct file uploads by
@danwkennedyin actions/upload-artifact#764New Contributors
@Link- made their first contribution in actions/upload-artifact#754Full Changelog: https://github.com/actions/upload-artifact/compare/v6...v7.0.0
v6.0.0
v6 - What's new
[!IMPORTANT] actions/upload-artifact@v6 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. v5 had preliminary support for Node.js 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
- Upload Artifact Node 24 support by
@salmanmkcin actions/upload-artifact#719- fix: update
@actions/artifactfor Node.js 24 punycode deprecation by@salmanmkcin actions/upload-artifact#744- prepare release v6.0.0 for Node.js 24 support by
@salmanmkcin actions/upload-artifact#745Full Changelog: https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0
v5.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.md by
@GhadimiRin actions/upload-artifact#681- Update README.md by
@nebuk89in actions/upload-artifact#712- Readme: spell out the first use of GHES by
@danwkennedyin actions/upload-artifact#727- Update GHES guidance to include reference to Node 20 version by
@patrikpolyakin actions/upload-artifact#725- Bump
@actions/artifacttov4.0.0- Prepare
v5.0.0by@danwkennedyin actions/upload-artifact#734
... (truncated)
043fb46
Merge pull request #797
from actions/yacaovsnc/update-dependency634250c
Include changes in typespec/ts-http-runtime 0.3.5e454baa
Readme: bump all the example versions to v7 (#796)74fad66
Update the readme with direct upload details (#795)bbbca2d
Support direct file uploads (#764)589182c
Upgrade the module to ESM and bump dependencies (#762)47309c9
Merge pull request #754
from actions/Link-/add-proxy-integration-tests02a8460
Add proxy integration testb7c566a
Merge pull request #745
from actions/upload-artifact-v6-releasee516bc8
docs: correct description of Node.js 24 support in README