chore(deps): bump module-replacements from 3.0.0-beta.0 to 3.0.0-beta.4 in the production-dependencies group#199
Merged
43081j merged 1 commit intoMar 30, 2026
Conversation
Bumps the production-dependencies group with 1 update: [module-replacements](https://github.com/es-tooling/module-replacements). Updates `module-replacements` from 3.0.0-beta.0 to 3.0.0-beta.4 - [Release notes](https://github.com/es-tooling/module-replacements/releases) - [Commits](e18e/module-replacements@3.0.0-beta.0...3.0.0-beta.4) --- updated-dependencies: - dependency-name: module-replacements dependency-version: 3.0.0-beta.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
|
| 📦 Package | 📋 Versions |
|---|---|
| js-tokens | 2 versions
|
| semver | 3 versions
|
| make-dir | 2 versions
|
| eslint-visitor-keys | 2 versions
|
| balanced-match | 2 versions
|
| brace-expansion | 2 versions
|
| minimatch | 2 versions
|
| @humanwhocodes/retry | 2 versions
|
| @octokit/openapi-types | 2 versions
|
| @octokit/types | 2 versions
|
| ignore | 2 versions
|
| find-up | 2 versions
|
| locate-path | 2 versions
|
| picomatch | 2 versions
|
| p-limit | 2 versions
|
| p-locate | 2 versions
|
| path-exists | 2 versions
|
💡 To find out what depends on a specific package, run: npm ls example-package
commit: |
alieron
pushed a commit
to alieron/cli
that referenced
this pull request
May 10, 2026
Bumps the production-dependencies group with 1 update: [module-replacements](https://github.com/es-tooling/module-replacements). Updates `module-replacements` from 3.0.0-beta.0 to 3.0.0-beta.4 - [Release notes](https://github.com/es-tooling/module-replacements/releases) - [Commits](e18e/module-replacements@3.0.0-beta.0...3.0.0-beta.4) --- updated-dependencies: - dependency-name: module-replacements dependency-version: 3.0.0-beta.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
43081j
added a commit
that referenced
this pull request
May 10, 2026
* Add option for JSON output file * Moved back to JSON output * Adding Core-JS detection to CLI * Update core-js.ts * Fixed lint issues in test * Update src/analyze/core-js.ts Co-authored-by: paul valladares <85648028+dreyfus92@users.noreply.github.com> * Move to filesystem * Change target * Added comment * More detection * Import * Removed build check * Install * Vitest Version Missmatch * Merged in vitest fix * Removed lock * Fixes * Updated package * Updated files filter * chore(deps): bump module-replacements (#199) Bumps the production-dependencies group with 1 update: [module-replacements](https://github.com/es-tooling/module-replacements). Updates `module-replacements` from 3.0.0-beta.0 to 3.0.0-beta.4 - [Release notes](https://github.com/es-tooling/module-replacements/releases) - [Commits](e18e/module-replacements@3.0.0-beta.0...3.0.0-beta.4) --- updated-dependencies: - dependency-name: module-replacements dependency-version: 3.0.0-beta.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: move module-replacements URLs (#204) We moved the module-replacements repo to e18e now, so these links need updating. * Add script to generate fixable syntax replacements * Add simple syntax replacement plugin for analyze * Remove code generation and add check to analyze command * Restore generate module replacements script in package.json * chore: revert sorting keys * De-dupe source files glob * Import CodeMod interface from the codemods package * Add tests for web features codemods analysis * Add additional testcases --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Alexander Karan <tech@alexanderkaran.com> Co-authored-by: Alexander Karan <47707063+AlexanderKaran@users.noreply.github.com> Co-authored-by: paul valladares <85648028+dreyfus92@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Garbutt <43081j@users.noreply.github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 production-dependencies group with 1 update: module-replacements.
Updates
module-replacementsfrom 3.0.0-beta.0 to 3.0.0-beta.4Release notes
Sourced from module-replacements's releases.
... (truncated)
Commits
e302b2ffix: set engine asnodejs(#478)a490b1adocs: add backticks around code snippets in descriptions (#477)3622b45chore: run lint on publish (#475)f4d1a46chore: validateexamplecode (#474)eb5511cfeat: switch to ESM-only and import attributes (#471)40c35bfdocs: small contribution guide tweaks (#473)0f910c6docs: add contribution guide (#472)131e2d8feat: addwhatwg-urlto native manifest (#467)bed5355feat: add@supabase/node-fetchto preferred manifest (#466)5d2e4a0docs: updated pr template. issue template. and support documentation (#458)Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditions