no10ds / rapid

Project rAPId
https://rapid.readthedocs.io/en/latest/
MIT License
23 stars 6 forks source link

Bump glob-parent, webpack and @storybook/react in /ui #5

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps glob-parent to 6.0.2 and updates ancestor dependencies glob-parent, webpack and @storybook/react. These dependencies need to be updated together.

Updates glob-parent from 3.1.0 to 6.0.2

Release notes

Sourced from glob-parent's releases.

glob-parent v6.0.2

Bug Fixes

glob-parent v6.0.1

Bug Fixes

  • Resolve ReDoS vulnerability from CVE-2021-35065 (#49) (3e9f04a)

glob-parent v6.0.0

⚠ BREAKING CHANGES

  • Correct mishandled escaped path separators (#34)
  • upgrade scaffold, dropping node <10 support

Bug Fixes

  • Correct mishandled escaped path separators (#34) (32f6d52), closes #32

Miscellaneous Chores

  • upgrade scaffold, dropping node <10 support (e83d0c5)

v5.1.2

Bug Fixes

v5.1.1

Bug Fixes

v5.1.0

Features

... (truncated)

Changelog

Sourced from glob-parent's changelog.

6.0.2 (2021-09-29)

Bug Fixes

6.0.1 (2021-07-20)

Bug Fixes

  • Resolve ReDoS vulnerability from CVE-2021-35065 (#49) (3e9f04a)

6.0.0 (2021-05-03)

⚠ BREAKING CHANGES

  • Correct mishandled escaped path separators (#34)
  • upgrade scaffold, dropping node <10 support

Bug Fixes

  • Correct mishandled escaped path separators (#34) (32f6d52), closes #32

Miscellaneous Chores

  • upgrade scaffold, dropping node <10 support (e83d0c5)

5.1.1 (2021-01-27)

Bug Fixes

5.1.0 (2021-01-27)

Features

  • add flipBackslashes option to disable auto conversion of slashes (closes #24) (#25) (eecf91d)

5.0.0 (2021-01-27)

⚠ BREAKING CHANGES

  • Drop support for node <6 & bump dependencies

Miscellaneous Chores

  • Drop support for node <6 & bump dependencies (896c0c0)

4.0.0 (2021-01-27)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by phated, a new releaser for glob-parent since your current version.


Updates webpack from 4.46.0 to 5.75.0

Release notes

Sourced from webpack's releases.

v5.75.0

Bugfixes

  • experiments.* normalize to false when opt-out
  • avoid NaN%
  • show the correct error when using a conflicting chunk name in code
  • HMR code tests existance of window before trying to access it
  • fix eval-nosources-* actually exclude sources
  • fix race condition where no module is returned from processing module
  • fix position of standalong semicolon in runtime code

Features

  • add support for @import to extenal CSS when using experimental CSS in node
  • add i64 support to the deprecated WASM implementation

Developer Experience

  • expose EnableWasmLoadingPlugin
  • add more typings
  • generate getters instead of readonly properties in typings to allow overriding them

v5.74.0

Features

  • add resolve.extensionAlias option which allows to alias extensions
    • This is useful when you are forced to add the .js extension to imports when the file really has a .ts extension (typescript + "type": "module")
  • add support for ES2022 features like static blocks
  • add Tree Shaking support for ProvidePlugin

Bugfixes

  • fix persistent cache when some build dependencies are on a different windows drive
  • make order of evaluation of side-effect-free modules deterministic between concatenated and non-concatenated modules
  • remove left-over from debugging in TLA/async modules runtime code
  • remove unneeded extra 1s timestamp offset during watching when files are actually untouched
    • This sometimes caused an additional second build which are not really needed
  • fix shareScope option for ModuleFederationPlugin
  • set "use-credentials" also for same origin scripts

Performance

  • Improve memory usage and performance of aggregating needed files/directories for watching
    • This affects rebuild performance

Extensibility

  • export HarmonyImportDependency for plugins

v5.73.0

... (truncated)

Commits


Updates @storybook/react from 6.5.14 to 7.0.24

Release notes

Sourced from @​storybook/react's releases.

v7.0.24

7.0.24

v7.0.23

7.0.23

v7.0.22

7.0.22

v7.0.21

7.0.21

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

... (truncated)

Changelog

Sourced from @​storybook/react's changelog.

7.0.24

7.0.23

7.0.22

7.0.21

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

... (truncated)

Commits
  • 3b9f187 Bump version from 7.0.23 to 7.0.24
  • 5536941 Bump version from 7.0.22 to 7.0.23
  • ca2b714 Bump version from 7.0.21 to 7.0.22
  • ac1af48 Merge pull request #23051 from storybookjs/fix/viewports-e2e-test
  • 01e60aa Bump version from 7.0.20 to 7.0.21
  • c9ca606 Update git head to 7.0.20, update yarn.lock [ci skip]
  • 9fb2573 v7.0.20
  • 9c756e4 Update git head to 7.0.19, update yarn.lock [ci skip]
  • 245bae0 v7.0.19
  • d48a352 Update git head to 7.0.18, 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/no10ds/rapid/network/alerts).
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.