Bump yargs-parser and webpack in /react/reactERP
Bumps yargs-parser to 20.2.9 and updates ancestor dependency webpack. These dependencies need to be updated together.
Updates yargs-parser from 4.2.1 to 20.2.9
Release notes
Sourced from yargs-parser's releases.
yargs-parser yargs-parser-v20.2.9
Bug Fixes
- build: fixed automated release pipeline (1fe9135)
yargs-parser yargs-parser-v20.2.8
Bug Fixes
- deno: force relese for Deno (6687c97)
- locale: Turkish camelize and decamelize issues with toLocaleLowerCase/toLocaleUpperCase (2617303)
- perf: address slow parse when using unknown-options-as-args (#394) (441f059)
- string-utils: detect [0,1] ranged values as numbers (#388) (efcc32c)
yargs-parser yargs-parser-v15.0.3
Bug Fixes
- build: should use releases_created when using manifest (49ea4ef)
yargs-parser yargs-parser-v15.0.2
Bug Fixes
Changelog
Sourced from yargs-parser's changelog.
20.2.9 (2021-06-20)
Bug Fixes
- build: fixed automated release pipeline (1fe9135)
20.2.8 (2021-06-20)
Bug Fixes
- locale: Turkish camelize and decamelize issues with toLocaleLowerCase/toLocaleUpperCase (2617303)
- perf: address slow parse when using unknown-options-as-args (#394) (441f059)
- string-utils: detect [0,1] ranged values as numbers (#388) (efcc32c)
20.2.7 (2021-03-10)
Bug Fixes
- deno: force release for Deno (6687c97)
20.2.6 (2021-02-22)
Bug Fixes
20.2.5 (2021-02-13)
Bug Fixes
20.2.4 (2020-11-09)
Bug Fixes
20.2.3 (2020-10-16)
Bug Fixes
... (truncated)
Commits
3859e74chore: release main (#404)1fe9135fix(build): fixed automated release pipeline9eb9c2fchore: release main (#398)4b9e134build: should be releases_created441f059fix(perf): address slow parse when using unknown-options-as-args (#394)fb22816build: switch from master to maina0a0814build: switch to manifest based releases (#396)088481cdocs: fix typos in README.md (#379)6877a2dtest: add test for optimized output (#373)2cfab05refactor: quote properties used for meta-programming- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by oss-bot, a new releaser for yargs-parser since your current version.
Updates webpack from 2.7.0 to 5.84.1
Release notes
Sourced from webpack's releases.
v5.84.1
Bug Fixes
- Fix regression in inner graph for reserved identifiers by
@alexander-akaitin webpack/webpack#17265Dependencies & Maintenance
- Bump
@types/jestfrom 29.5.0 to 29.5.1 by@dependabotin webpack/webpack#17027- Bump simple-git from 3.18.0 to 3.19.0 by
@dependabotin webpack/webpack#17263Full Changelog: https://github.com/webpack/webpack/compare/v5.84.0...v5.84.1
v5.84.0
New Features
- SourceMapDevToolPlugin now supports
appendoption as a function by@snitin315in webpack/webpack#17252Bugfixes
- Fix multiple bugs referencing class names when shadowed by import name in properties and methods by
@alexander-akaitin webpack/webpack#17233- Allow DefinePlugin shorthand property by
@shamoilarsiin webpack/webpack#17231- [CSS] - Fix edge cases in parsing
@importby@alexander-akaitin webpack/webpack#17229Developer Experience
- Increase type coverage for serialization classes by
@alexander-akaitin webpack/webpack#17243- Increase type coverage for
JavascriptParserandModuleDependencysubclasses by@alexander-akaitin webpack/webpack#17236- Increase type coverage to
strict-mode quality for Configuration/Normalization objects by@alexander-akaitin webpack/webpack#17247- Refactor duplicate strings by replacing them with constant for webpack_require instead of string literal by
@burhanudayin webpack/webpack#17228- Add test case for
with { type: "json" }by@alexander-akaitin webpack/webpack#17230- Add test case for destructuring by
@alexander-akaitin webpack/webpack#17248Dependencies & Maintenance
- Add GitHub discussions badge in README by
@snitin315in webpack/webpack#17251- Bump enhanced-resolve to 5.14.1 by
@TheLarkInnin webpack/webpack#17257- Bump
@types/nodefrom 20.1.7 to 20.2.0 by@dependabotin webpack/webpack#17219- Bump
@types/nodefrom 20.2.0 to 20.2.1 by@dependabotin webpack/webpack#17226- Bump webpack-cli from 5.1.0 to 5.1.1 by
@dependabotin webpack/webpack#17164- Bump eslint from 8.39.0 to 8.40.0 by
@dependabotin webpack/webpack#17148- Bump
@babel/corefrom 7.21.4 to 7.21.8 by@dependabotin webpack/webpack#17126- Bump
@types/nodefrom 20.2.1 to 20.2.3 by@dependabotin webpack/webpack#17238- Bump eslint from 8.40.0 to 8.41.0 by
@dependabotin webpack/webpack#17237New Contributors
@shamoilarsimade their first contribution in webpack/webpack#17231Full Changelog: https://github.com/webpack/webpack/compare/v5.83.1...v5.84.0
v5.83.1
Bug Fixes
- Fix regression in import/export normailization effecting mini-css-extract-plugin by
@alexander-akaitin webpack/webpack#17214Full Changelog: https://github.com/webpack/webpack/compare/v5.83.0...v5.83.1
... (truncated)
Commits
71d9a215.84.11b78f62Merge pull request #17265 from webpack/issue-172649d97d89fix: handle more cases0d8f4d0test: added moreb34ff83test: added234fc91fix: regression in inner graphc0542ddMerge pull request #17263 from webpack/dependabot/npm_and_yarn/simple-git-3.19.0d52f2c5chore(deps-dev): bump simple-git from 3.18.0 to 3.19.0d20aabeMerge pull request #17027 from webpack/dependabot/npm_and_yarn/types/jest-29.5.14d4caf15.84.0- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by thelarkinn, a new releaser for webpack 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) You can disable automated security fix PRs for this repo from the Security Alerts page.