react-pwa-reference-storefront
react-pwa-reference-storefront copied to clipboard
Bump semver, webpack, webpack-cli, @storybook/react, find-cache-dir, react-dev-utils, react-scripts and ts-loader in /src/components
Bumps semver to 7.5.3 and updates ancestor dependencies semver, webpack, webpack-cli, @storybook/react, find-cache-dir, react-dev-utils, react-scripts and ts-loader. These dependencies need to be updated together.
Updates semver from 5.7.0 to 7.5.3
Release notes
Sourced from semver's releases.
v7.5.3
7.5.3 (2023-06-22)
Bug Fixes
abdd93d#571 set max lengths in regex for numeric and build identifiers (#571) (@lukekarrys)Documentation
v7.5.2
7.5.2 (2023-06-15)
Bug Fixes
58c791f#566 diff when detecting major change from prerelease (#566) (@lukekarrys)5c8efbc#565 preserve build in raw after inc (#565) (@lukekarrys)717534e#564 better handling of whitespace (#564) (@lukekarrys)v7.5.1
7.5.1 (2023-05-12)
Bug Fixes
d30d25a#559 show type on invalid semver error (#559) (@tjenkinson)v7.5.0
7.5.0 (2023-04-17)
Features
503a4e5#548 allow identifierBase to be false (#548) (@lsvalina)Bug Fixes
e219bb4#552 throw on bad version with correct error message (#552) (@wraithgar)fc2f3df#546 incorrect results from diff sometimes with prerelease versions (#546) (@tjenkinson)2781767#547 avoid re-instantiating SemVer during diff compare (#547) (@macno)v7.4.0
7.4.0 (2023-04-10)
Features
113f513#532 identifierBase parameter for .inc (#532) (@wraithgar,@b-bly)48d8f8f#530 export new RELEASE_TYPES constant (@hcharley)Bug Fixes
... (truncated)
Changelog
Sourced from semver's changelog.
7.5.3 (2023-06-22)
Bug Fixes
abdd93d#571 set max lengths in regex for numeric and build identifiers (#571) (@lukekarrys)Documentation
7.5.2 (2023-06-15)
Bug Fixes
58c791f#566 diff when detecting major change from prerelease (#566) (@lukekarrys)5c8efbc#565 preserve build in raw after inc (#565) (@lukekarrys)717534e#564 better handling of whitespace (#564) (@lukekarrys)7.5.1 (2023-05-12)
Bug Fixes
d30d25a#559 show type on invalid semver error (#559) (@tjenkinson)7.5.0 (2023-04-17)
Features
503a4e5#548 allow identifierBase to be false (#548) (@lsvalina)Bug Fixes
e219bb4#552 throw on bad version with correct error message (#552) (@wraithgar)fc2f3df#546 incorrect results from diff sometimes with prerelease versions (#546) (@tjenkinson)2781767#547 avoid re-instantiating SemVer during diff compare (#547) (@macno)7.4.0 (2023-04-10)
Features
113f513#532 identifierBase parameter for .inc (#532) (@wraithgar,@b-bly)48d8f8f#530 export new RELEASE_TYPES constant (@hcharley)Bug Fixes
940723d#538 intersects with v0.0.0 and v0.0.0-0 (#538) (@wraithgar)aa516b5#535 faster parse options (#535) (@H4ad)61e6ea1#536 faster cache key factory for range (#536) (@H4ad)f8b8b61#541 optimistic parse (#541) (@H4ad)796cbe2#533 semver.diff prerelease to release recognition (#533) (@wraithgar,@dominique-blockchain)
... (truncated)
Commits
7fdf1efchore: release 7.5.3bf53dd8docs: add example for>comparator (#569)abdd93dfix: set max lengths in regex for numeric and build identifiers (#571)e7b78dechore: release 7.5.258c791ffix: diff when detecting major change from prerelease (#566)5c8efbcfix: preserve build in raw after inc (#565)717534efix: better handling of whitespace (#564)2f738e9chore: bump@npmcli/template-ossfrom 4.14.1 to 4.15.1 (#558)aa016a6chore: release 7.5.1d30d25afix: show type on invalid semver error (#559)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by npm-cli-ops, a new releaser for semver since your current version.
Updates webpack from 4.42.0 to 5.88.0
Release notes
Sourced from webpack's releases.
v5.88.0
New Features
- [CSS] - Use
css/autoas the default css mode by@burhanudayin webpack/webpack#17399Bug Fixes
- Fix bugs related to require.context and layer by
@alexander-akaitin webpack/webpack#17388- Fix bug in runtime for CSS loading by
@alexander-akaitin webpack/webpack#17400- Correct indirect call for tagged template expressions using correct this context by
@alexander-akaitin webpack/webpack#17397- Update environment support for KaiOS browser by
@steverepin webpack/webpack#17395- Fix async module runtime code for running top-level-await by
@ahabhgkin webpack/webpack#17393Developer Experience
- Add example for stats minimal output by
@ersachin3112in webpack/webpack#17406- Significantly improve type coverage for Dependency, Runtime, Template classes by
@alexander-akaitin webpack/webpack#17394Dependencies & Maintenance
- Bump browserslist from 4.21.8 to 4.21.9 by
@dependabotin webpack/webpack#17389- Bump acorn from 8.8.2 to 8.9.0 by
@dependabotin webpack/webpack#17402- Bump eslint from 8.42.0 to 8.43.0 by
@dependabotin webpack/webpack#17401- Bump eslint-plugin-jest from 27.2.1 to 27.2.2 by
@dependabotin webpack/webpack#17407New Contributors
@steverepmade their first contribution in webpack/webpack#17395Full Changelog: https://github.com/webpack/webpack/compare/v5.87.0...v5.88.0
v5.87.0
New Features
- Implement
fetchPriorityfeature as parser option and magic comment by@alexander-akaitin webpack/webpack#17249- [CSS] - Introduce 'css/auto' as a css module type by
@ahabhgkin webpack/webpack#16577- [CSS] - Style-specific fields now automatically resolve in package.json by
@burhanudayin webpack/webpack#17346- webpack configuration API now accepts "falsy values" loaders and plugins by
@alexander-akaitin webpack/webpack#17339Bug Fixes
- Fix codecov badge in readme by
@burhanudayin webpack/webpack#17353Developer Experience
- Add link to svelte loader for webpack by
@burhanudayin webpack/webpack#17369- Increase parser API types in internal plugins across dependency plugins
@alexander-akaitin webpack/webpack#17365Dependencies & Maintenance
- Bump memfs from 3.5.2 to 3.5.3 by
@dependabotin webpack/webpack#17347- Bump webpack-cli from 5.1.3 to 5.1.4 by
@dependabotin webpack/webpack#17349- Bump es-module-lexer from 1.2.1 to 1.3.0 by
@dependabotin webpack/webpack#17362- Bump
@types/nodefrom 20.2.5 to 20.3.0 by@dependabotin webpack/webpack#17361- Bump core-js from 3.30.2 to 3.31.0 by
@dependabotin webpack/webpack#17360- Bump browserslist from 4.21.6 to 4.21.8 by
@dependabotin webpack/webpack#17367- Bump
@types/nodefrom 20.3.0 to 20.3.1 by@dependabotin webpack/webpack#17366New Contributors
... (truncated)
Commits
1e18b1d5.88.0d15c734Merge pull request #17394 from webpack/refactor-more-typescff406crefactor(types): more3f71468refactor(types): mored9d64b5refactor(types): mored1f1433Merge pull request #17406 from ersachin3112/stats-minimale226101refactor(types): morea911bd9refactor(types): moree381884refactor(types): more4809421refactor(types): more- 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.
Updates webpack-cli from 3.3.10 to 5.1.4
Release notes
Sourced from webpack-cli's releases.
v5.1.4
5.1.4 (2023-06-07)
Bug Fixes
- multi compiler progress output (f659624)
v5.1.3
5.1.3 (2023-06-04)
Bug Fixes
v5.1.2
5.1.2 (2023-06-04)
Bug Fixes
- improve check for custom webpack and webpack-dev-server package existance (0931ab6)
- improve help for some flags (f468614)
- improved support for
.ctsand.mtsextensions (a77daf2)v5.1.1
5.1.1 (2023-05-09)
Bug Fixes
v5.1.0
5.1.0 (2023-05-07)
Features
Performance Improvements
v5.0.2
5.0.2 (2023-04-21)
Bug Fixes
- error message for missing default export in configuration (#3685) (e0a4a09)
- perf: reduced startup time (3b79059)
v5.0.1
... (truncated)
Changelog
Sourced from webpack-cli's changelog.
5.1.4 (2023-06-07)
Bug Fixes
- multi compiler progress output (f659624)
5.1.3 (2023-06-04)
Bug Fixes
5.1.2 (2023-06-04)
Bug Fixes
- improve check for custom webpack and webpack-dev-server package existance (0931ab6)
- improve help for some flags (f468614)
- improved support for
.ctsand.mtsextensions (a77daf2)5.1.1 (2023-05-09)
Bug Fixes
5.1.0 (2023-05-07)
Features
Performance Improvements
5.0.2 (2023-04-21)
Bug Fixes
- error message for missing default export in configuration (#3685) (e0a4a09)
- perf: reduced startup time (3b79059)
5.0.1 (2022-12-05)
Bug Fixes
5.0.0 (2022-11-17)
... (truncated)
Commits
e07f0e5chore(release): publish new version0345c6fchore(deps-dev): bump@typescript-eslint/parserfrom 5.59.8 to 5.59.9 (#3839)f659624fix: multi compiler progress output0d1ff01chore(deps-dev): bump webpack from 5.85.0 to 5.85.1 (#3837)a7ec146chore(deps-dev): bump@typescript-eslint/eslint-plugin(#3838)9464635chore(deps-dev): bump eslint from 8.41.0 to 8.42.0 (#3835)cf1796fdocs: update changelog7899c39chore(release): publish new versionbb4f8ebfix: regression for custom configurations (#3834)14b9c18docs: update changelog- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for webpack-cli since your current version.
Updates @storybook/react from 5.2.8 to 7.0.23
Release notes
Sourced from @storybook/react's releases.
v7.0.23
7.0.23
- Core: Fix compat by disabling name mangling in
esbuildrequire - #22486, thanks@youngboy!- Core: Prebundle node-logger and make it CJS only - #23109, thanks
@ndelangen!- NextJS: Fix fonts not loading with 3+ words in name - #23121, thanks
@ygkn!- Telemetry: Count onboarding stories - #23092, thanks
@shilman!v7.0.22
7.0.22
- CLI: Prebundle boxen to resolve a ESM/CJS incompatibility - #23080, thanks
@ndelangen!- Core: Fix core-common to use node-fetch - #23077, thanks
@ndelangen!- Telemetry: Count onboarding stories - #23092, thanks
@shilman!v7.0.21
7.0.21
- Angular: Fix 16.1 compatibility - #23064, thanks
@ndelangen!- Angular: Fix ivy preset - #23070, thanks
@ndelangen!- CLI: Improve steps in storybook init - #22502, thanks
@yannbf!- CLI: Skip builder selection for react native - #23042, thanks
@dannyhw!- Core: Fix
builder-manageradding multiple dashes to relative path - #22974, thanks@MarioCadenas!- Core: Improve
of={...}DocBlock error in story index - #22782, thanks@shilman!- Dependencies: Set vue-component-type-helpers to latest - #23015, thanks
@ndelangen!- Web-components: Fix custom-elements order of property application - #19183, thanks
@sonntag-philipp!v7.0.20
Bug Fixes
- Server: Fix .stories.yml support #22906
- Docs: Fix Source block snippet updates #22835
- Core: Fix indexing errors by excluding node_modules stories #22873
- CLI: Fix upgrade notification message #22933
- Angular: Add --open/--no-open flag to dev command #22964
- Angular: Silence compodoc when running storybook with --quiet #22957
Maintenance
- Core: Improve MDX of error in story index #22782
Build
- Build: Fix the theme output during development #22841
- Revert "Docs: E2E tests for Source block update fix" #22934
v7.0.18
Bug Fixes
- Vue3: Fix TS 5.0 compat with vue-component-type-helpers #22814
... (truncated)
Changelog
Sourced from @storybook/react's changelog.
7.0.23
- Core: Fix compat by disabling name mangling in
esbuildrequire - #22486, thanks@youngboy!- Core: Prebundle node-logger and make it CJS only - #23109, thanks
@ndelangen!- NextJS: Fix fonts not loading with 3+ words in name - #23121, thanks
@ygkn!- Telemetry: Count onboarding stories - #23092, thanks
@shilman!7.0.22
- CLI: Prebundle boxen to resolve a ESM/CJS incompatibility - #23080, thanks
@ndelangen!- Core: Fix core-common to use node-fetch - #23077, thanks
@ndelangen!- Telemetry: Count onboarding stories - #23092, thanks
@shilman!7.0.21
- Angular: Fix 16.1 compatibility - #23064, thanks
@ndelangen!- Angular: Fix ivy preset - #23070, thanks
@ndelangen!- CLI: Improve steps in storybook init - #22502, thanks
@yannbf!- CLI: Skip builder selection for react native - #23042, thanks
@dannyhw!- Core: Fix
builder-manageradding multiple dashes to relative path - #22974, thanks@MarioCadenas!- Core: Improve
of={...}DocBlock error in story index - #22782, thanks@shilman!- Dependencies: Set vue-component-type-helpers to latest - #23015, thanks
@ndelangen!- Vue3: Fix source decorator to generate correct story code - #22518, thanks
@chakAs3!- Web-components: Fix custom-elements order of property application - #19183, thanks
@sonntag-philipp!7.0.20 (June 8, 2023)
Bug Fixes
- Server: Fix .stories.yml support #22906
- Docs: Fix Source block snippet updates #22835
- Core: Fix indexing errors by excluding node_modules stories #22873
- CLI: Fix upgrade notification message #22933
- Angular: Add --open/--no-open flag to dev command #22964
- Angular: Silence compodoc when running storybook with --quiet #22957
Maintenance
- Core: Improve MDX of error in story index #22782
Build
- Build: Fix the theme output during development #22841
- Revert "Docs: E2E tests for Source block update fix" #22934
7.0.19 (June 8, 2023)
Bad release
7.0.18 (May 26, 2023)
... (truncated)
Commits
5536941Bump version from 7.0.22 to 7.0.23ca2b714Bump version from 7.0.21 to 7.0.22ac1af48Merge pull request #23051 from storybookjs/fix/viewports-e2e-test01e60aaBump version from 7.0.20 to 7.0.21c9ca606Update git head to 7.0.20, update yarn.lock [ci skip]9fb2573v7.0.209c756e4Update git head to 7.0.19, update yarn.lock [ci skip]245bae0v7.0.19d48a352Update git head to 7.0.18, update yarn.lock [ci skip]8edc254v7.0.18- Additional commits viewable in compare view
Updates find-cache-dir from 2.1.0 to 3.3.2
Release notes
Sourced from find-cache-dir's releases.
v3.3.2
- Respect
nameoption whenCACHE_DIRenvironment variable is set (#34) 6a378f5https://github.com/avajs/find-cache-dir/compare/v3.3.1...v3.3.2
v3.3.1
- Ignore true/false/1/0 values for
CACHE_DIRenvironment variable (#27) e7dd4a6https://github.com/avajs/find-cache-dir/compare/v3.3.0...v3.3.1
v3.3.0
- Allow the
CACHE_DIRenvironment variable to override the cache location (#18) 71faea2https://github.com/avajs/find-cache-dir/compare/v3.2.0...v3.3.0
v3.2.0
- Tolerate lack of
node_moduleswhen checking if directory is writable (#20) a2679d9https://github.com/avajs/find-cache-dir/compare/v3.1.0...v3.2.0
v3.1.0
- Return
undefinedif the foundnode_modulesdirectory is not writable (#19) 3cea1e7https://github.com/avajs/find-cache-dir/compare/v3.0.0...v3.1.0
v3.0.0
Breaking:
- Require Node.js 8 (#15) a0ed7cc
- Return
undefinedinstead ofnullif the cache directory cannot be found (#15) a0ed7ccEnhancements:
- Update dependencies (#15) a0ed7cc
https://github.com/avajs/find-cache-dir/compare/v2.1.0...v3.0.0
Commits
6a378f5Respectnameoption whenCACHE_DIRenvironment variable is set (#34)05a0b08Move to GitHub Actions (#32)4d774c6Readme tweaksc35ae063.3.1e7dd4a6Ignore true/false/1/0 values forCACHE_DIRenvironment variable (#27)e30f2cf3.3.00bc30bdMinor tweaks71faea2Allow theCACHE_DIRenvironment variable to override the cache location (#18)8ec64dcTest on all supported OSes (#22)f8c51f3Minor cleanup (#25)- Additional commits viewable in compare view
Updates react-dev-utils from 10.2.0 to 12.0.1
Changelog
Sourced from react-dev-utils's changelog.
2.0.3 and Newer Versions
Please refer to CHANGELOG-2.x.md for the 2.x range, and https://github.com/facebook/create-react-app/blob/main/CHANGELOG.md for the newer versions.
1.1.5 (August 24, 2018)
react-scripts
- Update the
webpack-dev-serverdependency
react-dev-utilsCommitters: 1
- Andrew Clark (acdlite)
Migrating from 1.1.4 to 1.1.5
Inside any created project that has not been ejected, run:
npm install --save --save-exact [email protected]or
yarn add --exact [email protected]1.1.4 (April 3, 2018)
:bug: Bug Fix
Committers: 1
- Joe Haddad (Timer)
Migrating from 1.1.3 to 1.1.4
Inside any created project that has not been ejected, run:
</tr></table>
... (truncated)
Commits
19fa58dPublisha422bf2Ensure posix compliant joins for urls in middleware (#11640)221e511Publish3afbbc0Update all dependencies (#11624)3880ba6Remove dependency pinning (#11474)5cedfe4Bump browserslist from 4.14.2 to 4.16.5 (#11476)63bba07Upgrade jest and related packages from 26.6.0 to 27.1.0 (#11338)960b21eBump immer from 8.0.4 to 9.0.6 (#11364)f0a837cWebpack 5 (#11201)369fccffix: fast refresh stops on needed bail outs (#11105)- 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-loaderto a version for whichnpm auditdoes 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-pluginto a version for whichnpm auditdoes 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-serverto a version for whichnpm auditdoes 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
19fa58dPublish9802941fix: webpack noise printed only if error or warning (#12245)2eef1d0Update templates to use React 18createRoot(#12220)221e511Publish5614c87Add support for Tailwind (#11717)20edab4fix(webpackDevServer): disable overlay for warnings (#11413)3afbbc0Update all dependencies (#11624)f5467d5feat(eslint-config-react-app): support ESLint 8.x (#11375)c7627ceUpdate webpack and dev server (#11646)544befeUpdate package.json (#11597)- Additional commits viewable in compare view
Updates ts-loader from 6.2.1 to 9.4.3
Release notes
Sourced from ts-loader's releases.
v9.4.3
v9.4.2
9.4.1
- Hotfix: Disable
enhanced-resolve- thanks@manuthv9.4.0
v9.3.1
- Bug fix: Generate declaration files for js files if allowJs is set to true #1260 - thanks
@hedietand@mvilligerv9.3.0
v9.2.9
v9.2.8