Skip to content

Update all dependencies#3

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

Update all dependencies#3
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all

Conversation

@renovate

@renovate renovate Bot commented Aug 1, 2021

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@babel/core (source) 7.29.68.0.1 age confidence devDependencies major
@babel/preset-env (source) 7.11.58.0.2 age confidence devDependencies major
actions/checkout v2v7 age confidence action major
actions/setup-node v2v6 age confidence action major
eslint (source) 7.8.110.6.0 age confidence devDependencies major
node 1424 age confidence uses-with major
npm-watch 0.7.00.13.0 age confidence devDependencies minor
postcss (source) 8.5.108.5.16 age confidence devDependencies patch
postcss-cli 8.3.111.0.1 age confidence devDependencies major
prettier (source) 2.1.13.9.1 age confidence devDependencies major
rollup (source) 2.80.04.62.2 age confidence devDependencies major
rollup-plugin-terser 7.0.17.0.2 age confidence devDependencies patch
sass 1.27.01.101.0 age confidence devDependencies minor
stylelint (source) 13.9.017.14.0 age confidence devDependencies major
stylelint-config-prettier 8.0.29.0.5 age confidence devDependencies major
stylelint-config-standard 20.0.040.0.0 age confidence devDependencies major
stylelint-order 4.1.08.1.1 age confidence devDependencies major
stylelint-prettier 1.1.25.0.3 age confidence devDependencies major
stylelint-scss 3.19.07.2.0 age confidence devDependencies major
vanilla-framework (source) ^2.32.0^4.0.0 age confidence devDependencies major

Release Notes

babel/babel (@​babel/core)

v8.0.1

Compare Source

💥 Breaking Change
  • babel-core, babel-plugin-transform-object-rest-spread, babel-plugin-transform-runtime, babel-preset-env, babel-standalone

v8.0.0

Compare Source

👓 Spec Compliance
💥 Breaking Change
  • babel-cli, babel-node, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-plugin-transform-modules-commonjs, babel-plugin-transform-object-rest-spread, babel-plugin-transform-parameters, babel-plugin-transform-react-constant-elements, babel-plugin-transform-regenerator, babel-preset-env, babel-register
  • babel-plugin-transform-runtime, babel-runtime-corejs3, babel-runtime
  • babel-parser
🐛 Bug Fix
  • babel-generator
  • babel-plugin-transform-modules-systemjs
📝 Documentation
🏠 Internal
🏃‍♀️ Performance

v7.29.7

Compare Source

v7.29.7 (2026-05-25)

Re-release all packages with npm provenance attestations

actions/checkout (actions/checkout)

v7.0.0

Compare Source

v7

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v6

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

v5

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

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

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

v6.4.0

Compare Source

What's Changed

Dependency updates:

New Contributors

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

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

What's Changed

Documentation
Dependency updates:

New Contributors

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

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](https://redirect.git

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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/all branch 9 times, most recently from ce77b08 to 96df75d Compare August 5, 2021 07:54
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from cd931eb to 1c0240e Compare August 10, 2021 06:54
@renovate renovate Bot force-pushed the renovate/all branch 3 times, most recently from 2734191 to febf930 Compare August 23, 2021 05:47
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from 6e1c186 to 70c0781 Compare August 28, 2021 09:20
@renovate renovate Bot force-pushed the renovate/all branch 4 times, most recently from f65b357 to 9981383 Compare September 4, 2021 09:18
@renovate renovate Bot force-pushed the renovate/all branch 9 times, most recently from 6e0e920 to 93e9679 Compare September 16, 2021 08:21
@renovate renovate Bot force-pushed the renovate/all branch 5 times, most recently from 8c2ded1 to 0a8b028 Compare March 1, 2022 20:15
@renovate renovate Bot force-pushed the renovate/all branch 5 times, most recently from 025e81d to 327a69d Compare March 7, 2022 18:14
@renovate renovate Bot force-pushed the renovate/all branch 8 times, most recently from 1ee32ca to f445cbd Compare March 18, 2022 22:07
@renovate renovate Bot force-pushed the renovate/all branch 4 times, most recently from d2b04df to 5aa5d44 Compare March 31, 2022 00:41
@renovate renovate Bot force-pushed the renovate/all branch 5 times, most recently from 4a8611c to 1c5485f Compare April 9, 2022 00:22
@atlassian

atlassian Bot commented Sep 22, 2025

Copy link
Copy Markdown

🔗 Link your GitHub account to Atlassian

To enable Code Reviewer, please link your GitHub account to your Atlassian account.

Click here to connect your accounts

This is a one-time setup that takes less than a minute.

1 similar comment
@atlassian

atlassian Bot commented Sep 22, 2025

Copy link
Copy Markdown

🔗 Link your GitHub account to Atlassian

To enable Code Reviewer, please link your GitHub account to your Atlassian account.

Click here to connect your accounts

This is a one-time setup that takes less than a minute.

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