Skip to content

Update external major (major)#73

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-external-major
Open

Update external major (major)#73
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-external-major

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 19, 2021

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action major v2v6 age confidence
actions/setup-node action major v1v6 age confidence
adobe/aio-apps-action action major 2.0.14.1.0 age confidence
axios (source) devDependencies major ^0.27.2^1.0.0 age confidence
chai (source) devDependencies major 4.3.56.2.2 age confidence
chalk devDependencies major ^4.1.2^5.0.0 age confidence
codecov orb major 1.2.55.4.3 age confidence
dataloader dependencies major 1.4.02.2.3 age confidence
eslint (source) devDependencies major 7.32.010.4.0 age confidence
graphiql (source) dependencies major 1.5.165.2.3 age confidence
graphql dependencies major 14.7.016.14.0 age confidence
graphql-tools (source) dependencies major 3.1.19.0.28 age confidence
inquirer (source) devDependencies major ^8.2.0^14.0.0 age confidence
mocha (source) devDependencies major 8.4.011.7.6 age confidence
mocha-junit-reporter devDependencies major 1.23.32.2.1 age confidence
node (source) engines major ^10 || ^12 || ^14^10 || ^12 || ^14 || ^24.0.0 age confidence
nyc (source) devDependencies major 15.1.018.0.0 age confidence
react (source) dependencies major 17.0.219.2.6 age confidence
react-dom (source) dependencies major 17.0.219.2.6 age confidence
sinon (source) devDependencies major 7.5.022.0.0 age confidence

Release Notes

actions/checkout (actions/checkout)

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v6

Compare Source

v5.0.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

v5.0.0

Compare Source

What's Changed
⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v5

Compare Source

v4.3.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

  • Fix: Disable sparse checkout whenever sparse-checkout option is not present @​dscho in #​1598

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.0

Compare Source

v4

Compare Source

v3.6.0

Compare Source

v3.5.3

Compare Source

v3.5.2

Compare Source

v3.5.1

Compare Source

v3.5.0

Compare Source

v3.4.0

Compare Source

v3.3.0

Compare Source

v3.2.0

Compare Source

v3.1.0

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

v3.0.0

Compare Source

v3

Compare Source

v2.7.0

Compare Source

What's Changed

Full Changelog: actions/checkout@v2.6.0...v2.7.0

v2.6.0

Compare Source

What's Changed

Full Changelog: actions/checkout@v2.5.0...v2.6.0

v2.5.0

Compare Source

What's Changed

Full Changelog: actions/checkout@v2...v2.5.0

v2.4.2

Compare Source

What's Changed

Full Changelog: actions/checkout@v2...v2.4.2

v2.4.1

Compare Source

  • Fixed an issue where checkout failed to run in container jobs due to the new git setting safe.directory

v2.4.0

Compare Source

  • Convert SSH URLs like org-<ORG_ID>@&#8203;github.com: to https://github.com/ - pr

v2.3.5

Compare Source

Update dependencies

v2.3.4

Compare Source

v2.3.3

Compare Source

v2.3.2

Compare Source

Add Third Party License Information to Dist Files

v2.3.1

Compare Source

v2.3.0

Compare Source

v2.2.0

Compare Source

v2.1.1

Compare Source

  • Changes to support GHES (here and here)

v2.1.0

Compare Source

actions/setup-node (actions/setup-node)

v6.4.0

Compare Source

v6.3.0

Compare Source

What's Changed

Enhancements:

When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.

Dependency updates:
Bug fixes:

New Contributors

Full Changelog: actions/setup-node@v6...v6.3.0

v6.2.0

Compare Source

v6.1.0

Compare Source

What's Changed

Enhancement:
Dependency updates:
Documentation update:

Full Changelog: actions/setup-node@v6...v6.1.0

v6.0.0

Compare Source

What's Changed

Breaking Changes

Dependency Upgrades

Full Changelog: actions/setup-node@v5...v6.0.0

v6

Compare Source

v5.0.0

Compare Source

What's Changed
Breaking Changes

This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless.
To disable this automatic caching, set package-manager-cache: false

steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
  with:
    package-manager-cache: false

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades
New Contributors

Full Changelog: actions/setup-node@v4...v5.0.0

v5

Compare Source

v4.4.0

Compare Source

What's Changed
Bug fixes:
Enhancement:
Dependency update:
New Contributors

Full Changelogactions/setup-node@v4...v4.4.0

v4.3.0

Compare Source

What's Changed
Dependency updates
New Contributors

Full Changelog: actions/setup-node@v4...v4.3.0

v4.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-node@v4...v4.2.0

v4.1.0

Compare Source

What's Changed
  • Resolve High Security Alerts by upgrading Dependencies by @​aparnajyothi-y in #​1132
  • Upgrade IA Publish by @​Jcambass in #​1134
  • Revise isGhes logic by @​jww3 in #​1148
  • Add architecture to cache key by @​pengx17 in #​843
    This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
    Note: This change may break previous cache keys as they will no longer be compatible with the new format.
New Contributors

Full Changelog: actions/setup-node@v4...v4.1.0

v4.0.4

Compare Source

What's Changed
Documentation changes:
New Contributors

Full Changelog: actions/setup-node@v4...v4.0.4

v4.0.3

Compare Source

What's Changed
Bug fixes:
Documentation changes:
Dependency updates:
New Contributors

Full Changelog: actions/setup-node@v4...v4.0.3

v4.0.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-node@v4.0.1...v4.0.2

v4.0.1

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-node@v4...v4.0.1

v4.0.0

Compare Source

What's Changed

In scope of this release we changed version of node runtime for action from node16 to node20 and updated dependencies in #​866

Besides, release contains such changes as:

New Contributors

Full Changelog: actions/setup-node@v3...v4.0.0

v4

Compare Source

v3.9.1

Compare Source

What's Changed

Full Changelog: actions/setup-node@v3...v3.9.1

v3.9.0

Compare Source

What's Changed
  • Upgrade @​actions/cache to 4.0.3 by @​gowridurgad in #​1270
    In scope of this release we updated actions/cache package to ensure continued support and compatibility, as older versions of the package are now deprecated. For more information please refer to the toolkit/cache.

Full Changelog: actions/setup-node@v3...v3.9.0

v3.8.2

Compare Source

What's Changed

Full Changelog: actions/setup-node@v3...v3.8.2

v3.8.1

Compare Source

What's Changed

In scope of this release, the filter was removed within the cache-save step by @​dmitry-shibanov in #​831. It is filtered and checked in the toolkit/cache library.

Full Changelog: actions/setup-node@v3...v3.8.1

v3.8.0

[Compare Source](https://redirect.github.c

Note

PR body was truncated to here.

@renovate renovate Bot force-pushed the renovate/major-external-major branch 8 times, most recently from 373cc7f to d8da2ad Compare July 25, 2021 16:46
@renovate renovate Bot force-pushed the renovate/major-external-major branch 12 times, most recently from ea934e3 to 9c5e087 Compare July 31, 2021 00:54
@renovate renovate Bot force-pushed the renovate/major-external-major branch 3 times, most recently from 25f470b to 2fa2495 Compare August 10, 2021 16:29
@renovate renovate Bot force-pushed the renovate/major-external-major branch from 2fa2495 to 6961675 Compare August 18, 2021 14:54
@renovate renovate Bot force-pushed the renovate/major-external-major branch 7 times, most recently from eee68d8 to 612904b Compare September 2, 2021 19:36
@renovate renovate Bot force-pushed the renovate/major-external-major branch 2 times, most recently from e7d7ebf to 1623526 Compare September 9, 2021 11:35
@renovate renovate Bot force-pushed the renovate/major-external-major branch 4 times, most recently from b559f11 to 094dba6 Compare September 19, 2021 21:59
@renovate renovate Bot force-pushed the renovate/major-external-major branch 5 times, most recently from 2db976e to 7ba62ae Compare September 27, 2021 03:17
@renovate renovate Bot force-pushed the renovate/major-external-major branch 3 times, most recently from ef08d66 to 129206f Compare October 4, 2021 21:34
@renovate renovate Bot force-pushed the renovate/major-external-major branch 8 times, most recently from db7f4e9 to a02d938 Compare October 8, 2021 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants