Bump json5 and jscodeshift in /packages/modulizer
Bumps json5 to 2.2.3 and updates ancestor dependency jscodeshift. These dependencies need to be updated together.
Updates json5 from 0.5.1 to 2.2.3
Release notes
Sourced from json5's releases.
v2.2.3
- Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299)
v2.2.2
- Fix: Properties with the name
__proto__are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).v2.2.1
- Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266)
v2.2.0
- New: Accurate and documented TypeScript declarations are now included. There is no need to install
@types/json5. (#236, #244)v2.1.3 [code, diff]
v2.1.2
- Fix: Bump
minimisttov1.2.5. (#222)v2.1.1
- New:
package.jsonandpackage.json5include amoduleproperty so bundlers like webpack, rollup and parcel can take advantage of the ES Module build. (#208)- Fix:
stringifyoutputs\0as\\x00when followed by a digit. (#210)- Fix: Spelling mistakes have been fixed. (#196)
v2.1.0
- New: The
index.mjsandindex.min.mjsbrowser builds in thedistdirectory support ES6 modules. (#187)v2.0.1
- Fix: The browser builds in the
distdirectory support ES5. (#182)v2.0.0
Major: JSON5 officially supports Node.js v6 and later. Support for Node.js v4 has been dropped. Since Node.js v6 supports ES5 features, the code has been rewritten in native ES5, and the dependence on Babel has been eliminated.
New: Support for Unicode 10 has been added.
New: The test framework has been migrated from Mocha to Tap.
New: The browser build at
dist/index.jsis no longer minified by default. A minified version is available atdist/index.min.js. (#181)Fix: The warning has been made clearer when line and paragraph separators are
... (truncated)
Changelog
Sourced from json5's changelog.
v2.2.3 [code, diff]
- Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299)
v2.2.2 [code, diff]
- Fix: Properties with the name
__proto__are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).v2.2.1 [code, diff]
- Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266)
v2.2.0 [code, diff]
- New: Accurate and documented TypeScript declarations are now included. There is no need to install
@types/json5. (#236, #244)v2.1.3 [code, diff]
v2.1.2 [code, diff]
- Fix: Bump
minimisttov1.2.5. (#222)v2.1.1 [code, [diff][d2.1.1]]
... (truncated)
Commits
c3a75242.2.394fd06ddocs: update CHANGELOG for v2.2.33b8cebfdocs(security): use GitHub security advisoriesf0fd9e1docs: publish a security policy6a91a05docs(template): bug -> bug report14f8cb12.2.210cc7cadocs: update CHANGELOG for v2.2.27774c10fix: add proto to objects and arraysedde30aReadme: slight tweak to intro97286f8Improve example in readme- Additional commits viewable in compare view
Updates jscodeshift from 0.5.1 to 0.14.0
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.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
Added
- Added a
--fail-on-errorflag to return a1error code when errors were found (#416,@marcodejongh)- Created
template.asyncExpression(#405,@jedwards1211)Changed
- Removed lodash dependency from tsx parser (#432,
@JHilkerand@robyoder)[0.12.0] 2021-04-21
Changed
- Allow transform to be a Promise (#237,
@rektide)- Support newer TypeScript syntax by upgrading to newer Babel parser (#410,
@wdougand@mfeckie)[0.11.0] 2020-09-01
Changed
- Updated
recastto latest[0.10.0] 2020-06-01
Changed
- Updated
flow-parserto latest, and enabled Flow Enums parsing by default when using Flow parser[0.8.0] 2020-05-03
Changed
- Dropped support for Node versions 6 and 8
[0.7.0] 2019-12-11
... (truncated)
Commits
2d0463a0.14.08d0bf44Removing evcodeshift referencescc9e3d3Allow the j shortcut in testUtils514f8c3add childNodesOFType to JSX traversalMethods (#415)adef04bRemoving dependency on args being in alphabetical order. (#507)af38d01Merge pull request #386 from anshckr/update_example_codemodsa045800Merge branch 'main' into update_example_codemods2a97ca5Update README.md561efa7Merge pull request #504 from facebook/bablyon-renames5f78598Add renameTo filters for Babel 6+ node types- 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 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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.