Skip to content

Bump jscodeshift from 0.16.1 to 17.3.0 #19

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2025

Bumps jscodeshift from 0.16.1 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.


Dependabot compatibility score

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 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)

Bumps [jscodeshift](https://github.com/facebook/jscodeshift) from 0.16.1 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.16.1...v17.3.0)

---
updated-dependencies:
- dependency-name: jscodeshift
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 24, 2025
@tschaub
Copy link
Member

tschaub commented Mar 26, 2025

Peer dependencies again codemodsquad/jscodeshift-add-imports#42

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.

1 participant