dependabot/npm_and_yarn/prettier-3.9.5
482
Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
5cb6769cd5 |
Bump prettier from 3.8.4 to 3.9.5
Bumps [prettier](https://github.com/prettier/prettier) from 3.8.4 to 3.9.5. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.8.4...3.9.5) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.9.5 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
b789df37d6 |
README.md: bump actions/checkout to latest version 7 (#1578)
Co-authored-by: Haritha <73516759+HarithaVattikuti@users.noreply.github.com> |
||
|
|
1b7c366466 |
Update workflow pins and migrate Node matrices to modern versions (#1583)
* Update workflow action pins and move Node 20 to 26 * fix: correct node version in v8-canary and update setup for node 22 x86 * chore: update setup-node action version from v6 to v7 in documentation * fix: update pnpm/action-setup version to v6 in advanced usage documentation |
||
|
|
05e62e6009 | pin @types/node to v24 (#1585) | ||
|
|
391b8c7809 |
chore(deps): bump @actions/cache to 6.2.0 (#1584)
Bump @actions/cache from ^6.1.0 to ^6.2.0 and rebuild the vendored dist bundles (dist/setup, dist/cache-save) via ncc. Update the licensed cache record for @actions/cache to 6.2.0. 6.2.0 ships two transparent client behaviors: honor ACTIONS_CACHE_MODE to skip restore/save when the effective cache-mode disallows it, and surface a core.warning (not a run failure) when the cache service denies a read/write due to token scopes. Copilot-Session: 0acd1380-0102-4f9d-b613-192a6ddef737 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> |
||
|
|
363be39a57 |
Add Node version validation and manifest fetch retry (#1580)
* Add Node version validation and manifest fetch retry * Add debug logs for expected and actual Node versions * chore: rebuild dist * refactor: enhance debug logging for Node installation failure * update test cases * Improve formatting of test cases * revert package-lock.json |
||
|
|
8207627860 |
Migrate to ESM and upgrade dependencies (#1574)
* Migrate to ESM * updated package.json version * Update README for v6 and clean up dev dependencies * Remove unused ts-node * fix audit issue --------- Co-authored-by: gowridurgad <gowridurgad@gmail.com>v7 v7.0.0 |
||
|
|
04be95cf35 |
Add cache-primary-key and cache-matched-key as outputs (#1577)
* Add cache-primary-key and cache-matched-key as outputs * Refine cache output descriptions --------- Co-authored-by: gowridurgad <gowridurgad@gmail.com> |
||
|
|
7c2c68d20d |
docs: Update caching recommendations to mitigate cache poisoning risks (#1567)
* docs: Update caching recommendations to mitigate cache poisoning risks * docs: Disable automatic npm caching to mitigate cache poisoning risks |
||
|
|
6a61c0375d |
Merge pull request #1569 from jasongin/update-actions-cache-5.1.0
Bump @actions/cache to 5.1.0, log cache write denied |
||
|
|
30eb73b41d | Resolve high-severity audit issues | ||
|
|
4e1a87a501 | Update dist | ||
|
|
360237f0c0 | Strict equality | ||
|
|
4f8aac5beb | Bump @actions/cache to 5.1.0, log cache write denied | ||
|
|
f4a67bbeca |
Only use mirrorToken in getManifest if it's provided (#1548)
* Only use `mirrorToken` in `getManifest` if it's provided Signed-off-by: Timo Sand <timo.sand@f-secure.com> * `npm run build` Signed-off-by: Timo Sand <timo.sand@f-secure.com> --------- Signed-off-by: Timo Sand <timo.sand@f-secure.com> |
||
|
|
0355742c94 |
Remove dummy NODE_AUTH_TOKEN export (#1558)
Co-authored-by: gowridurgad <gowridurgad@gmail.com> |
||
|
|
ad1b57eb81 |
docs: Update restore-only cache documentation (#1550)
* update restore-only cache example in advanced-usage.md * fix copilot suggestion * update naming |
||
|
|
670825a89d | Add documentation for publishing to npm with Trusted Publisher (OIDC) (#1536) | ||
|
|
48b55a011b |
Update Node.js versions in versions.yml and bump package to v6.4.0 (#1533)
* setup node in local * update workflows to remove EOL versions * update node-dist versions in versions.ymlv6.4.0 |
||
|
|
ab72c7e7eb |
Upgrade @actions dependencies (#1525)
* chore: upgrade @actions dependencies and update licenses - @actions/core: ^1.11.1 → ^2.0.3 - @actions/cache: ^5.0.1 → ^5.0.5 - @actions/glob: ^0.5.0 → ^0.5.1 - @actions/http-client: ^2.2.1 → ^3.0.2 - @actions/tool-cache: ^2.0.2 → ^3.0.1 - @actions/io: ^1.0.2 → ^2.0.0 - Run npm audit fix - Update license files for new versions - Rebuild dist files Agent-Logs-Url: https://github.com/actions/setup-node/sessions/872a3dbf-9b85-446b-963b-9127718d9560 Co-authored-by: gowridurgad <159780674+gowridurgad@users.noreply.github.com> * fix: update license files to fix Licensed CI failures Update 5 license records that were out of date after the dependency upgrade: - brace-expansion: 1.1.12 → 1.1.13 - fast-xml-builder: 1.0.0 → 1.1.4 - fast-xml-parser: 5.4.1 → 5.5.11 - strnum: 2.1.2 → 2.2.3 - path-expression-matcher: add new record (version 1.4.0, new transitive dep) Rebuild dist/ files to reflect updated lock file Agent-Logs-Url: https://github.com/actions/setup-node/sessions/fb0e70ce-ad19-48df-88a4-97f3bdc896cb Co-authored-by: gowridurgad <159780674+gowridurgad@users.noreply.github.com> * feat: upgrade @actions/exec to ^2.0.0 and fix license records - Upgrade @actions/exec from ^1.1.1 to ^2.0.0 in package.json - Update package-lock.json via npm install - Run `licensed cache` to regenerate license records: - Remove exec-1.1.1.dep.yml and exec-2.0.0.dep.yml (replaced by exec.dep.yml) - Remove io-1.1.3.dep.yml and io-2.0.0.dep.yml (replaced by io.dep.yml) - Create exec.dep.yml (v2.0.0) - single version now in tree - Create io.dep.yml (v2.0.0) - @actions/exec@1.1.1's nested io@1.1.3 removed - Rebuild dist/ files Agent-Logs-Url: https://github.com/actions/setup-node/sessions/24a1a530-6840-4445-8262-8342ec739e6d Co-authored-by: gowridurgad <159780674+gowridurgad@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: gowridurgad <159780674+gowridurgad@users.noreply.github.com> |
||
|
|
53b83947a5 |
Bump minimatch from 3.1.2 to 3.1.5 (#1498)
* Bump minimatch from 3.1.2 to 3.1.3 Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to 3.1.3. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.1.2...v3.1.3) --- updated-dependencies: - dependency-name: minimatch dependency-version: 3.1.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Check failure fix --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: gowridurgad <gowridurgad@gmail.com>v6.3.0 |
||
|
|
54045abd5d |
Scope test lockfiles by package manager and update cache tests (#1495)
* fix security alerts * fix security alerts * address Copilot suggestions --------- Co-authored-by: gowridurgad <gowridurgad@gmail.com> |
||
|
|
c882bffdbd |
Replace uuid with crypto.randomUUID() (#1378)
* Replace uuid with crypto.randomUUID() * chore: license cache * chore: update files in dist * fix: edits during resolve |
||
|
|
774c1d6296 |
feat(node-version-file): support parsing devEngines field (#1283)
* feat(node-version-file): support parsing `devEngines` field Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> * test: adjust for array like `devEngines` Co-authored-by: Grigory <grigory.orlov.set@gmail.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> * ci(versions.yml): update actions and reduce duplicated tests Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> * docs: consolidate advanced usage Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> * chore: compile assets Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> --------- Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Grigory <grigory.orlov.set@gmail.com> |
||
|
|
efcb663fc6 | fix: remove hardcoded bearer (#1467) | ||
|
|
d02c89dce7 |
Fix npm audit issues (#1491)
Co-authored-by: gowridurgad <gowridurgad@gmail.com> |
||
|
|
6044e13b5d |
Docs: bump actions/checkout from v5 to v6 (#1468)
* Update versions.yml * Update versions.yml * doc update * revert vesrions.ymlv6.2.0 |
||
|
|
8e494633d0 | Fix README typo (#1226) | ||
|
|
621ac41091 | README.md: bump to latest released checkout version v6 (#1446) | ||
|
|
2951748f4c |
Bump @actions/cache to v5.0.1 (#1449)
* Bump @actions/cache to v5.0.0 This update removes the punycode deprecation warning by updating to a version of @actions/cache that no longer depends on packages using the deprecated punycode module. * Update license cache for @actions/cache v5.0.0 dependencies Regenerated license files to reflect the updated dependency tree after bumping @actions/cache to v5.0.0. This includes license information for new transitive dependencies and removes licenses for dependencies that are no longer used. * Update license metadata for @actions/http-client Mark @actions/http-client v2.2.1 and v3.0.0 as MIT license (correctly identified from LICENSE file content) * prepare release 6.0.1 * Bump version to 6.1.1 in package.json and package-lock.json * fix: update @actions/cache with storage-blob fix for Node.js 24 punycode deprecation * fix: update @actions/cache to ^5.0.1 for Node.js 24 punycode fix Updates @actions/cache to version 5.0.1 which includes the @azure/storage-blob update that fixes the punycode deprecation warning on Node.js 24. * fix: update @actions/cache to ^5.0.1 for Node.js 24 punycode fix Updates @actions/cache to version 5.0.1 which includes the @azure/storage-blob update that fixes the punycode deprecation warning on Node.js 24. |
||
|
|
21ddc7bc1f | Correct mirror option typos (#1442) | ||
|
|
65d868f8d4 |
Update Documentation for Lockfile (#1454)
* update documentation for lockfile * Update adavance usage in README.md * Documentation update * Update lockfile documenation * fix coplilot suggestion |
||
|
|
395ad32622 |
Bump js-yaml from 3.14.1 to 3.14.2 (#1435)
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...3.14.2) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 3.14.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>v6.1.0 |
||
|
|
a4d2e2bbca |
Bump actions/checkout from 5 to 6 (#1439)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
b9b25d45f7 |
Remove always-auth configuration handling from action (#1436)
* Remove always-auth configuration handling from setup-node * docs: update README to note always-auth removal Update README to mention removal of always-auth input * Clarify removal of 'always-auth' input in README Updated the description of the 'always-auth' input removal for clarity. |
||
|
|
633bb92bc0 |
Bump @actions/cache from 4.0.3 to 4.1.0 (#1384)
* Bump @actions/cache from 4.0.3 to 4.1.0 Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) from 4.0.3 to 4.1.0. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache) --- updated-dependencies: - dependency-name: "@actions/cache" dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * check failure fix --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: gowridurgad <gowridurgad@gmail.com> |
||
|
|
dda4788290 |
Add example for restore-only cache in documentation (#1419)
* Update versions.yml * Update versions.yml * doc update * update * update * doc update |
||
|
|
2028fbc5c2 |
Limit automatic caching to npm, update workflows and documentation (#1374)
* default to auto-caching only for npm package manager and documentation update * refactor: enhance package manager detection for auto-caching * add devEngines.packageManager detection logic for npm auto-caching * chore: bump version to 6.0.0 and update documentation * docs: update README and action.yml for npm caching logic clarification * chore: update Node.js version in workflows * chore: update Node.js versions in versions.yml * chore: update rc Node.js version in versions.yml * chore: switch macos-13 runner to macos-latest-large in workflow * docs: update README and advanced usage documentationv6.0.0 |
||
|
|
13427813f7 |
Bump actions/publish-action from 0.3.0 to 0.4.0 (#1362)
Bumps [actions/publish-action](https://github.com/actions/publish-action) from 0.3.0 to 0.4.0. - [Commits](https://github.com/actions/publish-action/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: actions/publish-action dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
89d709d423 |
Bump prettier from 2.8.8 to 3.6.2 (#1334)
* Bump prettier from 2.8.8 to 3.6.2 Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.6.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.8.8...3.6.2) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * check failure fix --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com> |
||
|
|
cd2651c462 |
Bump ts-jest from 29.1.2 to 29.4.1 (#1336)
* Bump ts-jest from 29.1.2 to 29.4.1 Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.2 to 29.4.1. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.1.2...v29.4.1) --- updated-dependencies: - dependency-name: ts-jest dependency-version: 29.4.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * documentation update * check failure fix * text alignment * doc update * updated documentation and logs * doc update * update * doc update --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com> |
||
|
|
a0853c2454 |
Bump actions/checkout from 4 to 5 (#1345)
versions / nightly-syntax (18.0.0-nightly, macos-13) (push) Canceled after 0s
versions / nightly-syntax (18.0.0-nightly, macos-latest) (push) Canceled after 0s
e2e-cache / Test enabling cache if package manager field is present (Node 20, macos-13) (push) Canceled after 0s
versions / local-cache (18, macos-13) (push) Canceled after 0s
versions / local-cache (18, windows-latest) (push) Canceled after 0s
e2e-cache / Test enabling cache if package manager field is present (Node 20, macos-latest) (push) Canceled after 0s
versions / nightly-syntax (18.0.0-nightly, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test enabling cache if package manager field is present (Node 20, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test enabling cache if package manager field is present (Node 20, windows-latest) (push) Canceled after 0s
versions / nightly-syntax (18.0.0-nightly, windows-latest) (push) Canceled after 0s
e2e-cache / Test enabling cache if package manager field is present (Node 22, macos-13) (push) Canceled after 0s
e2e-cache / Test pnpm (Node 18, ubuntu-latest) (push) Canceled after 0s
versions / local-cache (18, macos-latest) (push) Canceled after 0s
versions / local-cache (18, ubuntu-latest) (push) Canceled after 1s
e2e-cache / Test yarn 1 (Node 18, macos-13) (push) Canceled after 0s
e2e-cache / Test yarn 1 (Node 18, macos-latest) (push) Canceled after 0s
e2e-cache / Test yarn 1 (Node 18, ubuntu-latest) (push) Canceled after 0s
versions / local-cache (20, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test yarn 1 (Node 18, windows-latest) (push) Canceled after 0s
e2e-cache / Test yarn 1 (Node 20, macos-13) (push) Canceled after 0s
versions / nightly-syntax (20-nightly, macos-13) (push) Canceled after 0s
e2e-cache / Test pnpm (Node 18, windows-latest) (push) Canceled after 0s
e2e-cache / Test pnpm (Node 20, macos-13) (push) Canceled after 0s
e2e-cache / Test pnpm (Node 20, macos-latest) (push) Canceled after 0s
e2e-cache / Test pnpm (Node 20, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test pnpm (Node 20, windows-latest) (push) Canceled after 0s
e2e-cache / Test pnpm (Node 22, macos-13) (push) Canceled after 0s
e2e-cache / Test pnpm (Node 22, macos-latest) (push) Canceled after 0s
e2e-cache / Test pnpm (Node 22, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test pnpm (Node 22, windows-latest) (push) Canceled after 0s
e2e-cache / Test pnpm (Node 24, macos-13) (push) Canceled after 0s
e2e-cache / Test pnpm (Node 24, macos-latest) (push) Canceled after 0s
e2e-cache / Test pnpm (Node 24, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test pnpm (Node 24, windows-latest) (push) Canceled after 0s
versions / nightly-syntax (20-nightly, macos-latest) (push) Canceled after 0s
e2e-cache / Test enabling cache if package manager field is present (Node 22, ubuntu-latest) (push) Canceled after 0s
versions / local-cache (20, macos-13) (push) Canceled after 0s
e2e-cache / Test enabling cache if package manager field is present (Node 22, macos-latest) (push) Canceled after 0s
versions / nightly-syntax (20-nightly, ubuntu-latest) (push) Canceled after 0s
versions / nightly-syntax (20-nightly, windows-latest) (push) Canceled after 0s
versions / nightly-syntax (21-nightly, macos-13) (push) Canceled after 0s
versions / nightly-syntax (21-nightly, macos-latest) (push) Canceled after 0s
versions / nightly-syntax (21-nightly, ubuntu-latest) (push) Canceled after 0s
versions / nightly-syntax (21-nightly, windows-latest) (push) Canceled after 0s
versions / rc-syntax (19.0.0-rc.0, macos-13) (push) Canceled after 0s
versions / local-cache (20, macos-latest) (push) Canceled after 0s
versions / rc-syntax (18.0.0-rc.2, macos-13) (push) Canceled after 0s
versions / rc-syntax (18.0.0-rc.2, macos-latest) (push) Canceled after 0s
versions / local-cache (20, windows-latest) (push) Canceled after 0s
versions / local-cache (22, macos-13) (push) Canceled after 0s
versions / local-cache (22, macos-latest) (push) Canceled after 0s
e2e-cache / Test enabling cache if package manager field is present (Node 22, windows-latest) (push) Canceled after 0s
e2e-cache / Test yarn 1 (Node 20, macos-latest) (push) Canceled after 0s
e2e-cache / Test yarn 1 (Node 20, ubuntu-latest) (push) Canceled after 0s
versions / local-cache (22, windows-latest) (push) Canceled after 0s
e2e-cache / Test yarn 1 (Node 24, macos-13) (push) Canceled after 0s
versions / local-cache (24, macos-latest) (push) Canceled after 0s
e2e-cache / Test yarn 1 (Node 24, ubuntu-latest) (push) Canceled after 0s
versions / local-cache (22, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test yarn 1 (Node 20, windows-latest) (push) Canceled after 0s
versions / local-cache (24, macos-13) (push) Canceled after 0s
e2e-cache / Test yarn 1 (Node 24, macos-latest) (push) Canceled after 0s
versions / local-cache (24, ubuntu-latest) (push) Canceled after 0s
versions / local-cache (24, windows-latest) (push) Canceled after 0s
versions / lts-syntax (lts/-1, macos-13) (push) Canceled after 0s
versions / lts-syntax (lts/-1, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test yarn 1 (Node 24, windows-latest) (push) Canceled after 0s
versions / lts-syntax (lts/-1, windows-latest) (push) Canceled after 0s
e2e-cache / Test yarn 3 (Node 18, ubuntu-latest) (push) Canceled after 0s
versions / lts-syntax (lts/*, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test yarn 3 (Node 20, macos-13) (push) Canceled after 0s
e2e-cache / Test yarn 3 (Node 20, macos-latest) (push) Canceled after 0s
e2e-cache / Test yarn 3 (Node 20, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test yarn 3 (Node 20, windows-latest) (push) Canceled after 0s
versions / lts-syntax (lts/erbium, macos-13) (push) Canceled after 0s
e2e-cache / Test yarn 3 (Node 22, macos-latest) (push) Canceled after 0s
e2e-cache / Test yarn 3 (Node 22, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test yarn 3 (Node 22, windows-latest) (push) Canceled after 0s
e2e-cache / Test yarn 3 (Node 18, macos-13) (push) Canceled after 0s
versions / rc-syntax (18.0.0-rc.2, ubuntu-latest) (push) Canceled after 0s
versions / rc-syntax (18.0.0-rc.2, windows-latest) (push) Canceled after 0s
versions / rc-syntax (19.0.0-rc.0, ubuntu-latest) (push) Canceled after 0s
versions / rc-syntax (19.0.0-rc.0, windows-latest) (push) Canceled after 0s
e2e-cache / Test npm (Node 18, macos-13) (push) Canceled after 0s
e2e-cache / Test yarn 3 (Node 18, macos-latest) (push) Canceled after 0s
versions / lts-syntax (lts/*, macos-13) (push) Canceled after 0s
e2e-cache / Test yarn 3 (Node 18, windows-latest) (push) Canceled after 0s
versions / lts-syntax (lts/*, windows-latest) (push) Canceled after 0s
versions / lts-syntax (lts/dubnium, macos-13) (push) Canceled after 0s
versions / lts-syntax (lts/dubnium, ubuntu-latest) (push) Canceled after 0s
versions / lts-syntax (lts/dubnium, windows-latest) (push) Canceled after 0s
e2e-cache / Test yarn 3 (Node 22, macos-13) (push) Canceled after 0s
versions / lts-syntax (lts/erbium, ubuntu-latest) (push) Canceled after 0s
versions / lts-syntax (lts/erbium, windows-latest) (push) Canceled after 0s
versions / lts-syntax (lts/fermium, macos-13) (push) Canceled after 0s
versions / lts-syntax (lts/fermium, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test yarn 3 (Node 24, macos-latest) (push) Canceled after 0s
e2e-cache / Test yarn 3 (Node 24, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test yarn 3 (Node 24, windows-latest) (push) Canceled after 0s
e2e-cache / Test yarn subprojects (18) (push) Canceled after 0s
versions / rc-syntax (19.0.0-rc.0, macos-latest) (push) Canceled after 0s
versions / rc-syntax (20.0.0-rc.1, macos-13) (push) Canceled after 0s
versions / rc-syntax (20.0.0-rc.1, macos-latest) (push) Canceled after 0s
versions / rc-syntax (20.0.0-rc.1, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test npm (Node 18, macos-latest) (push) Canceled after 0s
e2e-cache / Test npm (Node 18, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test yarn 3 (Node 24, macos-13) (push) Canceled after 0s
versions / rc-syntax (20.0.0-rc.1, windows-latest) (push) Canceled after 0s
versions / manifest (18.20.0, ubuntu-latest) (push) Canceled after 0s
versions / manifest (20.10.0, windows-latest) (push) Canceled after 0s
versions / manifest (22.0.0, macos-13) (push) Canceled after 0s
versions / manifest (22.0.0, ubuntu-latest) (push) Canceled after 0s
versions / manifest (22.0.0, windows-latest) (push) Canceled after 0s
e2e-cache / Test npm (Node 20, macos-13) (push) Canceled after 0s
versions / lts-syntax (lts/fermium, windows-latest) (push) Canceled after 0s
versions / manifest (18.20.0, macos-13) (push) Canceled after 0s
versions / manifest (18.20.0, macos-latest) (push) Canceled after 0s
e2e-cache / Test npm (Node 18, windows-latest) (push) Canceled after 0s
versions / manifest (18.20.0, windows-latest) (push) Canceled after 0s
versions / manifest (20.10.0, macos-13) (push) Canceled after 0s
versions / manifest (20.10.0, macos-latest) (push) Canceled after 0s
versions / manifest (20.10.0, ubuntu-latest) (push) Canceled after 0s
versions / manifest (22.0.0, macos-latest) (push) Canceled after 0s
proxy / test-proxy (push) Canceled after 0s
versions / check-latest (20, macos-latest) (push) Canceled after 0s
versions / check-latest (20, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test npm (Node 20, macos-latest) (push) Canceled after 0s
versions / v8-canary-syntax (20-v8-canary, macos-13) (push) Canceled after 0s
proxy / test-bypass-proxy (push) Canceled after 0s
e2e-cache / Test npm (Node 20, ubuntu-latest) (push) Canceled after 0s
versions / v8-canary-syntax (20-v8-canary, macos-latest) (push) Canceled after 0s
versions / check-latest (18, macos-13) (push) Canceled after 0s
versions / check-latest (18, macos-latest) (push) Canceled after 0s
versions / check-latest (18, ubuntu-latest) (push) Canceled after 0s
versions / check-latest (18, windows-latest) (push) Canceled after 0s
versions / check-latest (20, macos-13) (push) Canceled after 0s
e2e-cache / Test npm (Node 20, windows-latest) (push) Canceled after 0s
versions / v8-canary-syntax (20-v8-canary, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test yarn subprojects (20) (push) Canceled after 0s
e2e-cache / Test yarn subprojects (22) (push) Canceled after 0s
e2e-cache / Test yarn subprojects all locally managed (18) (push) Canceled after 0s
e2e-cache / Test yarn subprojects all locally managed (20) (push) Canceled after 0s
e2e-cache / Test yarn subprojects all locally managed (22) (push) Canceled after 0s
versions / check-latest (20, windows-latest) (push) Canceled after 0s
versions / check-latest (22, macos-13) (push) Canceled after 0s
versions / check-latest (22, macos-latest) (push) Canceled after 0s
e2e-cache / Test npm (Node 22, macos-13) (push) Canceled after 0s
e2e-cache / Test yarn subprojects (24) (push) Canceled after 0s
e2e-cache / Test npm (Node 22, macos-latest) (push) Canceled after 0s
e2e-cache / Test yarn subprojects all locally managed (24) (push) Canceled after 0s
versions / check-latest (22, ubuntu-latest) (push) Canceled after 0s
versions / check-latest (22, windows-latest) (push) Canceled after 0s
versions / check-latest (24, macos-13) (push) Canceled after 0s
versions / check-latest (24, macos-latest) (push) Canceled after 0s
e2e-cache / Test npm (Node 22, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test yarn subprojects some locally managed (22) (push) Canceled after 0s
versions / check-latest (24, ubuntu-latest) (push) Canceled after 0s
versions / check-latest (24, windows-latest) (push) Canceled after 0s
versions / version-file (.nvmrc, macos-13) (push) Canceled after 0s
versions / version-file (.nvmrc, macos-latest) (push) Canceled after 0s
versions / version-file (.nvmrc, windows-latest) (push) Canceled after 0s
versions / version-file (.tool-versions, macos-latest) (push) Canceled after 0s
versions / version-file (.tool-versions, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test npm (Node 22, windows-latest) (push) Canceled after 0s
e2e-cache / Test yarn subprojects some locally managed (18) (push) Canceled after 0s
e2e-cache / Test yarn subprojects some locally managed (20) (push) Canceled after 0s
e2e-cache / Test yarn subprojects managed by git (18) (push) Canceled after 0s
e2e-cache / Test yarn subprojects managed by git (20) (push) Canceled after 0s
versions / version-file (.nvmrc, ubuntu-latest) (push) Canceled after 0s
versions / version-file (.tool-versions, macos-13) (push) Canceled after 0s
e2e-cache / Test npm (Node 24, macos-13) (push) Canceled after 0s
e2e-cache / Test npm (Node 24, macos-latest) (push) Canceled after 0s
versions / version-file (.tool-versions, windows-latest) (push) Canceled after 0s
versions / version-file (.tool-versions-node, macos-13) (push) Canceled after 0s
versions / version-file (package.json, macos-13) (push) Canceled after 0s
versions / version-file (package.json, macos-latest) (push) Canceled after 0s
versions / version-file (package.json, ubuntu-latest) (push) Canceled after 0s
versions / version-file (package.json, windows-latest) (push) Canceled after 0s
versions / version-file-volta (macos-13) (push) Canceled after 0s
versions / version-file-volta (windows-latest) (push) Canceled after 0s
e2e-cache / Test yarn subprojects some locally managed (24) (push) Canceled after 0s
versions / version-file (.tool-versions-node, macos-latest) (push) Canceled after 0s
versions / version-file (.tool-versions-node, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test npm (Node 24, windows-latest) (push) Canceled after 0s
versions / v8-canary-syntax (20-v8-canary, windows-latest) (push) Canceled after 0s
versions / version-file (.tool-versions-node, windows-latest) (push) Canceled after 0s
e2e-cache / Test npm (Node 24, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test pnpm (Node 18, macos-13) (push) Canceled after 0s
e2e-cache / Test pnpm (Node 18, macos-latest) (push) Canceled after 0s
versions / v8-canary-syntax (20.0.0-v8-canary, macos-13) (push) Canceled after 0s
versions / version-file-volta (macos-latest) (push) Canceled after 0s
versions / version-file-volta (ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test yarn subprojects managed by git (22) (push) Canceled after 0s
versions / v8-canary-syntax (20.0.0-v8-canary, ubuntu-latest) (push) Canceled after 0s
versions / version-file-volta-extends (macos-13) (push) Canceled after 0s
versions / version-file-volta-extends (ubuntu-latest) (push) Canceled after 0s
versions / version-file-volta-extends (windows-latest) (push) Canceled after 0s
versions / node-dist (17, macos-13) (push) Canceled after 0s
versions / node-dist (17, macos-latest) (push) Canceled after 0s
versions / node-dist (19, macos-latest) (push) Canceled after 0s
versions / old-versions (ubuntu-latest) (push) Canceled after 0s
versions / old-versions (windows-latest) (push) Canceled after 0s
versions / arch (push) Canceled after 0s
versions / node-latest-aliases (current, macos-13) (push) Canceled after 0s
versions / v8-canary-syntax (20.0.0-v8-canary, macos-latest) (push) Canceled after 0s
versions / version-file-volta-extends (macos-latest) (push) Canceled after 0s
versions / node-dist (17, ubuntu-latest) (push) Canceled after 0s
versions / node-dist (17, windows-latest) (push) Canceled after 0s
e2e-cache / Test yarn subprojects managed by git (24) (push) Canceled after 0s
e2e-cache / Test enabling cache if package manager field is present (Node 18, macos-13) (push) Canceled after 0s
versions / node-dist (19, macos-13) (push) Canceled after 0s
versions / v8-canary-syntax (20.0.0-v8-canary, windows-latest) (push) Canceled after 0s
versions / v8-canary-syntax (20.0.0-v8-canary20221101e50e45c9f8, macos-13) (push) Canceled after 0s
e2e-cache / Test enabling cache if package manager field is present (Node 18, macos-latest) (push) Canceled after 0s
versions / node-dist (19, ubuntu-latest) (push) Canceled after 0s
versions / node-dist (19, windows-latest) (push) Canceled after 0s
versions / old-versions (macos-13) (push) Canceled after 0s
versions / node-latest-aliases (current, macos-latest) (push) Canceled after 0s
versions / node-latest-aliases (current, ubuntu-latest) (push) Canceled after 0s
versions / node-latest-aliases (current, windows-latest) (push) Canceled after 0s
versions / v8-canary-syntax (20.0.0-v8-canary20221101e50e45c9f8, macos-latest) (push) Canceled after 0s
versions / v8-canary-syntax (20.0.0-v8-canary20221101e50e45c9f8, ubuntu-latest) (push) Canceled after 0s
versions / node-latest-aliases (latest, macos-13) (push) Canceled after 0s
e2e-cache / Test enabling cache if package manager field is present (Node 18, ubuntu-latest) (push) Canceled after 0s
versions / v8-canary-syntax (20.0.0-v8-canary20221101e50e45c9f8, windows-latest) (push) Canceled after 0s
versions / node-latest-aliases (latest, macos-latest) (push) Canceled after 0s
versions / node-latest-aliases (latest, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test enabling cache if package manager field is present (Node 18, windows-latest) (push) Canceled after 0s
versions / node-latest-aliases (latest, windows-latest) (push) Canceled after 0s
versions / node-latest-aliases (node, macos-13) (push) Canceled after 0s
versions / node-latest-aliases (node, macos-latest) (push) Canceled after 0s
versions / node-latest-aliases (node, ubuntu-latest) (push) Canceled after 0s
versions / node-latest-aliases (node, windows-latest) (push) Canceled after 0s
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>v5 v5.0.0 |
||
|
|
b7234cc9fe |
Upgrade action to use node24 (#1325)
* Change Node.js version to 24 Update Node.js version from 20 to 24 in action.yml * update and vulnerability fixes * update node version check * update licences * node version check update * update version for test * node version * update node version to 24.0.0 in tool-versions and package-volta.json * node 24 * update to 24 * update to specify engines * check failures fix * update package-lock.json * licensed update * check failure fix * documentation update --------- Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com> |
||
|
|
d7a11313b5 |
Enhance caching in setup-node with automatic package manager detection (#1348)
* setup node in local * Enhance caching in setup-node with package manager filed detection * updated with array * update the field |
||
|
|
5e2628c959 |
Bumps form-data (#1332)
Co-authored-by: “gowridurgad” <“hgowridurgad@github.com> |
||
|
|
65beceff8e |
Bump undici from 5.28.5 to 5.29.0 (#1295)
* Bump undici from 5.28.5 to 5.29.0 Bumps [undici](https://github.com/nodejs/undici) from 5.28.5 to 5.29.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.28.5...v5.29.0) --- updated-dependencies: - dependency-name: undici dependency-version: 5.29.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * check failures fix * check-failures fix * check failures fix --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com> Co-authored-by: “gowridurgad” <“hgowridurgad@github.com> |
||
|
|
7e24a656e1 |
Bump uuid from 9.0.1 to 11.1.0 (#1273)
* Bump uuid from 9.0.1 to 11.1.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 11.1.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v11.1.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 11.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump uuid from 9.0.1 to 11.1.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 11.1.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v11.1.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 11.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Fix failures --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com> |
||
|
|
08f58d1471 |
Bump @octokit/request-error and @actions/github (#1227)
* Bump @octokit/request-error and @actions/github Bumps [@octokit/request-error](https://github.com/octokit/request-error.js) to 5.1.1 and updates ancestor dependency [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github). These dependencies need to be updated together. Updates `@octokit/request-error` from 2.1.0 to 5.1.1 - [Release notes](https://github.com/octokit/request-error.js/releases) - [Commits](https://github.com/octokit/request-error.js/compare/v2.1.0...v5.1.1) Updates `@actions/github` from 5.1.1 to 6.0.0 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github) --- updated-dependencies: - dependency-name: "@octokit/request-error" dependency-type: indirect - dependency-name: "@actions/github" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Fix failures --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com> |
||
|
|
49933ea528 |
Bump @action/cache from 4.0.2 to 4.0.3 (#1262)
versions / version-file (.tool-versions-node, ubuntu-latest) (push) Canceled after 0s
versions / version-file (package.json, windows-latest) (push) Canceled after 0s
versions / version-file (.tool-versions-node, windows-latest) (push) Canceled after 0s
versions / version-file (package.json, macos-13) (push) Canceled after 0s
versions / version-file (package.json, macos-latest) (push) Canceled after 0s
versions / version-file (package.json, ubuntu-latest) (push) Canceled after 0s
versions / version-file-volta (macos-13) (push) Canceled after 0s
versions / version-file-volta (windows-latest) (push) Canceled after 0s
versions / version-file-volta-extends (macos-13) (push) Canceled after 0s
versions / version-file-volta (macos-latest) (push) Canceled after 0s
versions / version-file-volta (ubuntu-latest) (push) Canceled after 0s
versions / version-file-volta-extends (macos-latest) (push) Canceled after 0s
e2e-cache / Test npm (Node 18, macos-13) (push) Canceled after 0s
e2e-cache / Test npm (Node 18, windows-latest) (push) Canceled after 0s
versions / version-file-volta-extends (windows-latest) (push) Canceled after 0s
versions / node-dist (17, macos-latest) (push) Canceled after 0s
e2e-cache / Test npm (Node 18, macos-latest) (push) Canceled after 0s
e2e-cache / Test npm (Node 18, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test npm (Node 20, macos-13) (push) Canceled after 0s
e2e-cache / Test npm (Node 20, macos-latest) (push) Canceled after 0s
e2e-cache / Test npm (Node 20, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test npm (Node 22, macos-latest) (push) Canceled after 0s
e2e-cache / Test npm (Node 22, windows-latest) (push) Canceled after 0s
e2e-cache / Test pnpm (Node 18, windows-latest) (push) Canceled after 0s
versions / version-file-volta-extends (ubuntu-latest) (push) Canceled after 0s
versions / node-dist (17, macos-13) (push) Canceled after 0s
versions / node-dist (17, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test npm (Node 20, windows-latest) (push) Canceled after 0s
e2e-cache / Test npm (Node 22, macos-13) (push) Canceled after 0s
e2e-cache / Test npm (Node 22, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test pnpm (Node 18, macos-13) (push) Canceled after 0s
e2e-cache / Test pnpm (Node 18, macos-latest) (push) Canceled after 0s
e2e-cache / Test pnpm (Node 18, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test pnpm (Node 20, macos-latest) (push) Canceled after 0s
e2e-cache / Test pnpm (Node 20, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test pnpm (Node 20, windows-latest) (push) Canceled after 0s
versions / node-dist (17, windows-latest) (push) Canceled after 0s
versions / node-dist (19, ubuntu-latest) (push) Canceled after 0s
versions / node-dist (19, windows-latest) (push) Canceled after 0s
e2e-cache / Test pnpm (Node 20, macos-13) (push) Canceled after 0s
e2e-cache / Test pnpm (Node 22, macos-13) (push) Canceled after 0s
versions / node-dist (19, macos-13) (push) Canceled after 0s
versions / node-dist (19, macos-latest) (push) Canceled after 0s
versions / old-versions (ubuntu-latest) (push) Canceled after 0s
versions / old-versions (windows-latest) (push) Canceled after 0s
versions / node-latest-aliases (current, macos-13) (push) Canceled after 0s
versions / node-latest-aliases (current, macos-latest) (push) Canceled after 0s
versions / node-latest-aliases (current, ubuntu-latest) (push) Canceled after 0s
versions / node-latest-aliases (latest, macos-latest) (push) Canceled after 0s
versions / old-versions (macos-13) (push) Canceled after 0s
versions / arch (push) Canceled after 0s
versions / node-latest-aliases (current, windows-latest) (push) Canceled after 0s
versions / node-latest-aliases (latest, macos-13) (push) Canceled after 0s
versions / node-latest-aliases (latest, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test pnpm (Node 22, ubuntu-latest) (push) Canceled after 0s
versions / node-latest-aliases (latest, windows-latest) (push) Canceled after 0s
versions / node-latest-aliases (node, ubuntu-latest) (push) Canceled after 0s
versions / node-latest-aliases (node, windows-latest) (push) Canceled after 0s
e2e-cache / Test pnpm (Node 22, macos-latest) (push) Canceled after 0s
versions / node-latest-aliases (node, macos-13) (push) Canceled after 0s
versions / node-latest-aliases (node, macos-latest) (push) Canceled after 0s
e2e-cache / Test yarn 1 (Node 18, macos-latest) (push) Canceled after 0s
e2e-cache / Test pnpm (Node 22, windows-latest) (push) Canceled after 0s
e2e-cache / Test yarn 1 (Node 18, macos-13) (push) Canceled after 0s
e2e-cache / Test yarn 1 (Node 18, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test yarn 1 (Node 18, windows-latest) (push) Canceled after 0s
e2e-cache / Test yarn 1 (Node 20, macos-13) (push) Canceled after 0s
e2e-cache / Test yarn 1 (Node 20, macos-latest) (push) Canceled after 0s
e2e-cache / Test yarn 1 (Node 20, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test yarn 1 (Node 20, windows-latest) (push) Canceled after 0s
e2e-cache / Test yarn 3 (Node 18, macos-13) (push) Canceled after 0s
e2e-cache / Test yarn 3 (Node 18, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test yarn 3 (Node 18, macos-latest) (push) Canceled after 0s
proxy / test-bypass-proxy (push) Canceled after 36s
e2e-cache / Test yarn 3 (Node 18, windows-latest) (push) Canceled after 0s
e2e-cache / Test yarn 3 (Node 20, macos-13) (push) Canceled after 0s
e2e-cache / Test yarn 3 (Node 20, windows-latest) (push) Canceled after 0s
e2e-cache / Test yarn 3 (Node 20, macos-latest) (push) Canceled after 0s
e2e-cache / Test yarn 3 (Node 20, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test yarn 3 (Node 22, macos-13) (push) Canceled after 0s
e2e-cache / Test yarn 3 (Node 22, macos-latest) (push) Canceled after 0s
e2e-cache / Test yarn 3 (Node 22, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test yarn subprojects (18) (push) Canceled after 0s
e2e-cache / Test yarn 3 (Node 22, windows-latest) (push) Canceled after 0s
versions / local-cache (18, macos-13) (push) Canceled after 0s
versions / local-cache (18, windows-latest) (push) Canceled after 0s
versions / local-cache (20, macos-13) (push) Canceled after 0s
versions / local-cache (20, macos-latest) (push) Canceled after 0s
versions / local-cache (20, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test yarn subprojects all locally managed (18) (push) Canceled after 0s
versions / local-cache (18, macos-latest) (push) Canceled after 0s
versions / local-cache (22, ubuntu-latest) (push) Canceled after 0s
versions / local-cache (22, windows-latest) (push) Canceled after 0s
versions / lts-syntax (lts/-1, macos-13) (push) Canceled after 0s
versions / lts-syntax (lts/-1, ubuntu-latest) (push) Canceled after 0s
versions / lts-syntax (lts/-1, windows-latest) (push) Canceled after 0s
versions / lts-syntax (lts/*, macos-13) (push) Canceled after 0s
e2e-cache / Test yarn subprojects (20) (push) Canceled after 0s
versions / local-cache (20, windows-latest) (push) Canceled after 0s
versions / local-cache (22, macos-13) (push) Canceled after 0s
versions / local-cache (22, macos-latest) (push) Canceled after 0s
versions / lts-syntax (lts/*, windows-latest) (push) Canceled after 0s
versions / local-cache (18, ubuntu-latest) (push) Canceled after 15s
versions / lts-syntax (lts/erbium, ubuntu-latest) (push) Canceled after 0s
versions / lts-syntax (lts/erbium, windows-latest) (push) Canceled after 0s
versions / lts-syntax (lts/fermium, macos-13) (push) Canceled after 0s
versions / lts-syntax (lts/fermium, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test yarn subprojects (22) (push) Canceled after 0s
versions / lts-syntax (lts/*, ubuntu-latest) (push) Canceled after 0s
versions / lts-syntax (lts/dubnium, macos-13) (push) Canceled after 0s
versions / lts-syntax (lts/dubnium, ubuntu-latest) (push) Canceled after 0s
versions / lts-syntax (lts/dubnium, windows-latest) (push) Canceled after 0s
versions / lts-syntax (lts/erbium, macos-13) (push) Canceled after 0s
versions / lts-syntax (lts/fermium, windows-latest) (push) Canceled after 0s
versions / v8-canary-syntax (20-v8-canary, macos-13) (push) Canceled after 0s
versions / v8-canary-syntax (20-v8-canary, macos-latest) (push) Canceled after 0s
versions / v8-canary-syntax (20-v8-canary, ubuntu-latest) (push) Canceled after 0s
versions / v8-canary-syntax (20-v8-canary, windows-latest) (push) Canceled after 0s
versions / v8-canary-syntax (20.0.0-v8-canary20221101e50e45c9f8, macos-13) (push) Canceled after 0s
versions / v8-canary-syntax (20.0.0-v8-canary20221101e50e45c9f8, macos-latest) (push) Canceled after 0s
versions / v8-canary-syntax (20.0.0-v8-canary20221101e50e45c9f8, ubuntu-latest) (push) Canceled after 0s
versions / v8-canary-syntax (20.0.0-v8-canary20221101e50e45c9f8, windows-latest) (push) Canceled after 0s
versions / v8-canary-syntax (20.0.0-v8-canary, macos-13) (push) Canceled after 0s
e2e-cache / Test yarn subprojects all locally managed (20) (push) Canceled after 0s
e2e-cache / Test yarn subprojects all locally managed (22) (push) Canceled after 0s
e2e-cache / Test yarn subprojects some locally managed (18) (push) Canceled after 0s
e2e-cache / Test yarn subprojects some locally managed (20) (push) Canceled after 0s
e2e-cache / Test yarn subprojects some locally managed (22) (push) Canceled after 0s
e2e-cache / Test yarn subprojects managed by git (18) (push) Canceled after 0s
versions / v8-canary-syntax (20.0.0-v8-canary, macos-latest) (push) Canceled after 0s
versions / v8-canary-syntax (20.0.0-v8-canary, ubuntu-latest) (push) Canceled after 0s
e2e-cache / Test yarn subprojects managed by git (20) (push) Canceled after 0s
e2e-cache / Test yarn subprojects managed by git (22) (push) Canceled after 0s
versions / v8-canary-syntax (20.0.0-v8-canary, windows-latest) (push) Canceled after 0s
versions / nightly-syntax (18.0.0-nightly, macos-13) (push) Canceled after 0s
versions / nightly-syntax (18.0.0-nightly, macos-latest) (push) Canceled after 0s
versions / nightly-syntax (18.0.0-nightly, ubuntu-latest) (push) Canceled after 0s
versions / nightly-syntax (18.0.0-nightly, windows-latest) (push) Canceled after 0s
versions / nightly-syntax (20-nightly, macos-latest) (push) Canceled after 0s
versions / nightly-syntax (20-nightly, macos-13) (push) Canceled after 0s
versions / nightly-syntax (20-nightly, windows-latest) (push) Canceled after 0s
versions / nightly-syntax (21-nightly, macos-latest) (push) Canceled after 0s
versions / nightly-syntax (20-nightly, ubuntu-latest) (push) Canceled after 0s
versions / nightly-syntax (21-nightly, macos-13) (push) Canceled after 0s
versions / nightly-syntax (21-nightly, ubuntu-latest) (push) Canceled after 0s
versions / rc-syntax (18.0.0-rc.2, macos-13) (push) Canceled after 0s
versions / nightly-syntax (21-nightly, windows-latest) (push) Canceled after 0s
proxy / test-proxy (push) Failing after 6s
versions / rc-syntax (18.0.0-rc.2, macos-latest) (push) Canceled after 0s
versions / rc-syntax (18.0.0-rc.2, windows-latest) (push) Canceled after 0s
versions / rc-syntax (19.0.0-rc.0, macos-13) (push) Canceled after 0s
versions / rc-syntax (19.0.0-rc.0, macos-latest) (push) Canceled after 0s
versions / rc-syntax (20.0.0-rc.1, ubuntu-latest) (push) Canceled after 0s
versions / manifest (18.20.0, macos-13) (push) Canceled after 0s
versions / manifest (18.20.0, ubuntu-latest) (push) Canceled after 0s
versions / rc-syntax (18.0.0-rc.2, ubuntu-latest) (push) Canceled after 0s
versions / rc-syntax (19.0.0-rc.0, ubuntu-latest) (push) Canceled after 0s
versions / rc-syntax (19.0.0-rc.0, windows-latest) (push) Canceled after 0s
versions / rc-syntax (20.0.0-rc.1, macos-13) (push) Canceled after 0s
versions / rc-syntax (20.0.0-rc.1, macos-latest) (push) Canceled after 0s
versions / rc-syntax (20.0.0-rc.1, windows-latest) (push) Canceled after 0s
versions / manifest (18.20.0, macos-latest) (push) Canceled after 0s
versions / manifest (18.20.0, windows-latest) (push) Canceled after 0s
versions / manifest (20.10.0, macos-13) (push) Canceled after 0s
versions / manifest (20.10.0, macos-latest) (push) Canceled after 0s
versions / manifest (20.10.0, ubuntu-latest) (push) Canceled after 0s
versions / manifest (20.10.0, windows-latest) (push) Canceled after 0s
versions / manifest (22.0.0, macos-13) (push) Canceled after 0s
versions / manifest (22.0.0, macos-latest) (push) Canceled after 0s
versions / manifest (22.0.0, ubuntu-latest) (push) Canceled after 0s
versions / manifest (22.0.0, windows-latest) (push) Canceled after 0s
versions / check-latest (18, macos-13) (push) Canceled after 0s
versions / check-latest (20, ubuntu-latest) (push) Canceled after 0s
versions / check-latest (18, macos-latest) (push) Canceled after 0s
versions / check-latest (20, macos-13) (push) Canceled after 0s
versions / check-latest (18, ubuntu-latest) (push) Canceled after 0s
versions / check-latest (18, windows-latest) (push) Canceled after 0s
versions / check-latest (20, macos-latest) (push) Canceled after 0s
versions / check-latest (20, windows-latest) (push) Canceled after 0s
versions / check-latest (22, macos-13) (push) Canceled after 0s
versions / check-latest (22, macos-latest) (push) Canceled after 0s
versions / check-latest (22, ubuntu-latest) (push) Canceled after 0s
versions / check-latest (22, windows-latest) (push) Canceled after 0s
versions / version-file (.nvmrc, ubuntu-latest) (push) Canceled after 0s
versions / version-file (.nvmrc, windows-latest) (push) Canceled after 0s
versions / version-file (.tool-versions, macos-13) (push) Canceled after 0s
versions / version-file (.tool-versions, macos-latest) (push) Canceled after 0s
versions / version-file (.tool-versions, ubuntu-latest) (push) Canceled after 0s
versions / version-file (.tool-versions, windows-latest) (push) Canceled after 0s
versions / version-file (.tool-versions-node, macos-13) (push) Canceled after 0s
versions / version-file (.tool-versions-node, macos-latest) (push) Canceled after 0s
versions / version-file (.nvmrc, macos-13) (push) Canceled after 0s
versions / version-file (.nvmrc, macos-latest) (push) Canceled after 0s
* Update versions.yml * Update versions.yml * actions/cache upgrade to 4.0.3 * events update * npm audit fix revert * npm adit fix revertv4 v4.4.0 |
||
|
|
e3ce749e20 |
feat: support private mirrors (#1240)
* feat: support private mirrors * chore: change fallback message with mirrors |