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 braces, http-proxy-middleware, @storybook/addon-essentials, @storybook/react and snapshot-diff in /frontend #1494

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 12, 2024

Bumps braces to 3.0.3 and updates ancestor dependencies braces, http-proxy-middleware, @storybook/addon-essentials, @storybook/react and snapshot-diff. These dependencies need to be updated together.

Updates braces from 3.0.2 to 3.0.3

Commits

Updates http-proxy-middleware from 0.19.1 to 3.0.0

Release notes

Sourced from http-proxy-middleware's releases.

v3.0.0

[BREAKING CHANGES]

Read the v3 in Discussions or MIGRATION.md to see what the breaking changes are and how you can migrate them.

What's Changed

... (truncated)

Changelog

Sourced from http-proxy-middleware's changelog.

v3.0.0

This release contains some breaking changes.

Please read the V3 discussion chimurai/http-proxy-middleware#768 or follow the MIGRATION.md guide.

  • feat(typescript): type improvements (#882)
  • chore(deps): update micromatch to 4.0.5
  • chore(package): bump devDependencies
  • feat(legacyCreateProxyMiddleware): show migration tips (#756)
  • feat(legacyCreateProxyMiddleware): adapter with v2 behavior (#754)
  • docs(proxy events): fix new syntax (#753)
  • feat(debug): improve troubleshooting (#752)
  • test(path-rewriter): improve coverage (#751)
  • feat(ejectPlugins): skip registering default plugins (#750)
  • refactor: logging [BREAKING CHANGE] (#749)
  • refactor(handlers): refactor to plugins [BREAKING CHANGE] (#745)
  • feat(plugins): add support for plugins (#732)
  • docs: fix v3 documentation
  • fix: server mounting [BREAKING CHANGE] (#731)
  • test(fixRequestBody): fix broken test
  • refactor: use node http base types [BREAKING CHANGE] (#730) (special thanks: @​cdaringe & @​devanshj)
  • feat(option): refactor context to pathFilter option [BREAKING CHANGE] (#722)
  • feat: remove shorthand usage [BREAKING CHANGE] (#716)

v2.0.6

  • fix(proxyReqWs): catch socket errors (#763)

v2.0.5

  • fix(error handler): add default handler to econnreset (#759)

v2.0.4

  • fix(fix-request-body): improve content type check (#725) (kevinxh)

v2.0.3

  • feat(package): optional @​types/express peer dependency (#707)

v2.0.2

  • chore(deps): update @​types/http-proxy to 1.17.8 (#701)
  • fix(fixRequestBody): fix request body for empty JSON object requests (#640) (mhassan1)
  • fix(types): fix type regression (#700)

v2.0.1

... (truncated)

Commits

Updates @storybook/addon-essentials from 6.3.6 to 6.5.16

Changelog

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

  • MDX: Upgrade csf-mdx libraries (#18300)
  • security: update x-default-browser (#18157)

6.5.0-rc.1 (May 18, 2022)

Bug Fixes

  • CLI: Improve webpack version and add detection of nextjs (#18220)
  • ArgsTable: Gracefully handle conditional args failures (#18248)
  • Controls: Fix reset button broken for !undefined URL values (#18231)
  • Vue3: Add support for TSX in single file components (#18038)

6.5.0-rc.0 (May 17, 2022)

Features

  • Addon-a11y: Show % of users in toolbar menu (#18003)

Bug Fixes

  • Web-components: Clean Lit Expression comments in story source (#18108)
  • Vue: Map args correctly in CSF3 implicit render function (#18209)
  • Vue3: Fix CSF3 implicit render function when storyStoreV7 is enabled (#18208

Maintenance

  • CLI: Don't throw is Ctrl + C was pressed when selecting a package in the build command (#18195)
  • Build: Cleanup noise from unit tests (#18196)

Dependency Upgrades

  • Fixed PnP compatibility for bundled components package (#18015)

6.5.0-beta.8 (May 11, 2022)

Bug Fixes

  • Composition: Fix metadata.json incorrectly overriding main.js refs versions (#18185)

Maintenance

  • Examples: Set channelOptions to disallow function serialization (#18071)

Dependency Upgrades

  • Upgrade to telejson 6 (#18164)

6.5.0-beta.7 (May 9, 2022)

Features

... (truncated)

Commits

Updates @storybook/react from 6.3.6 to 6.5.16

Changelog

Sourced from @​storybook/react's changelog.

  • MDX: Upgrade csf-mdx libraries (#18300)
  • security: update x-default-browser (#18157)

6.5.0-rc.1 (May 18, 2022)

Bug Fixes

  • CLI: Improve webpack version and add detection of nextjs (#18220)
  • ArgsTable: Gracefully handle conditional args failures (#18248)
  • Controls: Fix reset button broken for !undefined URL values (#18231)
  • Vue3: Add support for TSX in single file components (#18038)

6.5.0-rc.0 (May 17, 2022)

Features

  • Addon-a11y: Show % of users in toolbar menu (#18003)

Bug Fixes

  • Web-components: Clean Lit Expression comments in story source (#18108)
  • Vue: Map args correctly in CSF3 implicit render function (#18209)
  • Vue3: Fix CSF3 implicit render function when storyStoreV7 is enabled (#18208

Maintenance

  • CLI: Don't throw is Ctrl + C was pressed when selecting a package in the build command (#18195)
  • Build: Cleanup noise from unit tests (#18196)

Dependency Upgrades

  • Fixed PnP compatibility for bundled components package (#18015)

6.5.0-beta.8 (May 11, 2022)

Bug Fixes

  • Composition: Fix metadata.json incorrectly overriding main.js refs versions (#18185)

Maintenance

  • Examples: Set channelOptions to disallow function serialization (#18071)

Dependency Upgrades

  • Upgrade to telejson 6 (#18164)

6.5.0-beta.7 (May 9, 2022)

Features

... (truncated)

Commits

Updates snapshot-diff from 0.6.1 to 0.10.0

Release notes

Sourced from snapshot-diff's releases.

v0.10.0

What's Changed

New Contributors

Full Changelog: jest-community/snapshot-diff@v0.9.0...v0.10.0

v0.9.0

Chore & Maintenance

  • [BREAKING] update Jest to 27 (#259)

v0.8.1

Fixes

  • update jest-diff to remove colors from no diff message (#173)

v0.8.0

Features

  • [BREAKING] upgrade Jest deps to 26 (#128)
  • [BREAKING] output jest mock function names in diffs, following jest-snapshot serializers (#122)

Chore & Maintenance

  • Use jest-diff options to turn off colors in diff (#123)

I'd like to say big thank you to @​alistairjcbrown for contributing to this release! 🚀

v0.7.0

Features

  • [BREAKING] upgrade to Jest 25 (#110)

v0.6.2

Fixes

  • Update serializer types to support enzyme-to-json (#109)
Commits
  • 7407d5f v0.10.0
  • 4acf37c chore(deps): update dependency eslint to v8 (#388)
  • d1e466d chore(deps): lock file maintenance
  • 5017c20 chore(deps): update jest monorepo to v29 (major) (#393)
  • f9fb983 chore(deps): lock file maintenance
  • 1495023 chore(deps): lock file maintenance
  • add667a chore: set correct minimum node version
  • 68cf8e6 chore(deps): update dependency @​callstack/eslint-config to v12 (#385)
  • 544891a chore(deps): lock file maintenance (#387)
  • 95928f6 chore(flow): ignore malformed packahge.json file
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.

…entials, @storybook/react and snapshot-diff

Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependencies [braces](https://github.com/micromatch/braces), [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware), [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials), [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) and [snapshot-diff](https://github.com/thymikee/snapshot-diff). These dependencies need to be updated together.


Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Updates `http-proxy-middleware` from 0.19.1 to 3.0.0
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/master/CHANGELOG.md)
- [Commits](chimurai/http-proxy-middleware@v0.19.1...v3.0.0)

Updates `@storybook/addon-essentials` from 6.3.6 to 6.5.16
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.v6.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.16/code/addons/essentials)

Updates `@storybook/react` from 6.3.6 to 6.5.16
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.v6.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.16/code/renderers/react)

Updates `snapshot-diff` from 0.6.1 to 0.10.0
- [Release notes](https://github.com/thymikee/snapshot-diff/releases)
- [Commits](jest-community/snapshot-diff@v0.6.1...v0.10.0)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
- dependency-name: http-proxy-middleware
  dependency-type: direct:production
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
- dependency-name: "@storybook/react"
  dependency-type: direct:development
- dependency-name: snapshot-diff
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 12, 2024
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign scrapcodes for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

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 size/XXL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants