Bump braces and jscodeshift in /packages/modulizer
Bumps braces to 3.0.3 and updates ancestor dependency jscodeshift. These dependencies need to be updated together.
Updates braces from 1.8.5 to 3.0.3
Changelog
Sourced from braces's changelog.
Release history
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Changelogs are for humans, not machines.
- There should be an entry for every single version.
- The same types of changes should be grouped.
- Versions and sections should be linkable.
- The latest version comes first.
- The release date of each versions is displayed.
- Mention whether you follow Semantic Versioning.
Changelog entries are classified using the following labels (from keep-a-changelog):
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.[3.0.0] - 2018-04-08
v3.0 is a complete refactor, resulting in a faster, smaller codebase, with fewer deps, and a more accurate parser and compiler.
Breaking Changes
- The undocumented
.makeRemethod was removedNon-breaking changes
- Caching was removed
[2.3.2] - 2018-04-08
- start refactoring
- cover sets
... (truncated)
Commits
74b2db23.0.388f1429update eslint. lint, fix unit tests.415d660Snyk js braces 6838727 (#40)190510ffix tests, skip 1 test in test/braces.expand716eb9freadme bumpa5851e5Merge pull request #37 from coderaiser/fix/vulnerability2092bd1feature: braces: add maxSymbols (https://github.com/micromatch/braces/issues/...9f5b4cffix: vulnerability (https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727)98414f9remove funding file665ab5dupdate keepEscaping doc (#27)- Additional commits viewable in compare view
Updates jscodeshift from 0.5.1 to 0.15.2
Release notes
Sourced from jscodeshift's releases.
0.13.1
Changed
- Switched from
colorstochalkto mitigate a security vulnerability in[email protected].Full Changelog: https://github.com/facebook/jscodeshift/compare/0.13.0...0.13.1
v0.7.0
Added
Changed
- Moved from BSD to MIT license
Fixed
- No longer throw an error when calling jscodeshift on a non-existent path (#334,
@threepointone)- Preserve the original file extension in remote files (#317,
@samselikoff)v0.6.4
Changed
- Allow writing tests in TypeScript (#308)
- Better handling of
.gitingorefiles: Ignore comments and support\r\nline breaks (#306)v0.6.3
Fixed
- Don't throw an error when jscodeshift processes an empty set of files (#295,
@skovhus).renameToshould not rename class properties (#296,@henryqdineen).- Custom/unknown CLI parameters are parsed as JSON, just like nomnom used to do.
v0.6.2
Changed
@babel/register/@babel/preset-envis configured to not transpile any language features that the running Node process supports. That means if you use features in your transform code supported by the Node version you are running, they will be left as is. Most of ES2015 is actually supported since Node v6.- Do not transpile object rest/spread in transform code if supported by running Node version.
Fixed
- Presets and plugins passed to
@babel/registerare now properly named and loaded.v0.6.1
Added
... (truncated)
Changelog
Sourced from jscodeshift's changelog.
[0.15.2] 2024-02-21
Fixed
[0.15.1] 2023-10-28
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)[0.15.0] 2023-05-07
Changed
- Upgraded to recast 0.23.1 (#544,
@ryanrhee)- Make
@babel/preset-envoptional (#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)[0.14.0] 2022-10-04
Added
- Added a
defineSnapshotTestFromFixturetest util (#471,@shriuken)- Added
renameTofilters for Babel 6+ node types (#412 and #504,@elonvoloand@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)[0.13.1] 2022-01-10
Changed
- Switched from
colorstochalkto mitigate a security vulnerability in[email protected].[0.13.0] 2021-06-26
... (truncated)
Commits
4851fc80.15.26869004Process all supported JavaScript extensions by default51da1a50.15.1eef1f9efix(unit tests): Fix for unit tests broken by #562f50f74cupdate babel-related packagese70c31cfix(worker): Update Worker.jsc2ba556Respect extensions when filtering individual filesba0e04fUpgrade recast to 0.23.3701e201Update caniuse-lite to avoid out-of-date warning breaking testsbf122d3Bump semver from 5.7.1 to 5.7.2- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by daniel15, a new releaser for jscodeshift since your current version.
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.