Kaspa-maker / formula1-app

Web app development assignment 1
0 stars 1 forks source link

Bump loader-utils, react-scripts and @storybook/react #7

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps loader-utils to 2.0.4 and updates ancestor dependencies loader-utils, react-scripts and @storybook/react. These dependencies need to be updated together.

Updates loader-utils from 1.2.3 to 2.0.4

Release notes

Sourced from loader-utils's releases.

v2.0.4

2.0.4 (2022-11-11)

Bug Fixes

v2.0.3

2.0.3 (2022-10-20)

Bug Fixes

  • security: prototype pollution exploit (#217) (a93cf6f)

v2.0.2

2.0.2 (2021-11-04)

Bug Fixes

  • base64 generation and unicode characters (#197) (8c2d24e)

v2.0.1

2.0.1 (2021-10-29)

Bug Fixes

v2.0.0

2.0.0 (2020-03-17)

⚠ BREAKING CHANGES

  • minimum required Node.js version is 8.9.0 (#166) (c937e8c)
  • the getOptions method returns empty object on empty query (#167) (b595cfb)
  • Use md4 by default

v1.4.2

1.4.2 (2022-11-11)

Bug Fixes

... (truncated)

Changelog

Sourced from loader-utils's changelog.

2.0.4 (2022-11-11)

Bug Fixes

2.0.3 (2022-10-20)

Bug Fixes

  • security: prototype pollution exploit (#217) (a93cf6f)

2.0.2 (2021-11-04)

Bug Fixes

  • base64 generation and unicode characters (#197) (8c2d24e)

2.0.1 (2021-10-29)

Bug Fixes

2.0.0 (2020-03-17)

⚠ BREAKING CHANGES

  • minimum required Node.js version is 8.9.0 (#166) (c937e8c)
  • the getOptions method returns empty object on empty query (#167) (b595cfb)
  • Use md4 by default

1.4.0 (2020-02-19)

Features

  • the resourceQuery is passed to the interpolateName method (#163) (cd0e428)

1.3.0 (2020-02-19)

... (truncated)

Commits


Updates react-scripts from 3.3.0 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 which npm 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 react-scripts@3.4.4

or

yarn add --exact react-scripts@3.4.4

3.4.3 (2020-08-12)

v3.4.3 release bumps terser-webpack-plugin to a version for which npm 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 react-scripts@3.4.3

or

yarn add --exact react-scripts@3.4.3

3.4.2 (2020-08-11)

v3.4.2 release bumps webpack-dev-server to a version for which npm 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.1 to 3.4.2

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@3.4.2

or

... (truncated)

Commits


Updates @storybook/react from 5.2.6 to 7.0.9

Release notes

Sourced from @​storybook/react's releases.

v7.0.9

Bug Fixes

  • Core: Fix virtual modules excluded for babel-loader #22331

Maintenance

  • Angular: Allow TypeScript 4.0.0 and 5.0.0 #22391

v7.0.8

Bug Fixes

  • Typescript: Fix bad typings caused by tsup bug #22261
  • Migrate: skip the automigration for gf markdown when user isn't using mdx #22186
  • UI: Addon panel does not update after disabling/enabling an addon #22258
  • Vue3: Fix compiler error when there is double tag #22286
  • Args: Fix multiple mapped args return array of labels #22169
  • CLI: Add web-components webpack5 to missing-babelrc automigration #22202
  • Docs: Fix inline story style #21870
  • UI: Fix shift + 7 shortcut to focus search field #22073
  • UI: Fix controls missing when navigating from story #21967
  • NextJS: Fix tsconfig resolution #22160

Maintenance

  • Telemetry: Persist sessionId across runs #22325
  • Packaging: Move types condition to the front in all package.json.exports maps #22321
  • Core: Rename manager UI mjs to js #22247
  • Angular: Add support for Angular 16 #22096
  • Packaging: Don't generate ESM dist for preset files #22330
  • Packaging: Fix url for all packages in package.json #22101
  • Add regex to ignore outdated Browserslist in Jest initialization base file #22260

v7.0.7

Bug Fixes

  • Core: Pass parameters in SET_INDEX for docs entries #22154
  • Addon-actions: Fix ESM by upgrading from uuid-browser to uuid #22037
  • Addon-actions: Fix decorator type #22175
  • Core: Add new tags to distinguish docs attachment #22120
  • Core: Restore Docs useParameter using DOCS_PREPARED #22118

Maintenance

  • CSF: Improve error message for bad default export #22190
  • CLI: Add addon query-params to list of SB7 incompatible addons #22095
  • UI: Add remount story shortcut #21401

Build

... (truncated)

Changelog

Sourced from @​storybook/react's changelog.

7.0.9 (May 5, 2023)

Bug Fixes

  • Core: Fix virtual modules excluded for babel-loader #22331

Maintenance

  • Angular: Allow TypeScript 4.0.0 and 5.0.0 #22391

7.0.8 (May 3, 2023)

Bug Fixes

  • Typescript: Fix bad typings caused by tsup bug #22261
  • Migrate: skip the automigration for gf markdown when user isn't using mdx #22186
  • UI: Addon panel does not update after disabling/enabling an addon #22258
  • Vue3: Fix compiler error when there is double tag #22286
  • Args: Fix multiple mapped args return array of labels #22169
  • CLI: Add web-components webpack5 to missing-babelrc automigration #22202
  • Docs: Fix inline story style #21870
  • UI: Fix shift + 7 shortcut to focus search field #22073
  • UI: Fix controls missing when navigating from story #21967
  • NextJS: Fix tsconfig resolution #22160

Maintenance

  • Telemetry: Persist sessionId across runs #22325
  • Packaging: Move types condition to the front in all package.json.exports maps #22321
  • Core: Rename manager UI mjs to js #22247
  • Angular: Add support for Angular 16 #22096
  • Packaging: Don't generate ESM dist for preset files #22330
  • Packaging: Fix url for all packages in package.json #22101
  • Add regex to ignore outdated Browserslist in Jest initialization base file #22260

7.0.7 (April 24, 2023)

Bug Fixes

  • Core: Pass parameters in SET_INDEX for docs entries #22154
  • Addon-actions: Fix ESM by upgrading from uuid-browser to uuid #22037
  • Addon-actions: Fix decorator type #22175
  • Core: Add new tags to distinguish docs attachment #22120
  • Core: Restore Docs useParameter using DOCS_PREPARED #22118

Maintenance

  • CSF: Improve error message for bad default export #22190
  • CLI: Add addon query-params to list of SB7 incompatible addons #22095
  • UI: Add remount story shortcut #21401

... (truncated)

Commits
  • 797cfd6 v7.0.9
  • 5ca266a Update git head to 7.0.8, update yarn.lock [ci skip]
  • 9991b68 v7.0.8
  • 9befd1b Merge pull request #22321 from storybookjs/fix/types-condition
  • 6d5567c Merge pull request #22261 from storybookjs/norbert/fix-21820-second-edition
  • a24659a Merge pull request #22330 from storybookjs/norbert/fix-21316
  • bf29007 Merge pull request #22101 from joeycozza/fixingGithubUrls
  • 8da4293 Update git head to 7.0.7, update yarn.lock [ci skip]
  • 9e35285 v7.0.7
  • 945a82c Update git head to 7.0.6, update yarn.lock [ci skip]
  • 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Kaspa-maker/formula1-app/network/alerts).