Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 17, 2024

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/node (source) 20.x -> 24.x age adoption passing confidence devDependencies major
actions/checkout v4.1.6 -> v6.0.1 age adoption passing confidence action major
actions/setup-node v4.0.2 -> v6.1.0 age adoption passing confidence action major
editorconfig-checker 5.1.5 -> 6.1.1 age adoption passing confidence devDependencies major
eslint-config-prettier 9.1.0 -> 10.1.8 age adoption passing confidence devDependencies major
eslint-import-resolver-typescript 3.6.1 -> 4.4.4 age adoption passing confidence devDependencies major
eslint-plugin-promise 6.1.1 -> 7.2.1 age adoption passing confidence devDependencies major
eslint-plugin-unicorn 53.0.0 -> 62.0.0 age adoption passing confidence devDependencies major
github-linguist "~> 7.28" -> "~> 9.0" age adoption passing confidence major
pnpm (source) 9.1.1 -> 10.26.2 age adoption passing confidence packageManager major
ruby (source) 3.3.1 -> 4.0.0 age adoption passing confidence major
ubuntu 22.04 -> 24.04 age adoption passing confidence github-runner major

Release Notes

actions/checkout (actions/checkout)

v6.0.1

Compare Source

v6.0.0

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

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

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

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

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

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

editorconfig-checker/editorconfig-checker.javascript (editorconfig-checker)

v6.1.1

Compare Source

Bug Fixes

v6.1.0

Compare Source

Features

v6.0.1

Compare Source

Bug Fixes

v6.0.0

Compare Source

⚠ BREAKING CHANGES
  • Minimum supported Node.js >= 20.11.0

Ref: https://nodejs.org/api/esm.html#importmetadirname

Bug Fixes
  • correct working directory (c78ecb0)

v5.1.9

Compare Source

Performance Improvements
  • reduce package size by updating dependencies, from 700Kb to 650Kb + fixes security issues with dependencies (f8f4bba)

v5.1.8

Compare Source

Reverts

v5.1.6 release didn't work because of an issue with the @vercel/ncc compiler: vercel/ncc#1193, for now we revert the changes, so basically v5.1.8 is the same as v5.1.5.
Sorry for the troubles, we also improved our CI, so we should be able to detect this kind of issues in the future.

v5.1.7

Compare Source

Reverts

v5.1.6

Compare Source

Bug Fixes
prettier/eslint-config-prettier (eslint-config-prettier)

v10.1.8

Compare Source

republish latest version

Full Changelog: prettier/eslint-config-prettier@v10.1.5...v10.1.8

v10.1.5

Compare Source

Patch Changes

v10.1.4

Compare Source

Patch Changes

v10.1.3

Compare Source

Patch Changes

v10.1.2

Compare Source

Patch Changes

v10.1.1

Compare Source

Patch Changes
  • #​309 eb56a5e Thanks @​JounQin! - fix: separate the /flat entry for compatibility

    For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility.

    See also #​308

    // before
    import eslintConfigPrettier from "eslint-config-prettier";
    
    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";

v10.1.0

Compare Source

Minor Changes

v10.0.3

Compare Source

Patch Changes

v10.0.2

Compare Source

Patch Changes

v10.0.1

Compare Source

eslint-config-prettier

10.0.1

What's Changed

New Contributors

Full Changelog: prettier/eslint-config-prettier@v9.1.0...v10.0.1

v10.0.0

Compare Source

Major Changes

v9.1.2

Compare Source

import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)

v4.4.4

Compare Source

Patch Changes

v4.4.3

Compare Source

Patch Changes

v4.4.2

Compare Source

Patch Changes

v4.4.1

Compare Source

Patch Changes

v4.4.0

Compare Source

Minor Changes

v4.3.5

Compare Source

Patch Changes

v4.3.4

Compare Source

Patch Changes

v4.3.3

Compare Source

Patch Changes

v4.3.2

Compare Source

Patch Changes

v4.3.1

Compare Source

Patch Changes

v4.3.0

Compare Source

Minor Changes

v4.2.7

Compare Source

Patch Changes

v4.2.6

Compare Source

Patch Changes

v4.2.5

Compare Source

Patch Changes

v4.2.4

Compare Source

Patch Changes
  • #​407 6b183ff Thanks @​JounQin! - chore: migrate to rebranding unrs-resolver with new targets supported:

    • i686-pc-windows-msvc
    • armv7-unknown-linux-musleabihf
    • powerpc64le-unknown-linux-gnu
    • s390x-unknown-linux-gnu

v4.2.3

Compare Source

Patch Changes
  • #​402 f21bf15 Thanks @​SunsetTechuila! - fix: don't resolve not implemented node modules in bun

    is-bun-module is marked as dependency, again, for correctness, see isBunImplementedNodeModule for more details

    For Bun users: you don't need to install is-bun-module any more but bun: true option is still required if you're running without bun --bun nor run#bun enabled

v4.2.2

Compare Source

Patch Changes
  • #​397 14a7688 Thanks @​JounQin! - chore: bump rspack-resolver for better P'n'P support

    Now rspack-resolver resolves pnpapi natively.

v4.2.1

Compare Source

Patch Changes

v4.2.0

Compare Source

Minor Changes

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@socket-security
Copy link

socket-security bot commented Jun 17, 2024

@renovate renovate bot force-pushed the renovate/major-all branch from 5b8f8f9 to b385968 Compare June 28, 2024 22:35
@renovate renovate bot force-pushed the renovate/major-all branch from b385968 to 3c6b21e Compare July 24, 2024 06:36
@renovate renovate bot changed the title build(deps-dev): bump eslint-plugin-unicorn to v54 build(deps-dev): bump all (major) Jul 24, 2024
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 036982b to b2aa4fe Compare July 31, 2024 02:06
@renovate renovate bot force-pushed the renovate/major-all branch from b2aa4fe to 76d8896 Compare August 6, 2024 13:46
@renovate renovate bot force-pushed the renovate/major-all branch from 76d8896 to cfce9a4 Compare September 2, 2024 09:18
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 9655dc8 to 8e7d51e Compare September 26, 2024 20:11
@renovate renovate bot force-pushed the renovate/major-all branch from 8e7d51e to 50e0d9b Compare October 3, 2024 22:15
@renovate renovate bot force-pushed the renovate/major-all branch from 50e0d9b to f276748 Compare October 29, 2024 00:24
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 316213a to 4ab94cc Compare November 25, 2024 17:46
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 28b5d85 to 868b9ef Compare November 28, 2024 12:39
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from e946b9b to fe86e88 Compare January 13, 2025 17:48
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 8cbc227 to 550fe00 Compare February 6, 2025 21:43
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from 2ca1fc2 to b462e57 Compare February 17, 2025 19:34
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 70b73a3 to 1e265b1 Compare February 26, 2025 15:16
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from 5ddd69a to 9dd6af4 Compare October 14, 2025 14:58
@renovate renovate bot force-pushed the renovate/major-all branch from 9dd6af4 to 5114afe Compare October 17, 2025 05:07
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from e9a30f8 to 8df30da Compare October 28, 2025 18:59
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 6183395 to a99c08f Compare November 10, 2025 01:35
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from d7ab855 to df46e20 Compare November 18, 2025 11:59
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 70817a4 to a67fc57 Compare November 23, 2025 16:36
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from 1f4759a to d3a4598 Compare December 3, 2025 19:39
@renovate renovate bot force-pushed the renovate/major-all branch 5 times, most recently from 99fb84f to 29caa85 Compare December 18, 2025 14:02
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 414a83b to cc724d7 Compare December 25, 2025 04:36
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/major-all branch from cc724d7 to 5842595 Compare December 26, 2025 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant