Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump glob-parent, webpack and @storybook/react in /frontend #1333

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2023

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

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

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.77.0

Release notes

Sourced from webpack's releases.

v5.77.0

New Features

Developer Experience

Contributor Experience

New Contributors

Full Changelog: webpack/webpack@v5.76.3...v5.77.0

v5.76.3

Bugfixes

New Contributors

Full Changelog: webpack/webpack@v5.76.2...v5.76.3

v5.76.2

Bugfixes

  • Fix bug where a missing semicolon in generated bundle output for publicPathRuntime would cause concatenated runtime errors by @​snitin315 in webpack/webpack#16811
  • Remove redundant semicolons generated in bundle runtime code after onScriptComplete function by @​ahaoboy in webpack/webpack#16347
  • Fix bug where RealContentHashPlugin was not respecting output.hashSalt's ability to cause a force recalculation of [contenthash] for emitted assets by @​dmichon-msft #16789

Performance

Developer Experience

New Contributors

Full Changelog: webpack/webpack@v5.76.1...v5.76.2

... (truncated)

Commits
  • 263f291 5.77.0
  • ae9f0e0 Merge pull request #16881 from webpack/feature/beta-test-github-template-copi...
  • fdcdc2d Pilot the Copilot for PR in default PR template, retain original template
  • a3ab4e7 Merge pull request #16807 from snitin315/improve-resolve-extention-error
  • d9604e9 refactor: move RegExp to a variable and use RegExp.prototype.test()
  • eac5d8c Merge pull request #16671 from thomastay/main
  • 8ac9616 5.76.3
  • 8c6a1a4 revert weird space issues part 2
  • f33c2b0 Merge branch 'webpack:main' into main
  • 2cad865 change hash
  • 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 @storybook/react from 6.5.16 to 7.0.0

Release notes

Sourced from @​storybook/react's releases.

v7.0.0

Storybook 7.0 is here! 🎉

7.0 contains hundreds more fixes, features, and tweaks. Browse the changelogs matching 7.0.0-alpha.*, 7.0.0-beta.*, and 7.0.0-rc.* for the full list of changes.

See our Migration guide to upgrade from earlier versions of Storybook.

Full announcement and proper release to the latest npm tag coming soon. 😘

v7.0.0-rc.11

Features

  • CLI: Update stories glob in mdx codemod and not in mdx automigration #21809

Bug Fixes

  • TS: Make sure components with interfaces or no props don't raise decorator assignability issues #21833
  • Angular: Export applicationConfig decorator and adjust documentation for usage #21851
  • Vite: Polyfill global by default #21832
  • NextJS: Add explicit require.resolve calls to nextjs webpack loader config #21834
  • Angular: Fix support on Windows when Storystore v7 is disabled #21830
  • Angular: Fix module imported twice #21770

Maintenance

  • CLI: Fix duplicated dependency warning for major version differences #21850
  • Vite: downgrade remark related dependencies #21836

Build

  • Build: Remove workflow we no longer use #21829

v7.0.0-rc.10

Features

  • CLI: Warn the user for duplicated versions after automigrate #21791

Bug Fixes

... (truncated)

Commits
  • 108b8ff Create webpack4 frameworks & rename renderer packages
  • 3f0d8a8 React: Fix StorybookConfig typescript types
  • c64d929 Merge branch 'future/minimize-webpack-deps' into future/webpack-tools
  • 21d8168 Merge branch 'future/add-frameworks' into future/minimize-webpack-deps
  • 511be37 Merge branch 'future/renderer-presets' into future/add-frameworks
  • fc2e3ac Merge branch 'future/add-renderers' into future/renderer-presets
  • 872eb4b Merge branch 'future/base' into future/add-renderers
  • 5bd78b6 Merge branch 'next' into future/base
  • b075568 Update git head to 6.5.0-beta.4, update yarn.lock
  • 55247a8 v6.5.0-beta.4
  • 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.

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) to 6.0.2 and updates ancestor dependencies [glob-parent](https://github.com/gulpjs/glob-parent), [webpack](https://github.com/webpack/webpack) and [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/app/react). These dependencies need to be updated together.


Updates `glob-parent` from 3.1.0 to 6.0.2
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](gulpjs/glob-parent@v3.1.0...v6.0.2)

Updates `webpack` from 4.46.0 to 5.77.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v4.46.0...v5.77.0)

Updates `@storybook/react` from 6.5.16 to 7.0.0
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.0/app/react)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
- dependency-name: webpack
  dependency-type: direct:production
- dependency-name: "@storybook/react"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 3, 2023
@nunocaseiro nunocaseiro merged commit 756815b into main Apr 3, 2023
@nunocaseiro nunocaseiro deleted the dependabot/npm_and_yarn/frontend/glob-parent-and-webpack-and-storybook/react-6.0.2 branch April 3, 2023 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant