-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump #1143
Merged
Merged
chore(deps): bump #1143
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
erunion
approved these changes
Jan 6, 2025
🎉 This PR is included in version 10.1.0-next.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
kanadgupta
added a commit
that referenced
this pull request
Jan 6, 2025
## 🧰 Changes Before: ``` Package Current Wanted Latest Location Depended by @commitlint/cli 19.6.0 19.6.1 19.6.1 node_modules/@commitlint/cli rdme @oclif/core 4.0.34 4.2.0 4.2.0 node_modules/@oclif/core rdme @oclif/plugin-autocomplete 3.2.11 3.2.16 3.2.16 node_modules/@oclif/plugin-autocomplete rdme @oclif/plugin-help 6.2.18 6.2.20 6.2.20 node_modules/@oclif/plugin-help rdme @oclif/plugin-not-found 3.2.29 3.2.33 3.2.33 node_modules/@oclif/plugin-not-found rdme @oclif/plugin-warn-if-update-available 3.1.24 3.1.29 3.1.29 node_modules/@oclif/plugin-warn-if-update-available rdme @oclif/test 4.1.2 4.1.6 4.1.6 node_modules/@oclif/test rdme @rollup/plugin-commonjs 28.0.1 28.0.2 28.0.2 node_modules/@rollup/plugin-commonjs rdme @rollup/plugin-node-resolve 15.3.0 15.3.1 16.0.0 node_modules/@rollup/plugin-node-resolve rdme @rollup/plugin-replace 6.0.1 6.0.2 6.0.2 node_modules/@rollup/plugin-replace rdme chalk 5.3.0 5.4.1 5.4.1 node_modules/chalk rdme debug 4.3.7 4.4.0 4.4.0 node_modules/debug rdme eslint 8.57.1 8.57.1 9.17.0 node_modules/eslint rdme ignore 6.0.2 6.0.2 7.0.0 node_modules/ignore rdme knip 5.39.0 5.41.1 5.41.1 node_modules/knip rdme nock 14.0.0-beta.18 14.0.0-beta.19 13.5.6 node_modules/nock rdme oas 25.0.4 25.2.1 25.2.1 node_modules/oas rdme oas-normalize 11.1.4 11.1.4 12.0.0 node_modules/oas-normalize rdme oclif 4.16.0 4.17.10 4.17.10 node_modules/oclif rdme prettier 3.4.1 3.4.2 3.4.2 node_modules/prettier rdme rollup 4.28.0 4.30.0 4.30.0 node_modules/rollup rdme table 6.8.2 6.9.0 6.9.0 node_modules/table rdme type-fest 4.29.1 4.31.0 4.31.0 node_modules/type-fest rdme undici 5.28.4 5.28.4 7.2.0 node_modules/undici rdme ``` After: ``` Package Current Wanted Latest Location Depended by eslint 8.57.1 8.57.1 9.17.0 node_modules/eslint rdme nock 14.0.0-beta.19 14.0.0-beta.19 13.5.6 node_modules/nock rdme oas 25.0.4 25.2.1 25.2.1 node_modules/oas rdme oas-normalize 11.1.4 11.1.4 12.0.0 node_modules/oas-normalize rdme undici 5.28.4 5.28.4 7.2.0 node_modules/undici rdme ``` `oas` and `oas-normalize` are being bumped in #1126 --------- Co-authored-by: Jon Ursenbach <jon@ursenba.ch>
7 tasks
kanadgupta
added a commit
that referenced
this pull request
Jan 6, 2025
## 🧰 Changes reapplies the following changes from the `next` branch onto the `v9` branch: - [x] #1124 - [x] #1125 - [x] #1126 - [x] #1127 - [x] #1143 - [x] #1144 - [x] #1141 ## 🧬 QA & Testing do tests pass? --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Jon Ursenbach <erunion@users.noreply.github.com> Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net> Co-authored-by: Jon Ursenbach <jon@ursenba.ch> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
🎉 This PR is included in version 10.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🧰 Changes
Before:
After:
oas
andoas-normalize
are being bumped in #1126