-
-
Notifications
You must be signed in to change notification settings - Fork 4
build(deps-dev): bump the npm_and_yarn group across 2 directories with 1 update #48
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
Closed
Conversation
This file contains hidden or 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
…h 1 update Bumps the npm_and_yarn group with 1 update in the / directory: [axios](https://github.com/axios/axios). Bumps the npm_and_yarn group with 1 update in the /fixtures/pnpm directory: [axios](https://github.com/axios/axios). Updates `axios` from 1.8.3 to 1.8.4 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.8.3...v1.8.4) Updates `axios` from 1.6.2 to 1.8.2 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.8.3...v1.8.4) --- updated-dependencies: - dependency-name: axios dependency-version: 1.8.4 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: axios dependency-version: 1.8.2 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
JounQin
pushed a commit
that referenced
this pull request
Jun 10, 2025
## 🤖 New release * `oxc_resolver`: 8.0.0 -> 9.0.0 (⚠ API breaking changes) * `oxc_napi_resolver`: 8.0.0 ### ⚠ `oxc_resolver` breaking changes ```text --- failure constructible_struct_adds_field: externally-constructible struct adds field --- Description: A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field. ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/constructible_struct_adds_field.ron Failed in: field ResolveOptions.modules in /tmp/.tmpTBvVad/oxc-resolver/src/options.rs:114 --- failure trait_method_added: pub trait method added --- Description: A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/trait_method_added.ron Failed in: trait method oxc_resolver::CachedPath::module_directory in file /tmp/.tmpTBvVad/oxc-resolver/src/cache.rs:69 trait method oxc_resolver::CachedPath::cached_node_modules in file /tmp/.tmpTBvVad/oxc-resolver/src/cache.rs:76 ``` <details><summary><i><b>Changelog</b></i></summary><p> ## `oxc_resolver` <blockquote> ## [9.0.0](oxc-project/oxc-resolver@oxc_resolver-v8.0.0...oxc_resolver-v9.0.0) - 2025-05-09 ### <!-- 1 -->Bug Fixes - hash import does not need to load from node_modules ([#501](oxc-project/oxc-resolver#501)) ### <!-- 7 -->Chore - add `--tsconfig` to example ([#505](oxc-project/oxc-resolver#505)) - publish `oxc_napi_resolver` ([#496](oxc-project/oxc-resolver#496)) </blockquote> ## `oxc_napi_resolver` <blockquote> ## [8.0.0](https://github.com/oxc-project/oxc-resolver/releases/tag/oxc_napi_resolver-v8.0.0) - 2025-05-09 ### <!-- 0 -->Features - *(napi)* add mimalloc ([#423](oxc-project/oxc-resolver#423)) - [**breaking**] Rust Edition 2024 ([#402](oxc-project/oxc-resolver#402)) - expose `package_json_path` ([#376](oxc-project/oxc-resolver#376)) - *(napi)* expose module type info in ResolveResult ([#223](oxc-project/oxc-resolver#223)) - *(napi)* add tracing via `OXC_LOG:DEBUG` ([#202](oxc-project/oxc-resolver#202)) - *(napi)* add async API ([#191](oxc-project/oxc-resolver#191)) - add `imports_fields` option ([#138](oxc-project/oxc-resolver#138)) - add more builder functions for options ([#110](oxc-project/oxc-resolver#110)) - *(napi)* support wasi target ([#31](oxc-project/oxc-resolver#31)) - add file_dependencies and missing_dependencies API ([#50](oxc-project/oxc-resolver#50)) - *(napi)* expose cloneWithOptions and clearCache methods ([#40](oxc-project/oxc-resolver#40)) - *(napi)* update the doc and type for tsconfig references ([#24](oxc-project/oxc-resolver#24)) - *(napi)* add options ([#19](oxc-project/oxc-resolver#19)) - *(resolver)* add tracing-subscriber feature ([#904](https://github.com/oxc-project/oxc-resolver/pull/904)) - *(resolver)* tsconfig project references ([#862](https://github.com/oxc-project/oxc-resolver/pull/862)) - *(resolver)* add thiserror ([#847](https://github.com/oxc-project/oxc-resolver/pull/847)) - *(resolver)* implement nested alias field ([#795](https://github.com/oxc-project/oxc-resolver/pull/795)) - *(resolver)* implement tsconfig-paths ([#750](https://github.com/oxc-project/oxc-resolver/pull/750)) - *(resolver)* implement configurable `exports_fields` option ([#733](https://github.com/oxc-project/oxc-resolver/pull/733)) - *(resolver)* implement `main_fields` - *(resolver)* implement resolveToContext ([#694](https://github.com/oxc-project/oxc-resolver/pull/694)) - *(resolver)* implement restrictions (path only) ([#693](https://github.com/oxc-project/oxc-resolver/pull/693)) - *(resolver)* implement fully specified ([#687](https://github.com/oxc-project/oxc-resolver/pull/687)) - *(resolver)* imports field ([#681](https://github.com/oxc-project/oxc-resolver/pull/681)) - *(resolver)* finish most of exports field ([#674](https://github.com/oxc-project/oxc-resolver/pull/674)) - *(resolver)* port the rest of the exports field tests ([#659](https://github.com/oxc-project/oxc-resolver/pull/659)) - *(resolver)* implement symlinks ([#582](oxc-project/oxc-resolver#582)) - *(resolver)* complete query and fragment parsing ([#579](oxc-project/oxc-resolver#579)) - *(resolver)* add preferRelative and preferAbsolute ([#577](oxc-project/oxc-resolver#577)) - *(resolver)* implement roots ([#576](oxc-project/oxc-resolver#576)) - *(resolver)* implement fallback ([#572](oxc-project/oxc-resolver#572)) - *(resolver)* implement enforceExtension ([#566](oxc-project/oxc-resolver#566)) - *(resolver)* implement descriptionFiles option ([#565](oxc-project/oxc-resolver#565)) - *(resolver)* implement the basics of path alias ([#564](oxc-project/oxc-resolver#564)) - *(resolver)* accept different file system implementations ([#562](oxc-project/oxc-resolver#562)) - *(resolver)* implement browser field ([#561](oxc-project/oxc-resolver#561)) - *(resolver)* implement scoped packages ([#558](oxc-project/oxc-resolver#558)) - *(resolver)* port incorrect description file test ([#557](oxc-project/oxc-resolver#557)) - *(resolver)* implement extension_alias ([#556](oxc-project/oxc-resolver#556)) - *(resolver)* port resolve tests ([#555](oxc-project/oxc-resolver#555)) - *(resolver)* resolve extensions ([#549](oxc-project/oxc-resolver#549)) - *(resolver)* add resolver test fixtures ([#542](oxc-project/oxc-resolver#542)) ### <!-- 1 -->Bug Fixes - hash import does not need to load from node_modules ([#501](oxc-project/oxc-resolver#501)) - *(napi)* `new ResolverFactory()` options should be optional ([#256](oxc-project/oxc-resolver#256)) - *(napi)* update buggy NAPI-RS versions ([#225](oxc-project/oxc-resolver#225)) - canonicalize is not supported on wasi target ([#124](oxc-project/oxc-resolver#124)) - resolve "browser" field when "exports" is present ([#59](oxc-project/oxc-resolver#59)) ### <!-- 4 -->Refactor - [**breaking**] remove `description_files` option ([#488](oxc-project/oxc-resolver#488)) - [**breaking**] remove `modules` options ([#484](oxc-project/oxc-resolver#484)) - vitest ([#380](oxc-project/oxc-resolver#380)) - apply latest `cargo +nightly fmt` ([#281](oxc-project/oxc-resolver#281)) - selectively parse package_json fields instead of parsing everything ([#103](oxc-project/oxc-resolver#103)) - *(resolver)* clean up some code and tests - *(resolver)* change internal funcs to non-pub by moving to unit tests ([#682](https://github.com/oxc-project/oxc-resolver/pull/682)) ### <!-- 7 -->Chore - publish `oxc_napi_resolver` ([#496](oxc-project/oxc-resolver#496)) - *(napi)* make mimalloc optional to build ([#495](oxc-project/oxc-resolver#495)) - *(README)* add wasm usage example - *(README)* crates.io badge use recent downloads - *(napi)* auto download wasm binding on webcontainer ([#471](oxc-project/oxc-resolver#471)) - use root package.json for napi build ([#469](oxc-project/oxc-resolver#469)) - *(deps)* update github-actions ([#444](oxc-project/oxc-resolver#444)) - *(deps)* lock file maintenance npm packages ([#436](oxc-project/oxc-resolver#436)) - bump napi ([#404](oxc-project/oxc-resolver#404)) - *(deps)* lock file maintenance npm packages ([#391](oxc-project/oxc-resolver#391)) - *(deps)* lock file maintenance rust crates ([#390](oxc-project/oxc-resolver#390)) - *(README)* clarify Rust and node.js usages - add dprint ([#326](oxc-project/oxc-resolver#326)) - *(deps)* update napi-rs to 3.0.0-alpha - `cargo upgrade` && `pnpm upgrade` - *(deps)* update napi-rs to 3.0.0-alpha - update napi changes - *(deps)* update rust crate napi-derive to 3.0.0-alpha - *(deps)* update rust crate napi to 3.0.0-alpha - *(deps)* update napi-rs to 2.16.8 - *(napi)* make napi binary smaller with minimal tracing features ([#213](oxc-project/oxc-resolver#213)) - *(napi)* remove tokio ([#212](oxc-project/oxc-resolver#212)) - document directory is an absolute path for `resolve(directory, specifier)` ([#206](oxc-project/oxc-resolver#206)) - re-enable the wasi build ([#193](oxc-project/oxc-resolver#193)) - use pnpm workspace ([#182](oxc-project/oxc-resolver#182)) - *(deps)* update rust crates ([#176](oxc-project/oxc-resolver#176)) - *(napi)* update NAPI-RS cli version and binding template ([#111](oxc-project/oxc-resolver#111)) - update project github url - *(deps)* update pnpm to v8.14.1 ([#52](oxc-project/oxc-resolver#52)) - *(deps)* update pnpm to v8.14.0 ([#48](oxc-project/oxc-resolver#48)) - *(deps)* update pnpm to v8.13.1 ([#42](oxc-project/oxc-resolver#42)) - remove FIXME comments - *(napi)* align `*Fields` user options with enhanced-resolve ([#35](oxc-project/oxc-resolver#35)) - *(deps)* update pnpm to v8.12.1 ([#21](oxc-project/oxc-resolver#21)) - add some doc for napi TsconfigOptions ([#20](oxc-project/oxc-resolver#20)) - *(deps)* update pnpm to v8.12.0 ([#18](oxc-project/oxc-resolver#18)) - *(README)* adding debugging command from Rspack - *(deps)* update pnpm to v8.11.0 ([#9](oxc-project/oxc-resolver#9)) - *(resolver)* remove tracing_subscriber ([#1362](https://github.com/oxc-project/oxc-resolver/pull/1362)) - *(resolver)* improve documentation ([#591](oxc-project/oxc-resolver#591)) ### <!-- 8 -->CI - check for napi .d.index changes ([#491](oxc-project/oxc-resolver#491)) - *(release-napi)* support `riscv64gc-unknown-linux-gnu` and `s390x-unknown-linux-gnu` ([#451](oxc-project/oxc-resolver#451)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update javascript code
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.
Bumps the npm_and_yarn group with 1 update in the / directory: axios.
Bumps the npm_and_yarn group with 1 update in the /fixtures/pnpm directory: axios.
Updates
axios
from 1.8.3 to 1.8.4Release notes
Sourced from axios's releases.
Changelog
Sourced from axios's changelog.
Commits
9f6f97b
chore(release): v1.8.4 (#6844)f10c2e0
fix(buildFullPath): handleallowAbsoluteUrls: false
withoutbaseURL
(#6833)1e6632c
chore(deps): bump tj-actions/changed-files in the github-actions group (#6838)Updates
axios
from 1.6.2 to 1.8.2Release notes
Sourced from axios's releases.
Changelog
Sourced from axios's changelog.
Commits
9f6f97b
chore(release): v1.8.4 (#6844)f10c2e0
fix(buildFullPath): handleallowAbsoluteUrls: false
withoutbaseURL
(#6833)1e6632c
chore(deps): bump tj-actions/changed-files in the github-actions group (#6838)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.