Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 31, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@changesets/cli (source) 2.29.6 -> 2.29.7 age adoption passing confidence devDependencies patch
@rollup/plugin-node-resolve (source) 16.0.1 -> 16.0.2 age adoption passing confidence devDependencies patch
@types/node (source) 20.19.11 -> 20.19.19 age adoption passing confidence devDependencies patch
cspell (source) 9.2.0 -> 9.2.1 age adoption passing confidence devDependencies patch
eslint (source) 9.34.0 -> 9.37.0 age adoption passing confidence devDependencies minor
jdx/mise v2025.8.20 -> v2025.10.3 age adoption passing confidence minor
jest (source) 30.0.5 -> 30.2.0 age adoption passing confidence devDependencies minor
jest-config (source) 30.0.5 -> 30.2.0 age adoption passing confidence devDependencies minor
jest-mock (source) 30.0.5 -> 30.2.0 age adoption passing confidence devDependencies minor
make-fetch-happen 15.0.1 -> 15.0.2 age adoption passing confidence dependencies patch
node (source) 22.18.0 -> 22.20.0 age adoption passing confidence minor
rollup (source) 4.48.0 -> 4.52.4 age adoption passing confidence devDependencies minor
ts-jest (source) 29.4.1 -> 29.4.4 age adoption passing confidence devDependencies patch
typescript-eslint (source) 8.40.0 -> 8.45.0 age adoption passing confidence devDependencies minor

Release Notes

changesets/changesets (@​changesets/cli)

v2.29.7

Compare Source

Patch Changes
rollup/plugins (@​rollup/plugin-node-resolve)

v16.0.2

2025-10-04

Bugfixes
  • fix: error thrown with empty entry (#​1893)
streetsidesoftware/cspell (cspell)

v9.2.1

Compare Source

Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#​7795)
fix: Workflow Bot -- Update Dictionaries (main) (#​7795)
eslint/eslint (eslint)

v9.37.0

Compare Source

v9.36.0

Compare Source

v9.35.0

Compare Source

jdx/mise (jdx/mise)

v2025.10.3

Compare Source

📦 Registry
🚀 Features
  • (tasks) add experimental monorepo task support with target paths by @​jdx in #​6535
  • (tasks) respect local config_roots for monorepo tasks by @​jdx in #​6552
  • support latest suffix for Java, Python and Ruby flavoured versions by @​roele in #​6533
🐛 Bug Fixes
📚 Documentation
Chore
Hk
New Contributors

v2025.10.2

Compare Source

🐛 Bug Fixes
📦️ Dependency Updates
Security
New Contributors

v2025.10.1

Compare Source

📦 Registry
🚀 Features
🐛 Bug Fixes
Chore
New Contributors

v2025.10.0

Compare Source

📦 Registry
🚀 Features
🐛 Bug Fixes
  • (self-update) add missing functions to self_update stub by @​jdx in #​6502
  • (set) allow --prompt flag to work with mise set by @​jdx in #​6485
📚 Documentation
🧪 Testing
  • (e2e) remove deprecated MISE_LEGACY_VERSION_FILE assertions by @​jdx in #​6505
New Contributors

v2025.9.25

Compare Source

📦 Registry
🐛 Bug Fixes
  • (auto-install) support installing non-active backend versions by @​jdx in #​6484
  • (install) remove duplicate 'mise' text in install header by @​jdx in #​6489
  • (task) prevent hang when tasks with multiple dependencies fail by @​stempler in #​6481
🧪 Testing
  • (e2e) use local HTTP server instead of httpbin.org for tool-stub tests by @​jdx in #​6488
Chore
  • (ci) prevent release workflow from running on release branch pushes by @​jdx in #​6490
  • (ci) parallelize release workflow to start e2e tests earlier by @​jdx in #​6491
New Contributors

v2025.9.24

Compare Source

📦 Registry
🚀 Features
  • (age) support age encrypted env vars in mise.toml files by @​jdx in #​6463
🐛 Bug Fixes

v2025.9.23

Compare Source

🚀 Features
  • (env) add support for required environment variables by @​jdx in #​6461
🐛 Bug Fixes
  • (set) unify config file resolution for mise set and mise use by @​jdx in #​6467
Chore

v2025.9.22

Compare Source

📦 Registry
🚀 Features
  • (backend) add environment variable override for tool backends by @​jdx in #​6456
  • add a http_retries setting to define number of retry attempts by @​roele in #​6444

v2025.9.21

Compare Source

📦 Registry
🚀 Features
  • (cache) add mise cache path command by @​jdx in #​6442
  • (github) add support for compressed binaries and Buck2 to registry by @​jdx in #​6439
🐛 Bug Fixes
  • (http) bump mtime when extracting tarballs to cache by @​jdx in #​6438
🧪 Testing
Chore
  • (ci) run release workflow on PRs to main for branch protection by @​jdx in #​6448

v2025.9.20

Compare Source

📦 Registry
🚀 Features
🐛 Bug Fixes
📦️ Dependency Updates

v2025.9.19

Compare Source

📦 Registry
🚀 Features
🐛 Bug Fixes
  • (backend) make pre-tools env vars available in postinstall hooks by @​jdx in #​6418
🧪 Testing
  • (vfox) replace flaky external tests with local dummy plugin by @​jdx in #​6403
New Contributors

v2025.9.18

Compare Source

📦 Registry
🚀 Features
🐛 Bug Fixes
🧪 Testing
  • (test-tool) uninstall all versions and clear cache before installation by @​jdx in #​6393
New Contributors

v2025.9.17

Compare Source

🚀 Features
🐛 Bug Fixes
📚 Documentation
  • document MISE_ENV behavior for global/system configs by @​jdx in #​6385
New Contributors

v2025.9.16

Compare Source

📦 Registry
🐛 Bug Fixes
📚 Documentation
Chore

v2025.9.15

Compare Source

📦 Registry
🚀 Features
🐛 Bug Fixes
  • (aqua) improve GitHub token handling for sigstore verification by @​jdx in #​6351
  • (backend) change dependency checks to warnings instead of errors by @​jdx in #​6363
  • (npm) improve error message when npm/bun is not installed by @​jdx in #​6359
  • (vfox) enable TLS support for reqwest to fix CI tests by @​jdx in #​6356
🚜 Refactor
🧪 Testing
  • (e2e) resolve mise via PATH in backend missing deps test by @​jdx in #​6362
  • (vfox) replace flaky external HTTP tests with local mock server by @​jdx in #​6354
📦️ Dependency Updates
Chore
  • (install.sh) add MISE_INSTALL_MUSL to force installing musl variants on Linux by @​malept in #​6355

v2025.9.14

Compare Source

🐛 Bug Fixes
  • fix an issue where Swift could not be installed on arm64 Ubuntu by @​lish82 in #​6348
Chore
New Contributors

v2025.9.13

Compare Source

📦 Registry
🚀 Features
🐛 Bug Fixes
📚 Documentation
📦️ Dependency Updates
Chore
New Contributors

v2025.9.12

Compare Source

🐛 Bug Fixes
  • (ci) properly exclude aqua-registry files from hk linting by @​jdx in 42d7758
Chore

v2025.9.10

Compare Source

📦 Registry
🐛 Bug Fixes
  • (tool-stub) detect binary names from single-file downloads by @​jdx in #​6281
🚜 Refactor
📚 Documentation
  • (getting-started) add backends step with diagram, github example, env vars and simple tasks by @​jdx in #​6288
  • simplify OS detection in tool plugin development by @​jdx in #​6287
  • update backend plugin template references by @​jdx in 942f5eb
📦️ Dependency Updates
Chore

v2025.9.9

Compare Source

🐛 Bug Fixes
📚 Documentation
Chore

v2025.9.8

Compare Source

🐛 Bug Fixes
  • (tasks) prevent hang when task fails in sequence by @​jdx in #​6260
  • (version) fetch mise version if cached version is older than the current by @​risu729 in #​6252
📦️ Dependency Updates

v2025.9.7

Compare Source

🐛 Bug Fixes
📦️ Dependency Updates
New Contributors

v2025.9.6

Compare Source

🚀 Features
  • (backend) add Backend trait methods for metadata fetching by @​jdx in #​6228
  • (core) implement metadata fetching for Node.js and Bun by @​jdx in #​6230
  • (mise-test-tool) add release scripts for automated GitHub releases by @​jdx in bd0eadd
  • (platform) implement platform parsing and CLI integration by @​jdx in #​6227
  • migrate tools from ubi to github backend which work by @​jdx in #​6232
🐛 Bug Fixes
  • (task) use terminal width instead of hardcoded 60-char limit for task display by @​jdx in #​6218
  • (task) use terminal width instead of hardcoded 60-char limit for task display by @​jdx in #​6220
  • nix flake build failure on macOS by @​okuuva in #​6223
  • only use multi-version syntax in mise.lock by @​jdx in #​6224
🧪 Testing
Chore

v2025.9.5

Compare Source

🚀 Features
🐛 Bug Fixes
Chore

v2025.9.4

Compare Source

What's Changed

Full Changelog: jdx/mise@v2025.9.3...v2025.9.4

v2025.9.2

Compare Source

chore: release 2025.9.2 (#​6192)

🐛 Bug Fixes
  • (ci) set required environment variables for npm publishing by
    @​jdx in
    #​6189
  • (release) clean up extra newlines in release notes formatting by
    @​jdx in
    #​6190
  • (release) add proper newline after New Contributors section in
    cliff template by @​jdx in
    #​6194
  • (release) fix changelog formatting to remove extra blank lines by
    @​jdx in
    #​6195
  • (release) restore proper newline after New Contributors section by
    [@​jdx](https://redirect.g

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Los_Angeles, 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.

@renovate renovate bot added the 🎄 dependencies Updates to dependencies, generally automatically managed by Renovate. label Aug 31, 2025
@apollo-librarian
Copy link

apollo-librarian bot commented Aug 31, 2025

✅ Docs preview has no changes

The preview was not built because there were no changes.

Build ID: 88ee35fb63b9033adfc4e022
Build Logs: View logs

Copy link

codesandbox-ci bot commented Aug 31, 2025

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bf0002c to a7d39d2 Compare August 31, 2025 13:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5f6455b to 90fe271 Compare September 14, 2025 00:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a623ca8 to e648e07 Compare September 22, 2025 01:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 0d309e7 to 044f9a3 Compare September 29, 2025 00:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 99cd1d3 to fd8271b Compare October 4, 2025 17:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fd8271b to 8357e71 Compare October 6, 2025 05:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎄 dependencies Updates to dependencies, generally automatically managed by Renovate.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants