Skip to content

Comments

Build(deps): bump minimatch and jscodeshift in /migrations#39

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/migrations/multi-7feae394e0
Open

Build(deps): bump minimatch and jscodeshift in /migrations#39
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/migrations/multi-7feae394e0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 22, 2026

Removes minimatch. It's no longer used after updating ancestor dependency jscodeshift. These dependencies need to be updated together.

Removes minimatch

Updates jscodeshift from 0.15.2 to 17.3.0

Release notes

Sourced from jscodeshift's releases.

v17.3.0

Minor Changes

  • 6c2ff57: Bumps recast to allow parsing of Typescript type arguments on tagged template literals

v17.2.0

Minor Changes

  • e5fe5be: Bumps recast to resolve a bug where JSX elements are wrapped in two pairs of parenthesis

v17.1.2

Patch Changes

  • 8f60fbf: Enable async tranformers in test utils. All notable changes to this project will be documented in this file.

v17.1.1

[17.1.1] 2024-10-31

Fixed

  • Republished with temp dependency properly removed (#638, thanks @​trivikr for reporting)

17.1.0

[17.1.0] 2024-10-30

Added

  • pkg.pr.new will now be used to build an npm pakage for each commit to the repo, allowing you to more easily test changes or use new features before an official release is cut. (#622, @​Aslemammad)

Changed

Fixed

  • Removed old docs command from package.json since the new docs are in the website folder, which has instructions in its README.

17.0.0

[17.0.0] 2024-08-06

We needed to go from v0.x to a major release, and it may as well happen now. jscodeshift has been around for nine years though, so going to v1.0.0 didn't feel quite right. I've instead promoted the minor version number to a major version number, similar to what React did when it went from 0.14 to 15.0.

Fixed

  • Node.js 16 is now explicitly specified as the minimum required version. It was already required due to some dependencies requiring it, but this makes it explicit (#607, @​trivikr)

Added

Changed

Changelog

Sourced from jscodeshift's changelog.

17.3.0

Minor Changes

  • 6c2ff57: Bumps recast to allow parsing of Typescript type arguments on tagged template literals

17.2.0

Minor Changes

  • e5fe5be: Bumps recast to resolve a bug where JSX elements are wrapped in two pairs of parenthesis

17.1.2

Patch Changes

  • 8f60fbf: Enable async tranformers in test utils. All notable changes to this project will be documented in this file.

[17.1.1] 2024-10-31

Fixed

  • Republished with temp dependency properly removed (#638, thanks @​trivikr for reporting)

[17.1.0] 2024-10-30

Added

  • pkg.pr.new will now be used to build an npm pakage for each commit to the repo, allowing you to more easily test changes or use new features before an official release is cut. (#622, @​Aslemammad)

Changed

Fixed

  • Removed old docs command from package.json since the new docs are in the website folder, which has instructions in its README.

[17.0.0] 2024-08-06

We needed to go from v0.x to a major release, and it may as well happen now. jscodeshift has been around for nine years though, so going to v1.0.0 didn't feel quite right. I've instead promoted the minor version number to a major version number, similar to what React did when it went from 0.14 to 15.0.

Fixed

  • Node.js 16 is now explicitly specified as the minimum required version. It was already implicitly required due to some dependencies requiring it, but this wasn't explicitly specified until now. (#607, @​trivikr)

Added

... (truncated)

Commits
  • 4e1aa60 Version Packages
  • b04510b Bump prismjs from 1.29.0 to 1.30.0 in /website
  • eb6a2fb Bump @​babel/helpers from 7.26.0 to 7.26.10 in /website
  • 6c2ff57 Bump recast to 0.23.10 - resolve parse failure for Typescript tagged template...
  • b858e34 Version Packages
  • e5fe5be bumps recast to the latest to resolve jsx double brackets issue (#651)
  • 12e5412 Publish <version> (#647)
  • 8f60fbf Enable async tranformers in test utils (#646)
  • db66545 Bump nanoid from 3.3.7 to 3.3.8 in /website
  • 6d20460 Bump astro from 4.11.3 to 4.16.18 in /website
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by danbuild, a new releaser for jscodeshift since your current version.

Install script changes

This version modifies prepare script 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [minimatch](https://github.com/isaacs/minimatch). It's no longer used after updating ancestor dependency [jscodeshift](https://github.com/facebook/jscodeshift). These dependencies need to be updated together.


Removes `minimatch`

Updates `jscodeshift` from 0.15.2 to 17.3.0
- [Release notes](https://github.com/facebook/jscodeshift/releases)
- [Changelog](https://github.com/facebook/jscodeshift/blob/main/CHANGELOG.md)
- [Commits](facebook/jscodeshift@v0.15.2...v17.3.0)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 
  dependency-type: indirect
- dependency-name: jscodeshift
  dependency-version: 17.3.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 22, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants