RPG-Web-Character-Creator
RPG-Web-Character-Creator copied to clipboard
Bump json5, react-scripts, @nrwl/cypress, @nrwl/react, @nrwl/web and tsconfig-paths
Bumps json5 to 2.2.2 and updates ancestor dependencies json5, react-scripts, @nrwl/cypress, @nrwl/react, @nrwl/web and tsconfig-paths. These dependencies need to be updated together.
Updates json5
from 2.1.3 to 2.2.2
Release notes
Sourced from json5's releases.
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
Changelog
Sourced from json5's changelog.
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]
Commits
14f8cb1
2.2.210cc7ca
docs: update CHANGELOG for v2.2.27774c10
fix: add proto to objects and arraysedde30a
Readme: slight tweak to intro97286f8
Improve example in readmed720b4f
Improve readme (e.g. explain JSON5 better!) (#291)910ce25
docs: fix spelling of Aseem2aab4dd
test: require tap as t in cli tests6d42686
test: remove mocha syntax from tests4798b9d
docs: update installation and usage for modules- Additional commits viewable in compare view
Updates react-scripts
from 3.4.1 to 5.0.1
Changelog
Sourced from react-scripts's changelog.
3.4.4 (2020-10-20)
v3.4.4 release bumps
resolve-url-loader
to a version for whichnpm audit
does not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.Migrating from 3.4.3 to 3.4.4
Inside any created project that has not been ejected, run:
npm install --save --save-exact [email protected]
or
yarn add --exact [email protected]
3.4.3 (2020-08-12)
v3.4.3 release bumps
terser-webpack-plugin
to a version for whichnpm audit
does not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.Migrating from 3.4.2 to 3.4.3
Inside any created project that has not been ejected, run:
npm install --save --save-exact [email protected]
or
yarn add --exact [email protected]
3.4.2 (2020-08-11)
v3.4.2 release bumps
webpack-dev-server
to a version for whichnpm audit
does not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.
Commits
19fa58d
Publish9802941
fix: webpack noise printed only if error or warning (#12245)2eef1d0
Update templates to use React 18createRoot
(#12220)221e511
Publish5614c87
Add support for Tailwind (#11717)20edab4
fix(webpackDevServer): disable overlay for warnings (#11413)3afbbc0
Update all dependencies (#11624)f5467d5
feat(eslint-config-react-app): support ESLint 8.x (#11375)c7627ce
Update webpack and dev server (#11646)544befe
Update package.json (#11597)- Additional commits viewable in compare view
Updates @nrwl/cypress
from 9.5.1 to 15.4.2
Release notes
Sourced from @nrwl/cypress
's releases.
15.4.2
15.4.2 (2022-12-27)
Bug Fixes
- bundling: update rollup-plugin-typescript2 to fix typechecking ... (#14020) (95a3bbf)
- core: adding
@nrwl/vite
to packageGroup (d3ef0ea)- core: fix the parsing of projects and targets (c3f0cef)
- js: node executor address already in use (#14023) (4c5a139)
- testing: change ignoreTestFiles to excludeSpecPattern for cy10+ (#13942) (e91179e)
Features
15.4.1
15.4.1 (2022-12-23)
Bug Fixes
- core: special case projects for lerna users (f0d67b5)
15.4.0
15.4.0 (2022-12-22)
Bug Fixes
- angular: cache server build (#13933) (2614669)
- angular: handle not provided path when generating a component without the project option (#13877) (4e54b1a)
- angular: missing remotes form mf config should not break mf server (#13901) (dc4a123)
- angular: support target-less projects in update-15-2-0 (#13755) (9ac9491)
- bundling: pass --force option to vite dev-server (#13905) (49fa93b)
- bundling: support custom outExtension for ESM and CJS (e.g. .mjs) (#13985) (98ed2ea)
- core: additional null check when hashing lockfile (#13803) (efa6ef0)
- core: consult root package.json when resolving peer deps on package generation (#13949) (f3465a9)
- core: ensure yarn patch and path versions are correct when pruning (#13847) (03be42e)
- core: fix lock file pruning multiple versions of dependencies (#13915) (c51c178)
- core: fix lock file pruning optional dependencies (#13830) (a2adf50)
- core: fix pruning of pnpm lockfiles with github packages (#13875) (20c4782)
- core: handle local workspace projects in package.json for affected locator (#13728) (65ecd9c)
- core: ignore angular.json projects if
@nrwl/angular
is not insta… (#13827) (92d33f9)- core: local plugins should work on windows (#13801) (75c34c3)
- core: move generator should work if there are comments in tsconfig #13740 (#13866) (4f98e37)
- core: reduce likelihood of ENAMETOOLONG error on windows (#13850) (5eabd6c)
- core: skip npm nested lockfile key mismatch (#13872) (bbfc0fb)
- devkit: do not move properties when nx.json doesn't exist (#13825) (3fd1841)
... (truncated)
Commits
e91179e
fix(testing): change ignoreTestFiles to excludeSpecPattern for cy10+ (#13942)4f9b9d4
feat(testing): remove unused dependencies from@nrwl/cypress
(#13771)1ef01f8
feat(testing): cypress vite (#13474)5d910c0
fix(testing): rename cy 10 migration to 11 (#13646)2c81904
fix(angular): fix imports into nx from ng-add (#13645)6f8a849
fix(testing): handle cypress-project generation for standalone projects (#13602)fe062f4
fix(core): deduce layout directory110b5f2
feat(core): enable linter on root projects (#13347)6d35fd4
chore(core): reconcile functions to find project of a path (#13364)16fd437
feat(misc): derive workspace layout dynamically- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by nrwlowner, a new releaser for @nrwl/cypress
since your current version.
Updates @nrwl/react
from 9.5.1 to 15.4.2
Release notes
Sourced from @nrwl/react
's releases.
15.4.2
15.4.2 (2022-12-27)
Bug Fixes
- bundling: update rollup-plugin-typescript2 to fix typechecking ... (#14020) (95a3bbf)
- core: adding
@nrwl/vite
to packageGroup (d3ef0ea)- core: fix the parsing of projects and targets (c3f0cef)
- js: node executor address already in use (#14023) (4c5a139)
- testing: change ignoreTestFiles to excludeSpecPattern for cy10+ (#13942) (e91179e)
Features
15.4.1
15.4.1 (2022-12-23)
Bug Fixes
- core: special case projects for lerna users (f0d67b5)
15.4.0
15.4.0 (2022-12-22)
Bug Fixes
- angular: cache server build (#13933) (2614669)
- angular: handle not provided path when generating a component without the project option (#13877) (4e54b1a)
- angular: missing remotes form mf config should not break mf server (#13901) (dc4a123)
- angular: support target-less projects in update-15-2-0 (#13755) (9ac9491)
- bundling: pass --force option to vite dev-server (#13905) (49fa93b)
- bundling: support custom outExtension for ESM and CJS (e.g. .mjs) (#13985) (98ed2ea)
- core: additional null check when hashing lockfile (#13803) (efa6ef0)
- core: consult root package.json when resolving peer deps on package generation (#13949) (f3465a9)
- core: ensure yarn patch and path versions are correct when pruning (#13847) (03be42e)
- core: fix lock file pruning multiple versions of dependencies (#13915) (c51c178)
- core: fix lock file pruning optional dependencies (#13830) (a2adf50)
- core: fix pruning of pnpm lockfiles with github packages (#13875) (20c4782)
- core: handle local workspace projects in package.json for affected locator (#13728) (65ecd9c)
- core: ignore angular.json projects if
@nrwl/angular
is not insta… (#13827) (92d33f9)- core: local plugins should work on windows (#13801) (75c34c3)
- core: move generator should work if there are comments in tsconfig #13740 (#13866) (4f98e37)
- core: reduce likelihood of ENAMETOOLONG error on windows (#13850) (5eabd6c)
- core: skip npm nested lockfile key mismatch (#13872) (bbfc0fb)
- devkit: do not move properties when nx.json doesn't exist (#13825) (3fd1841)
... (truncated)
Commits
1380ddf
feat(react): expose setupTailwindGenerator from@nrwl/react
(#14029)6c6fd7c
fix(vite): improve vite configuration (#13978)77d8ee4
fix(storybook): optional-chain typeName (#13951)82fbb98
feat(misc): dont generate defaultProject for non standalone workspaces2614669
fix(angular): cache server build (#13933)37dc336
fix(nx/react): wrong svg import processing (#12477)19fd40d
docs(nxdev): refactor docs sources generation and app consumption (#13834)9ac6366
fix(react-native): support React Native buildable libs that do not use SVGR (...6a28842
fix(react): load svg component in buildable library (#12226)99983e9
fix(react): default bundler to vite when deprecated buildable option is used ...- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by nrwlowner, a new releaser for @nrwl/react
since your current version.
Updates @nrwl/web
from 9.5.1 to 15.4.2
Release notes
Sourced from @nrwl/web
's releases.
15.4.2
15.4.2 (2022-12-27)
Bug Fixes
- bundling: update rollup-plugin-typescript2 to fix typechecking ... (#14020) (95a3bbf)
- core: adding
@nrwl/vite
to packageGroup (d3ef0ea)- core: fix the parsing of projects and targets (c3f0cef)
- js: node executor address already in use (#14023) (4c5a139)
- testing: change ignoreTestFiles to excludeSpecPattern for cy10+ (#13942) (e91179e)
Features
15.4.1
15.4.1 (2022-12-23)
Bug Fixes
- core: special case projects for lerna users (f0d67b5)
15.4.0
15.4.0 (2022-12-22)
Bug Fixes
- angular: cache server build (#13933) (2614669)
- angular: handle not provided path when generating a component without the project option (#13877) (4e54b1a)
- angular: missing remotes form mf config should not break mf server (#13901) (dc4a123)
- angular: support target-less projects in update-15-2-0 (#13755) (9ac9491)
- bundling: pass --force option to vite dev-server (#13905) (49fa93b)
- bundling: support custom outExtension for ESM and CJS (e.g. .mjs) (#13985) (98ed2ea)
- core: additional null check when hashing lockfile (#13803) (efa6ef0)
- core: consult root package.json when resolving peer deps on package generation (#13949) (f3465a9)
- core: ensure yarn patch and path versions are correct when pruning (#13847) (03be42e)
- core: fix lock file pruning multiple versions of dependencies (#13915) (c51c178)
- core: fix lock file pruning optional dependencies (#13830) (a2adf50)
- core: fix pruning of pnpm lockfiles with github packages (#13875) (20c4782)
- core: handle local workspace projects in package.json for affected locator (#13728) (65ecd9c)
- core: ignore angular.json projects if
@nrwl/angular
is not insta… (#13827) (92d33f9)- core: local plugins should work on windows (#13801) (75c34c3)
- core: move generator should work if there are comments in tsconfig #13740 (#13866) (4f98e37)
- core: reduce likelihood of ENAMETOOLONG error on windows (#13850) (5eabd6c)
- core: skip npm nested lockfile key mismatch (#13872) (bbfc0fb)
- devkit: do not move properties when nx.json doesn't exist (#13825) (3fd1841)
... (truncated)
Commits
6c6fd7c
fix(vite): improve vite configuration (#13978)82fbb98
feat(misc): dont generate defaultProject for non standalone workspaces61d7d74
fix(misc): fix tsconfig file includes67c7822
fix(react): add missing style preprocessors when using Vite (#13600)dbc673d
fix(testing): remove jest.config.ts from vitest setups (#13586)3a39f95
cleanup(core): create a shared add-babel-input function (#13538)fe062f4
fix(core): deduce layout directory19a6da3
fix(bundling): place files in the right folders for Web Vite apps (#13464)f0f60fb
fix(testing): web and react application fixes for vitest's insourceTests (#13...a63a25d
feat(react): add Vite bundler option for buildable libraries (#13382)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by nrwlowner, a new releaser for @nrwl/web
since your current version.
Updates tsconfig-paths
from 3.9.0 to 3.14.1
Changelog
Sourced from tsconfig-paths's changelog.
[3.14.1] - 2022-03-22
Fixed
- Use minimist 1.2.6 for all depencencies becuase of pollution vulnerability. See PR #197. Thanks to
@gopijaganthan
for this fix![3.14.0] - 2022-03-13
Added
- Support for path mapping starting with
/
. See PR #180, issue #113, and issue #128. Thanks to@benevbright
for this fix![3.13.0] - 2022-03-03
Added
- Include file extension in paths resolved from package.json "main" field. See PR #135 and issue #133. Thanks to
@katywings
for this fix![3.12.0] - 2021-08-24
- Add support for baseUrl override using TS_NODE_BASEURL env var #185 and #114. Thanks to
@ejhayes
and@information-security
for these PRs![3.11.0] - 2021-08-24
- Reverted upgrade of json5 due to being a breaking change. See PR #173.
[3.10.1] - 2021-07-06
Fixed
- Add register.js to published files
[3.10.0] - 2021-07-06
Added
Fixed
- Update CHANGELOG.md (#96). Thanks to
@OliverJAsh
for this PR!- Fix "bootstraping" typo (#111). Thanks to
@KRMisha
for this PR!- Update Readme fixes #116 (#123). Thanks to
@benwinding
for this PR!- Fixed typo (#144). Thanks to
@mprinc
for this PR!- [TYPO] src/mapping-entry.ts (#145). Thanks to
@mprinc
for this PR!- docs(README): fix typos (#156). Thanks to
@PiDelport
for this PR!- deps: bump json5 to use type definition provided officially (#158). Thanks to
@koba04
for this PR!- Update tsconfig-loader.ts (#161). Thanks to
@fecqs
for this PR!- fix typo (#165). Thanks to
@wonda-tea-coffee
for this PR!- Add file extenstion to typings property value (#151). Thanks to
@dangrussell
for this PR!
Commits
df9a47f
v3.14.109d696f
Update changelog for 3.14.122b9d74
Use minimist 1.2.6 for all depsb5d9eac
Fixing pollution vulnerability in minimist (#197)8062f65
v3.14.08c62137
Update changelog for 3.1402c37bc
Fix the root path (#180)60829c8
v3.13.087a9cb0
Update changelog for 3.13.095b7312
Add missing extensions- Additional commits viewable in compare view
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 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) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will 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.