Skip to content

Lock file maintenance - #55

Open
anomiex wants to merge 8 commits into
trunkfrom
renovate/lock-file-maintenance
Open

Lock file maintenance#55
anomiex wants to merge 8 commits into
trunkfrom
renovate/lock-file-maintenance

Conversation

@anomiex

@anomiex anomiex commented Jun 9, 2026

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Update Change
lockFileMaintenance All locks refreshed

🔧 This Pull Request updates lock files to use the latest dependency versions.


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 02:59 AM, between day 7 and 13 of the month, and on Monday ( * 0-2 7-13 * 1 ) in timezone UTC, 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 has been generated by Renovate Bot.

@anomiex

anomiex commented Jun 9, 2026

Copy link
Copy Markdown
Owner Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: undefined
Command failed: /tmp/monorepo/.github/files/renovate-post-upgrade-run.sh renovate/lock-file-maintenance
+ set -eo pipefail
+ export CI=1
+ CI=1
+ BASE=/tmp/renovate/repos/github/anomiex/jetpack
+ BRANCH=renovate/lock-file-maintenance
++ sed 's/[<>:"/\\|?*]/-/g'
+ CHANGEFILE=renovate-lock-file-maintenance
+ EXIT=0
+ . /tmp/renovate/repos/github/anomiex/jetpack/tools/includes/changelogger.sh
++++ dirname '/tmp/renovate/repos/github/anomiex/jetpack/tools/includes/changelogger.sh[0]'
+++ cd /tmp/renovate/repos/github/anomiex/jetpack/tools/includes/../..
+++ pwd
++ CLBASE=/tmp/renovate/repos/github/anomiex/jetpack
++ source /tmp/renovate/repos/github/anomiex/jetpack/tools/includes/chalk-lite.sh
++++ tput dim
+++ TPUT_DIM=
+++ true
+++ [[ '' == \�\[*m ]]
+++ TPUT_DIM=90
+ . /tmp/renovate/repos/github/anomiex/jetpack/tools/includes/alpha-tag.sh
+++ dirname '/tmp/renovate/repos/github/anomiex/jetpack/tools/includes/alpha-tag.sh[0]'
++ . /tmp/renovate/repos/github/anomiex/jetpack/tools/includes/changelogger.sh
+++++ dirname '/tmp/renovate/repos/github/anomiex/jetpack/tools/includes/changelogger.sh[0]'
++++ cd /tmp/renovate/repos/github/anomiex/jetpack/tools/includes/../..
++++ pwd
+++ CLBASE=/tmp/renovate/repos/github/anomiex/jetpack
+++ source /tmp/renovate/repos/github/anomiex/jetpack/tools/includes/chalk-lite.sh
+++++ tput dim
++++ TPUT_DIM=
++++ true
++++ [[ '' == \�\[*m ]]
++++ TPUT_DIM=90
+ git restore .npmrc
+ git clean -f '*/.npmrc'
+ trap cleanup EXIT
+ [[ /home/renovate == \/ ]]
+ cd /tmp/renovate/repos/github/anomiex/jetpack
+ TMP='packages:
  - projects/*/*
  - '\''!projects/js-packages/jetpack-cli'\''
  - projects/plugins/*/tests/e2e
  - tools/cli
  - tools/e2e-commons
  - tools/js-tools
  - tools/performance
  - .github/files/coverage-munger

engineStrict: true
pmOnFail: ignore
preferWorkspacePackages: true

# Be strict about peer deps
autoInstallPeers: false
dedupePeerDependents: false
strictPeerDependencies: true

# No hoisting by default.
hoistPattern: []

# Silence this warning. Our `jetpack dependencies build-order` (also used by `jetpack build --all`) checks for cycles itself, plus it has a way to indicate that a dep is only for testing.
ignoreWorkspaceCycles: true

# Package compromise avoidance: let new releases age a day, and don'\''t allow trust downgrades unless explicitly excepted.
minimumReleaseAge: 1440
minimumReleaseAgeExclude:
  # Packages we often want to immediately update after releasing them.
  - '\''@automattic/*'\''
  - '\''@woocommerce/*'\''
  - '\''@wordpress/*'\''
trustPolicy: no-downgrade
trustPolicyExclude:
  # https://github.com/paulmillr/chokidar/issues/1440
  - chokidar@4.0.3

  # https://github.com/reduxjs/reselect/issues/752
  - reselect@5.1.1

  # Packages where newer majors have provenance but we'\''re still on an older one.
  - rollup@3.30.0
  - rxjs@7.8.2
  - semver@6.3.1

# Package compromise avoidance: require dep build script approval.
strictDepBuilds: true
verifyDepsBeforeRun: install
allowBuilds:
  # Tries to download/install stuff if optional deps weren'\''t installed.
  '\''@swc/core'\'': false
  esbuild: false
  unrs-resolver: false
  # Tries to rebuild its bundled libs if a newer version of libvips-dev is installed, which probably isn'\''t.
  sharp: false
  # Attempt to show "remember to install other stuff" spam.
  svelte-preprocess: false
  # Attempt to show "support me" spam.
  core-js: false
  core-js-pure: false
  print-this: false

# Package compromise avoidance: Block odd protocols in subdeps
blockExoticSubdeps: true

# Some optional dependencies we don'\''t actually need.
ignoredOptionalDependencies:
  - '\''@oxc-parser/binding-wasm32-wasi'\'' # https://github.com/oxc-project/oxc/issues/21038
  - '\''@rolldown/binding-wasm32-wasi'\'' # https://github.com/rolldown/rolldown/issues/8974
  - sass-embedded-all-unknown # Brings in `sass`; platforms we support should have a binary package instead of this.
  - sass-embedded-unknown-all # Brings in `sass`; platforms we support should have a binary package instead of this.

# Dependencies needing patching.
patchedDependencies:

  # uuid up to v11 had CommonJS files with ESM content too.
  # No bug report, because it'\''s already fixed in the latest versions.
  "uuid@<11": .pnpm-patches/uuid.patch'
+ pnpm config set --location project strictPeerDependencies false
+ pnpm config set --location project strictDepBuilds false
+ pnpm config set --location project allowUnusedPatches true
+ pnpm install
+ echo 'packages:
  - projects/*/*
  - '\''!projects/js-packages/jetpack-cli'\''
  - projects/plugins/*/tests/e2e
  - tools/cli
  - tools/e2e-commons
  - tools/js-tools
  - tools/performance
  - .github/files/coverage-munger

engineStrict: true
pmOnFail: ignore
preferWorkspacePackages: true

# Be strict about peer deps
autoInstallPeers: false
dedupePeerDependents: false
strictPeerDependencies: true

# No hoisting by default.
hoistPattern: []

# Silence this warning. Our `jetpack dependencies build-order` (also used by `jetpack build --all`) checks for cycles itself, plus it has a way to indicate that a dep is only for testing.
ignoreWorkspaceCycles: true

# Package compromise avoidance: let new releases age a day, and don'\''t allow trust downgrades unless explicitly excepted.
minimumReleaseAge: 1440
minimumReleaseAgeExclude:
  # Packages we often want to immediately update after releasing them.
  - '\''@automattic/*'\''
  - '\''@woocommerce/*'\''
  - '\''@wordpress/*'\''
trustPolicy: no-downgrade
trustPolicyExclude:
  # https://github.com/paulmillr/chokidar/issues/1440
  - chokidar@4.0.3

  # https://github.com/reduxjs/reselect/issues/752
  - reselect@5.1.1

  # Packages where newer majors have provenance but we'\''re still on an older one.
  - rollup@3.30.0
  - rxjs@7.8.2
  - semver@6.3.1

# Package compromise avoidance: require dep build script approval.
strictDepBuilds: true
verifyDepsBeforeRun: install
allowBuilds:
  # Tries to download/install stuff if optional deps weren'\''t installed.
  '\''@swc/core'\'': false
  esbuild: false
  unrs-resolver: false
  # Tries to rebuild its bundled libs if a newer version of libvips-dev is installed, which probably isn'\''t.
  sharp: false
  # Attempt to show "remember to install other stuff" spam.
  svelte-preprocess: false
  # Attempt to show "support me" spam.
  core-js: false
  core-js-pure: false
  print-this: false

# Package compromise avoidance: Block odd protocols in subdeps
blockExoticSubdeps: true

# Some optional dependencies we don'\''t actually need.
ignoredOptionalDependencies:
  - '\''@oxc-parser/binding-wasm32-wasi'\'' # https://github.com/oxc-project/oxc/issues/21038
  - '\''@rolldown/binding-wasm32-wasi'\'' # https://github.com/rolldown/rolldown/issues/8974
  - sass-embedded-all-unknown # Brings in `sass`; platforms we support should have a binary package instead of this.
  - sass-embedded-unknown-all # Brings in `sass`; platforms we support should have a binary package instead of this.

# Dependencies needing patching.
patchedDependencies:

  # uuid up to v11 had CommonJS files with ESM content too.
  # No bug report, because it'\''s already fixed in the latest versions.
  "uuid@<11": .pnpm-patches/uuid.patch'
+ cd /tmp/renovate/repos/github/anomiex/jetpack/projects/packages/changelogger
/tmp/monorepo/.github/files/renovate-post-upgrade.sh: line 59: cd: /tmp/renovate/repos/github/anomiex/jetpack/projects/packages/changelogger: No such file or directory
+ cleanup
+ cd /tmp/renovate/repos/github/anomiex/jetpack
+ git config --unset core.hooksPath
+ true
+ git clean -qfdX

@anomiex
anomiex force-pushed the renovate/lock-file-maintenance branch from 2739ae0 to 5e38027 Compare June 9, 2026 13:32
@anomiex
anomiex force-pushed the renovate/lock-file-maintenance branch from 5e38027 to 0755610 Compare June 9, 2026 13:40
@anomiex
anomiex force-pushed the renovate/lock-file-maintenance branch 2 times, most recently from e581335 to bc5f131 Compare June 9, 2026 14:05
@anomiex
anomiex force-pushed the renovate/lock-file-maintenance branch from bc5f131 to 1ff68ac Compare June 9, 2026 14:12
@anomiex

anomiex commented Jun 11, 2026

Copy link
Copy Markdown
Owner Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@anomiex
anomiex force-pushed the trunk branch 2 times, most recently from 9e1043f to 29f9b80 Compare June 17, 2026 19:00
@anomiex
anomiex force-pushed the trunk branch 3 times, most recently from 778b3c3 to c59ea90 Compare June 23, 2026 20:40
@anomiex
anomiex force-pushed the trunk branch 2 times, most recently from 7565b57 to a7302cc Compare June 26, 2026 18:13
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.

2 participants