nextjs-material-pwa
nextjs-material-pwa copied to clipboard
chore(deps): update dependency jscodeshift to v17
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| jscodeshift | ^0.13.1 -> ^17.0.0 |
Release Notes
facebook/jscodeshift (jscodeshift)
v17.1.1
Fixed
v17.1.0
Added
pkg.pr.newwill 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
- Replaced
templibrary withtmp(#633, @r4zendev)
Fixed
- Removed old
docscommand frompackage.jsonsince the new docs are in thewebsitefolder, which has instructions in its README.
v17.0.0
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
- A new jscodeshift website has launched, thanks to the team at Codemod. (#592, @mohab-sameh with some tweaks by @morinokami)
- Added collection functions for import declarations, including finding imports and inserting new imports (#617, @danieldelcore)
Changed
- Enabled TypeScript
importAttributes(#585, @benasher44) anddecoratorAutoAccessors(#594, @syi0808) plugins - Removed or replaced various outdated and unused dependencies (#601, #605, #609, #613, @trivikr)
- Started using Corepack to manage Yarn version (#599, @trivikr)
v0.16.1
Fixed
- Removed old
babel-coredependency that was unused but caused security scanners to flag vulnerabilities.
v0.16.0
Added
- Added a
--gitignoreflag to avoid transforming any files listed in.gitignore(#508, @ElonVolo)
Changed
- Updated various dependencies to latest version (#588, @ElonVolo)
v0.15.2
Fixed
v0.15.1
Changed
- Upgraded to recast 0.23.3 (#564, @ashsearle)
- Enable
@babel/plugin-proposal-private-methodsin worker (#568, @sibelius) - Upgraded Babel packages (#570, @dartess)
Fixed
- Respect extensions cli option when filtering individual files (#562, @robcmills)
- Fixed unit test after #562 broke them (#575, @ElonVolo)
v0.15.0
Changed
- Upgraded to recast 0.23.1 (#544, @ryanrhee)
- Make @babel/preset-env optional (#480, @SimenB)
Fixed
- Force LF line ending in bin/jscodeshift.sh (#555, @jakeboone02)
- Use transform's exported parser in testUitls (#528, @CrispyBacon12)
- Ensure jscodeshift doesn't load Babel config file (#460, @raon0211)
v0.14.0
Added
- Added a
defineSnapshotTestFromFixturetest util (#471, @shriuken) - Added
renameTofilters for Babel 6+ node types (#412 and #504, @elonvolo and @henryqdineen) - Added
childNodesOfTypeto JSX traversal methods (#415, @j13huang)
Changed
- Bumped dependency versions
- Allow arguments in
--helpto be listed in an order other than alphabetically, so they can instead be grouped thematically (#507, @elonvolo) - Allow the
jshortcut in test utils (#515, @no23reason)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.