Skip to content

Update all (major)#43

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-all
Open

Update all (major)#43
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-all

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 28, 2022

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@​types/parse5 6.0.37.0.0 age confidence devDependencies major
actions/checkout v2v6 age confidence action major
actions/setup-node v2v6 age confidence action major
ava (source) 4.0.18.0.0 age confidence devDependencies major
chai (source) 4.3.66.2.2 age confidence dependencies major
chrome-launcher 0.15.01.2.1 age confidence dependencies major
globby 13.1.116.2.0 age confidence devDependencies major
lighthouse 9.3.113.3.0 age confidence dependencies major
mocha (source) 9.2.011.7.5 age confidence dependencies major
np 7.6.011.2.1 age confidence devDependencies major
parse5 (source) 6.0.18.0.1 age confidence devDependencies major
prettier (source) 2.5.13.8.3 age confidence devDependencies major
typescript (source) 4.5.56.0.3 age confidence devDependencies major

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

What's Changed

Bug fixes:
Feature implementations:
  • feat: handling the case where "node" is used for tool-versions file. by @​xytis in #​812
Documentation changes:
Update dependencies:

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/major-all branch from 6ff5001 to fec653c Compare March 1, 2022 18:46
@renovate renovate Bot changed the title Update actions/setup-node action to v3 Update all to v3 (major) Mar 1, 2022
@renovate renovate Bot force-pushed the renovate/major-all branch from fec653c to 575c9e7 Compare April 24, 2022 21:30
@renovate renovate Bot changed the title Update all to v3 (major) Update all (major) Apr 24, 2022
@renovate renovate Bot force-pushed the renovate/major-all branch from 575c9e7 to 9f16683 Compare May 15, 2022 22:01
@renovate renovate Bot force-pushed the renovate/major-all branch from 9f16683 to 157594c Compare September 25, 2022 18:23
@renovate renovate Bot force-pushed the renovate/major-all branch from 157594c to 2475853 Compare November 20, 2022 21:02
@renovate renovate Bot force-pushed the renovate/major-all branch from 2475853 to 64c20d1 Compare March 16, 2023 18:12
@renovate renovate Bot force-pushed the renovate/major-all branch from 64c20d1 to 860f16e Compare March 23, 2023 20:28
@renovate renovate Bot force-pushed the renovate/major-all branch from 860f16e to cee2628 Compare March 30, 2023 23:47
@renovate renovate Bot force-pushed the renovate/major-all branch from cee2628 to f7f240f Compare April 17, 2023 11:43
@renovate renovate Bot force-pushed the renovate/major-all branch 4 times, most recently from 8fb4f96 to e74ad34 Compare June 1, 2023 20:06
@renovate renovate Bot force-pushed the renovate/major-all branch 4 times, most recently from 9bfa0b5 to 6866cc0 Compare June 16, 2023 18:11
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from 06e1719 to fcb84f9 Compare June 29, 2023 00:40
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from dfcf2fd to 02e4954 Compare July 11, 2023 04:53
@renovate renovate Bot force-pushed the renovate/major-all branch from 02e4954 to 9bbf6dc Compare July 18, 2023 23:02
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from 0fd406c to 2c1f8ea Compare August 4, 2023 02:16
@renovate renovate Bot force-pushed the renovate/major-all branch from 2c1f8ea to 31c5257 Compare August 15, 2023 16:40
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from 9274561 to a52d5cd Compare August 29, 2023 15:12
@renovate renovate Bot force-pushed the renovate/major-all branch from a52d5cd to 9627783 Compare September 4, 2023 14:56
@renovate renovate Bot force-pushed the renovate/major-all branch 5 times, most recently from 7fa9f84 to 0672872 Compare December 12, 2023 00:47
@renovate renovate Bot force-pushed the renovate/major-all branch from 0672872 to fdcdcc9 Compare December 28, 2023 13:01
@renovate renovate Bot force-pushed the renovate/major-all branch 5 times, most recently from 035d438 to 2214cf4 Compare January 17, 2024 14:23
@renovate renovate Bot force-pushed the renovate/major-all branch 3 times, most recently from 8e27daa to 6d29c94 Compare January 25, 2024 10:43
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from 1ad71d0 to 8c33bcb Compare February 4, 2024 07:15
@renovate renovate Bot force-pushed the renovate/major-all branch 3 times, most recently from 35e88df to 94a75c7 Compare February 12, 2024 15:35
@renovate renovate Bot force-pushed the renovate/major-all branch 3 times, most recently from 4e0a350 to 4f69b47 Compare February 28, 2024 22:17
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from fc87ad5 to 7c1a298 Compare March 13, 2024 06:30
@renovate renovate Bot force-pushed the renovate/major-all branch 5 times, most recently from d091969 to 6b3e074 Compare March 26, 2024 20:36
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