ZenGPT / async-api-confluence-cloud

Other
0 stars 0 forks source link

Bump shell-quote, @craco/craco, @storybook/addon-essentials, @storybook/react and react-scripts #40

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps shell-quote to 1.8.0 and updates ancestor dependencies shell-quote, @craco/craco, @storybook/addon-essentials, @storybook/react and react-scripts. These dependencies need to be updated together.

Updates shell-quote from 1.7.2 to 1.8.0

Changelog

Sourced from shell-quote's changelog.

v1.8.0 - 2023-01-30

Commits

  • [New] extract parse and quote to their own deep imports 553fdfc
  • [Tests] add nyc coverage fd7ddcd
  • [New] Add support for here strings (<<<) 9802fb3
  • [New] parse: Add syntax support for duplicating input file descriptors 216b198
  • [Dev Deps] update @ljharb/eslint-config, aud, tape 85f8e31
  • [Tests] add evalmd c5549fc
  • [actions] update checkout action 62e9b49

v1.7.4 - 2022-10-12

Merged

Commits

  • [eslint] fix indentation and whitespace aaa9d1f
  • [eslint] additional cleanup 397cb62
  • [meta] add auto-changelog 497fca5
  • [actions] add reusable workflows 4763c36
  • [eslint] add eslint 6ee1437
  • [readme] rename, add badges 7eb5134
  • [meta] update URLs 67381b6
  • [meta] create FUNDING.yml; add funding in package.json 8641572
  • [meta] use npmignore to autogenerate an npmignore file 2e2007a
  • Only apps should have lockfiles f97411e
  • [Dev Deps] update tape 051f608
  • [meta] add safe-publish-latest 18cadf9
  • [Tests] add aud in posttest dc1cc12

1.7.3

  • Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the quoting rules. (CVE-2021-42740)
Commits
  • 508e2f9 v1.8.0
  • fd7ddcd [Tests] add nyc coverage
  • 9802fb3 [New] Add support for here strings (<<<)
  • 216b198 [New] parse: Add syntax support for duplicating input file descriptors
  • c5549fc [Tests] add evalmd
  • 553fdfc [New] extract parse and quote to their own deep imports
  • 85f8e31 [Dev Deps] update @ljharb/eslint-config, aud, tape
  • 62e9b49 [actions] update checkout action
  • 5409e72 v1.7.4
  • 4763c36 [actions] add reusable workflows
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ljharb, a new releaser for shell-quote since your current version.


Updates @craco/craco from 6.2.0 to 7.0.0

Release notes

Sourced from @​craco/craco's releases.

v7.0.0

CRACO now supports Create React App 5.

The new documentation is live at https://craco.js.org.

v7.0.0-alpha.9

  • Fixed peer dependency issues with cosmiconfig-typescript-loader. #447
  • Fixed an issue where devServer environment variables wouldn't be set. #456

v7.0.0-alpha.8

v7.0.0-alpha.7

  • Fixed babel config issues. #433

v7.0.0-alpha.6

  • Utility functions have been added for webpack 5's asset modules. #387

    assetModuleByName(), getAssetModule(), getAssetModules(), removeAssetModules(), addBeforeAssetModule(), addBeforeAssetModules(), addAfterAssetModule(), addAfterAssetModules()

    We're planning on reworking the documentation, so these functions will not be added to the existing README docs. The new documentation will be available with the release of v7.0.0.

v7.0.0-alpha.5

  • The package was rewritten in TypeScript (now has built-in TypeScript declarations).

v7.0.0-alpha.3

Fix jest support gsoft-inc/craco#386 gsoft-inc/craco#378

v7.0.0-alpha.0

What's Changed

  • Update peer and dev dependencies to CRA 5.
  • Fix postcss options.
  • Creation of CRA 4 recipes folder.
  • Jest support for CRA 5.

v6.4.5

  • Reverted to v6.4.3. #425

v6.4.4

  • Fixed undefined properties error in tests. #425 #432

v6.4.3

New typescript config loader: gsoft-inc/craco#347

v6.4.2

Fix ts config support with function syntax gsoft-inc/craco#344

v6.4.1

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by dilanx, a new releaser for @​craco/craco since your current version.


Updates @storybook/addon-essentials from 6.3.6 to 6.5.16

Release notes

Sourced from @​storybook/addon-essentials's releases.

v6.5.16

Bug Fixes

  • Angular: Fix handling of docsMode option in angular builder #20608
  • Angular: Fix webpackStatsJson types in angular-builder #20296

Dependency Upgrades

  • Security: Upgrade json5 dependency #20526

v6.5.16-alpha.0

Bug Fixes

  • Angular: Fix webpackStatsJson types in angular-builder #20296

Dependency Upgrades

  • Security: Upgrade json5 dependency #20526

v6.5.15

Bug Fixes

  • Support Angular 15.0.4 #20287
  • CLI: execute automigrations when pressing enter in the prompts #20208

Maintenance

  • Ember: Remove global Ember usage #17843

v6.5.15-alpha.1

Bug Fixes

  • Support Angular 15.0.4 #20287
  • CLI: execute automigrations when pressing enter in the prompts #20208

v6.5.15-alpha.0

Maintenance

  • Ember: Remove global Ember usage #17843

v6.5.14

Bug Fixes

  • Angular: Fix "webpack_require.nmd is not a function issue" in Angular 15 #20043
  • CLI/React native: Fix addons template to import register instead of manager #19620

Maintenance

  • Core: Patch preview-web and refs to support React Native #19975

Dependency Upgrades

... (truncated)

Changelog

Sourced from @​storybook/addon-essentials's changelog.

6.5.16 (January 26, 2023)

Bug Fixes

  • Angular: Fix handling of docsMode option in angular builder #20608
  • Angular: Fix webpackStatsJson types in angular-builder #20296

Dependency Upgrades

  • Security: Upgrade json5 dependency #20526

6.5.16-alpha.0 (January 11, 2023)

Bug Fixes

  • Angular: Fix webpackStatsJson types in angular-builder #20296

Dependency Upgrades

  • Security: Upgrade json5 dependency #20526

6.5.15 (December 20, 2022)

Bug Fixes

  • Support Angular 15.0.4 #20287
  • CLI: execute automigrations when pressing enter in the prompts #20208

Maintenance

  • Ember: Remove global Ember usage #17843

6.5.15-alpha.1 (December 20, 2022)

Bug Fixes

  • Support Angular 15.0.4 #20287
  • CLI: execute automigrations when pressing enter in the prompts #20208

6.5.15-alpha.0 (December 12, 2022)

Maintenance

  • Ember: Remove global Ember usage #17843

6.5.14 (December 2, 2022)

Bug Fixes

  • Angular: Fix "webpack_require.nmd is not a function issue" in Angular 15 #20043

... (truncated)

Commits
  • 7db13ff v6.5.16
  • 18b5d3e Update git head to 6.5.16-alpha.0, update yarn.lock [ci skip]
  • 1b48a7a v6.5.16-alpha.0
  • d77fa3b Update git head to 6.5.15, update yarn.lock [ci skip]
  • feab19d v6.5.15
  • 075a8dd Update git head to 6.5.15-alpha.1, update yarn.lock [ci skip]
  • cfd775b v6.5.15-alpha.1
  • 9c19ef0 Update git head to 6.5.15-alpha.0, update yarn.lock [ci skip]
  • 095d6ad v6.5.15-alpha.0
  • ae06ca9 Update git head to 6.5.14, update yarn.lock [ci skip]
  • Additional commits viewable in compare view


Updates @storybook/react from 6.3.6 to 6.5.16

Release notes

Sourced from @​storybook/react's releases.

v6.5.16

Bug Fixes

  • Angular: Fix handling of docsMode option in angular builder #20608
  • Angular: Fix webpackStatsJson types in angular-builder #20296

Dependency Upgrades

  • Security: Upgrade json5 dependency #20526

v6.5.16-alpha.0

Bug Fixes

  • Angular: Fix webpackStatsJson types in angular-builder #20296

Dependency Upgrades

  • Security: Upgrade json5 dependency #20526

v6.5.15

Bug Fixes

  • Support Angular 15.0.4 #20287
  • CLI: execute automigrations when pressing enter in the prompts #20208

Maintenance

  • Ember: Remove global Ember usage #17843

v6.5.15-alpha.1

Bug Fixes

  • Support Angular 15.0.4 #20287
  • CLI: execute automigrations when pressing enter in the prompts #20208

v6.5.15-alpha.0

Maintenance

  • Ember: Remove global Ember usage #17843

v6.5.14

Bug Fixes

  • Angular: Fix "webpack_require.nmd is not a function issue" in Angular 15 #20043
  • CLI/React native: Fix addons template to import register instead of manager #19620

Maintenance

  • Core: Patch preview-web and refs to support React Native #19975

Dependency Upgrades

... (truncated)

Changelog

Sourced from @​storybook/react's changelog.

6.5.16 (January 26, 2023)

Bug Fixes

  • Angular: Fix handling of docsMode option in angular builder #20608
  • Angular: Fix webpackStatsJson types in angular-builder #20296

Dependency Upgrades

  • Security: Upgrade json5 dependency #20526

6.5.16-alpha.0 (January 11, 2023)

Bug Fixes

  • Angular: Fix webpackStatsJson types in angular-builder #20296

Dependency Upgrades

  • Security: Upgrade json5 dependency #20526

6.5.15 (December 20, 2022)

Bug Fixes

  • Support Angular 15.0.4 #20287
  • CLI: execute automigrations when pressing enter in the prompts #20208

Maintenance

  • Ember: Remove global Ember usage #17843

6.5.15-alpha.1 (December 20, 2022)

Bug Fixes

  • Support Angular 15.0.4 #20287
  • CLI: execute automigrations when pressing enter in the prompts #20208

6.5.15-alpha.0 (December 12, 2022)

Maintenance

  • Ember: Remove global Ember usage #17843

6.5.14 (December 2, 2022)

Bug Fixes

  • Angular: Fix "webpack_require.nmd is not a function issue" in Angular 15 #20043

... (truncated)

Commits
  • 7db13ff v6.5.16
  • 18b5d3e Update git head to 6.5.16-alpha.0, update yarn.lock [ci skip]
  • 1b48a7a v6.5.16-alpha.0
  • d77fa3b Update git head to 6.5.15, update yarn.lock [ci skip]
  • feab19d v6.5.15
  • 075a8dd Update git head to 6.5.15-alpha.1, update yarn.lock [ci skip]
  • cfd775b v6.5.15-alpha.1
  • 9c19ef0 Update git head to 6.5.15-alpha.0, update yarn.lock [ci skip]
  • 095d6ad v6.5.15-alpha.0
  • ae06ca9 Update git head to 6.5.14, update yarn.lock [ci skip]
  • Additional commits viewable in compare view


Updates react-scripts from 4.0.3 to 5.0.1

Commits


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](https://github.com/Async-API/async-api-confluence-cloud/network/alerts).