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

dev: bump the safe group across 1 directory with 29 updates #7319

Merged
merged 2 commits into from
Oct 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps the safe group with 28 updates in the / directory:

Package From To
@tabler/icons-react 3.3.0 3.19.0
@sentry/react 8.27.0 8.32.0
apexcharts 3.49.1 3.54.0
react-intl 6.6.8 6.7.0
react-remove-scroll 2.5.10 2.6.0
react-select 5.8.0 5.8.1
@storybook/addon-designs 8.0.2 8.0.3
@storybook/addon-essentials 8.1.8 8.3.4
@storybook/addon-mdx-gfm 8.1.8 8.3.4
@storybook/addon-actions 8.1.8 8.3.4
@storybook/cli 8.1.8 8.3.4
@storybook/react 8.1.8 8.3.4
@storybook/react-webpack5 8.1.8 8.3.4
babel-loader 9.1.3 9.2.1
cypress 13.14.1 13.15.0
eslint-import-resolver-webpack 0.13.8 0.13.9
eslint-plugin-import 2.29.1 2.30.0
eslint-plugin-jest 28.8.2 28.8.3
eslint-plugin-jsdoc 50.2.2 50.3.0
eslint-plugin-prettier 5.1.3 5.2.1
eslint-plugin-react 7.35.0 7.37.0
http-proxy-middleware 3.0.1 3.0.2
pg 8.12.0 8.13.0
prettier 3.2.5 3.3.3
stylelint 16.5.0 16.9.0
stylus-loader 8.1.0 8.1.1
webpack 5.94.0 5.95.0
webpack-dev-server 5.0.4 5.1.0

Updates @tabler/icons-react from 3.3.0 to 3.19.0

Release notes

Sourced from @​tabler/icons-react's releases.

Release 3.19.0

18 new icons:

  • filled/favicon
  • filled/icons
  • filled/ironing-1
  • filled/ironing-2
  • filled/ironing-3
  • filled/ironing-steam
  • filled/sitemap
  • outline/arrow-down-dashed
  • outline/arrow-left-dashed
  • outline/arrow-narrow-down-dashed
  • outline/arrow-narrow-left-dashed
  • outline/arrow-narrow-right-dashed
  • outline/arrow-narrow-up-dashed
  • outline/arrow-right-dashed
  • outline/arrow-up-dashed
  • outline/building-cog
  • outline/building-minus
  • outline/building-plus

Fixed icon: outline/sitemap

Improvements

Fixes

Release 3.18.0

18 new icons:

  • outline/joker
  • outline/number-10
  • outline/number-11
  • outline/play-card-1
  • outline/play-card-10
  • outline/play-card-2
  • outline/play-card-3
  • outline/play-card-4
  • outline/play-card-5

... (truncated)

Commits

Updates @sentry/react from 8.27.0 to 8.32.0

Release notes

Sourced from @​sentry/react's releases.

8.32.0

Important Changes

  • ref(browser): Move navigation span descriptions into op (#13527)

Moves the description of navigation related browser spans into the op, e.g. browser - cache -> browser.cache and sets the description to the performanceEntry objects' names (in this context it is the URL of the page).

  • feat(node): Add amqplibIntegration (#13714)

  • feat(nestjs): Add SentryGlobalGenericFilter and allow specifying application ref in global filter (#13673)

Adds a SentryGlobalGenericFilter that filters both graphql and http exceptions depending on the context.

  • feat: Set log level for Fetch/XHR breadcrumbs based on status code (#13711)

Sets log levels in breadcrumbs for 5xx to error and 4xx to warning.

Other Changes

  • chore(nextjs): Bump rollup to 3.29.5 (#13761)
  • fix(core): Remove sampled flag from dynamic sampling context in Tracing without Performance mode (#13753)
  • fix(node): Ensure node-fetch does not emit spans without tracing (#13765)
  • fix(nuxt): Use Nuxt error hooks instead of errorHandler to prevent 500 (#13748)
  • fix(test): Unflake LCP test (#13741)

Work in this release was contributed by @​Zen-cronic and @​Sjoertjuh. Thank you for your contributions!

Bundle size 📦

Path Size
@​sentry/browser 22.63 KB
@​sentry/browser - with treeshaking flags 21.42 KB
@​sentry/browser (incl. Tracing) 34.86 KB
@​sentry/browser (incl. Tracing, Replay) 71.36 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 61.79 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 75.71 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 88.48 KB
@​sentry/browser (incl. Tracing, Replay, Feedback, metrics) 90.36 KB
@​sentry/browser (incl. metrics) 26.91 KB
@​sentry/browser (incl. Feedback) 39.77 KB
@​sentry/browser (incl. sendFeedback) 27.29 KB
@​sentry/browser (incl. FeedbackAsync) 32.08 KB
@​sentry/react 25.38 KB
@​sentry/react (incl. Tracing) 37.84 KB
@​sentry/vue 26.8 KB
@​sentry/vue (incl. Tracing) 36.75 KB
@​sentry/svelte 22.76 KB
CDN Bundle 23.94 KB

... (truncated)

Changelog

Sourced from @​sentry/react's changelog.

8.32.0

Important Changes

  • ref(browser): Move navigation span descriptions into op (#13527)

Moves the description of navigation related browser spans into the op, e.g. browser - cache -> browser.cache and sets the description to the performanceEntry objects' names (in this context it is the URL of the page).

  • feat(node): Add amqplibIntegration (#13714)

  • feat(nestjs): Add SentryGlobalGenericFilter and allow specifying application ref in global filter (#13673)

Adds a SentryGlobalGenericFilter that filters both graphql and http exceptions depending on the context.

  • feat: Set log level for Fetch/XHR breadcrumbs based on status code (#13711)

Sets log levels in breadcrumbs for 5xx to error and 4xx to warning.

Other Changes

  • chore(nextjs): Bump rollup to 3.29.5 (#13761)
  • fix(core): Remove sampled flag from dynamic sampling context in Tracing without Performance mode (#13753)
  • fix(node): Ensure node-fetch does not emit spans without tracing (#13765)
  • fix(nuxt): Use Nuxt error hooks instead of errorHandler to prevent 500 (#13748)
  • fix(test): Unflake LCP test (#13741)

Work in this release was contributed by @​Zen-cronic and @​Sjoertjuh. Thank you for your contributions!

8.31.0

Important Changes

  • feat(node): Add dataloader integration (#13664)

This release adds a new integration for the dataloader package. The Node SDK (and all SDKs that depend on it) will now automatically instrument dataloader instances. You can also add it manually:

Sentry.init({
  integrations: [Sentry.dataloaderIntegration()],
});

... (truncated)

Commits
  • f1a8bea release: 8.32.0
  • ae901c3 Merge pull request #13770 from getsentry/prepare-release/8.32.0
  • 0a21708 meta(changelog): Update changelog for 8.32.0
  • efd7a70 docs: Fix changelog (#13786)
  • 0aac3c6 Merge pull request #13772 from getsentry/fn/manual-sync
  • 9018132 test: Unflake some node-integration-tests (#13771)
  • 07d9d35 wip: add browser utils dep
  • 354dcee fix(core): Remove sampled flag from dynamic sampling context in Tracing wit...
  • cb7f16e ref: Add external contributor to CHANGELOG.md (#13764)
  • ed150ed chore(nextjs): Bump rollup to 3.29.5 (#13761)
  • Additional commits viewable in compare view

Updates apexcharts from 3.49.1 to 3.54.0

Release notes

Sourced from apexcharts's releases.

💎 Version 3.54.0

What's Changed

New Contributors

Full Changelog: apexcharts/apexcharts.js@v3.53.0...v3.54.0

💎 Version 3.53.0

What's new

New Property

New method

  • highlightSeries; In a multi-series chart, call this method to reduce opacity of all other series and only highlight a particular one.

Enhancements

  • Mousewheel support for zooming; references #960

Bugfixes

Announcements

  • End support for IE11.

New Contributors

... (truncated)

Commits

Updates react-intl from 6.6.8 to 6.7.0

Release notes

Sourced from react-intl's releases.

[email protected]

6.7.0 (2024-09-23)

Bug Fixes

Features

Commits
  • 09b1aba build: publish
  • f9a0e1b feat(eslint-plugin-formatjs): add support for eslint v9
  • c537f92 chore(deps): update dependency @​orama/plugin-docusaurus-v3 to v2.0.24 (#4514)
  • 119c39d build(deps): bump path-to-regexp and @​parcel/reporter-dev-server (#4513)
  • 1128e43 build(deps): bump webpack (#4506)
  • 3db51c5 chore(deps): update dependency @​napi-rs/cli to v2.18.4 (#4494)
  • b94982d build(deps): bump elliptic (#4493)
  • eca727c chore(deps): update dependency terser to v5.32.0 (#4448)
  • ff875ca chore(deps): upgrade tzdata, fix #4512
  • 960fab8 chore(deps): update dependency @​orama/plugin-docusaurus-v3 to v2.0.23 (#4495)
  • Additional commits viewable in compare view

Updates react-remove-scroll from 2.5.10 to 2.6.0

Commits

Updates react-select from 5.8.0 to 5.8.1

Release notes

Sourced from react-select's releases.

[email protected]

Patch Changes

  • dd740ced #5960 Thanks @​leonaves! - No longer send pop-value action when multi-select is empty. This correctly resolves typings with that event, where removedValue cannot be undefined.
Commits

Updates @storybook/addon-designs from 8.0.2 to 8.0.3

Release notes

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

v8.0.3

🐛 Bug Fix

Authors: 2

Commits
  • 8e63a56 Update CHANGELOG.md [skip ci]
  • 1138e9a Merge pull request #240 from storybookjs/feature/updated-figma-share-url
  • 540483c Merge branch 'master' into feature/updated-figma-share-url
  • a2a11ab Ignore CHANGELOG.md
  • 9d8f448 Don't lint autogenerated changelog file
  • 2b4de44 Update packages/storybook-addon-designs/src/manager/components/Figma.tsx
  • 34721f5 Support new Figma share URL
  • See full diff in compare view

Updates @storybook/addon-essentials from 8.1.8 to 8.3.4

Release notes

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

v8.3.4

8.3.4

v8.3.3

8.3.3

  • CLI: Show constraints in error when getting depndencies - #29187, thanks @​andrasczeh!
  • React-Vite: Downgrade react-docgen-typescript plugin - #29184, thanks @​shilman!
  • UI: Fix composed storybook TooltipLinkList bug where href isn't passed forward - #29175, thanks @​JSMike!

v8.3.2

8.3.2

v8.3.1

8.3.1

v8.3.0

8.3.0

Fresh out of the oven! Storybook 8.3 brings you:

  • ⚡️ First-class Vitest integration to run stories as component tests
  • 🔼 Next.js-Vite framework for Vitest compatibility and better DX
  • 🗜️ Further reduced bundle size for a smaller install footprint
  • 🌐 Experimental Story globals to standardize stories for themes, viewports, and locales
  • 💯 Hundreds more improvements

... (truncated)

Changelog

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

8.3.4

8.3.3

  • CLI: Show constraints in error when getting depndencies - #29187, thanks @​andrasczeh!
  • React-Vite: Downgrade react-docgen-typescript plugin - #29184, thanks @​shilman!
  • UI: Fix composed storybook TooltipLinkList bug where href isn't passed forward - #29175, thanks @​JSMike!

8.3.2

8.3.1

8.3.0

Fresh out of the oven! Storybook 8.3 brings you:

  • ⚡️ First-class Vitest integration to run stories as component tests
  • 🔼 Next.js-Vite framework for Vitest compatibility and better DX
  • 🗜️ Further reduced bundle size for a smaller install footprint
  • 🌐 Experimental Story globals to standardize stories for themes, viewports, and locales
  • 💯 Hundreds more improvements
  • Addon Test: Improve messages and post install script handling - #29036, thanks @​yannbf!
  • Addon Viewport: Add default options via parameters - #28944, thanks @​ndelangen!
  • Addon Test: Add experimental vitest integration - #28768, thanks @​kasperpeulen!
  • Addon Test: Fix error message logic in set up file - #28906, thanks @​yannbf!
  • Addon Test: Fix indentation of 'vitePluginNext' in generated Vitest config file - #29011, thanks @​ghengeveld!
  • Addon Test: Fix postinstall file types - #28978, thanks @​shilman!
  • Addon Test: Fix tests potentially not existing in non-isolate mode - #28993, thanks @​yannbf!
  • Addon Test: Improve transformation logic to avoid duplicate tests - #28929, thanks @​yannbf!
  • Addon Test: Set default viewport if applicable - #28905, thanks @​yannbf!
  • Addon Test: Set screenshotFailures to false by default - #28908, thanks @​yannbf!
  • Addon Docs: Remove babel dependency - #28915, thanks @​shilman!
  • Addon Interactions: Fix status in panel tab - #28580, thanks @​yannbf!
  • Angular: Fix Angular template error for props with a circular reference - #28498, thanks @​Marklb!
  • Angular: Fix template props not able to use dot notation - #28588, thanks @​Marklb!

... (truncated)

Commits
  • 20ab887 Bump version from "8.3.3" to "8.3.4" [skip ci]
  • e159e49 Bump version from "8.3.2" to "8.3.3" [skip ci]
  • ee03ab0 Bump version from "8.3.1" to "8.3.2" [skip ci]
  • 43accbc Bump version from "8.3.0" to "8.3.1" [skip ci]
  • 7e94ba6 Bump version from "8.3.0-beta.5" to "8.3.0" [skip ci]
  • bce7d70 Bump version from "8.3.0-beta.4" to "8.3.0-beta.5" [skip ci]
  • cce24a0 Bump version from "8.3.0-beta.3" to "8.3.0-beta.4" [skip ci]
  • daf6159 Bump version from "8.3.0-beta.2" to "8.3.0-beta.3" [skip ci]
  • 00c1524 Bump version from "8.3.0-beta.1" to "8.3.0-beta.2" [skip ci]
  • acd2b70 Bump version from "8.3.0-beta.0" to "8.3.0-beta.1" [skip ci]
  • Additional commits viewable in compare view

Updates @storybook/addon-mdx-gfm from 8.1.8 to 8.3.4

Release notes

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

v8.3.4

8.3.4

v8.3.3

8.3.3

  • CLI: Show constraints in error when getting depndencies - #29187, thanks @​andrasczeh!
  • React-Vite: Downgrade react-docgen-typescript plugin - #29184, thanks @​shilman!
  • UI: Fix composed storybook TooltipLinkList bug where href isn't passed forward - #29175, thanks @​JSMike!

v8.3.2

8.3.2

v8.3.1

8.3.1

v8.3.0

8.3.0

Fresh out of the oven! Storybook 8.3 brings you:

  • ⚡️ First-class Vitest integration to run stories as component tests
  • 🔼 Next.js-Vite framework for Vitest compatibility and better DX
  • 🗜️ Further reduced bundle size for a smaller install footprint
  • 🌐 Experimental Story globals to standardize stories for themes, viewports, and locales
  • 💯 Hundreds more improvements

... (truncated)

Changelog

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

8.3.4

8.3.3

  • CLI: Show constraints in error when getting depndencies - #29187, thanks @​andrasczeh!
  • React-Vite: Downgrade react-docgen-typescript plugin - #29184, thanks @​shilman!
  • UI: Fix composed storybook TooltipLinkList bug where href isn't passed forward - #29175, thanks @​JSMike!

8.3.2

8.3.1

8.3.0

Fresh out of the oven! Storybook 8.3 brings you:

  • ⚡️ First-class Vitest integration to run stories as component tests
  • 🔼 Next.js-Vite framework for Vitest compatibility and better DX
  • 🗜️ Further reduced bundle size for a smaller install footprint
  • 🌐 Experimental Story globals to standardize stories for themes, viewports, and locales
  • 💯 Hundreds more improvements
  • Addon Test: Improve messages and post install script handling - #29036, thanks @​yannbf!
  • Addon Viewport: Add default options via parameters - #28944, thanks @​ndelangen!
  • Addon Test: Add experimental vitest integration - #28768, thanks @​kasperpeulen!
  • Addon Test: Fix error message logic in set up file - #28906, thanks @​yannbf!
  • Addon Test: Fix indentation of 'vitePluginNext' in generated Vitest config file - #29011, thanks @​ghengeveld!
  • Addon Test: Fix postinstall file types - #28978, thanks @​shilman!
  • Addon Test: Fix tests potentially not existing in non-isolate mode - #28993, thanks @​yannbf!
  • Addon Test: Improve transformation logic to avoid duplicate tests - #28929, thanks @​yannbf!
  • Addon Test: Set default viewport if applicable - #28905, thanks @​yannbf!
  • Addon Test: Set screenshotFailures to false by default - #28908, thanks @​yannbf!
  • Addon Docs: Remove babel dependency - #28915, thanks @​shilman!
  • Addon Interactions: Fix status in panel tab - #28580, thanks @​yannbf!
  • Angular: Fix Angular template error for props with a circular reference - #28498, thanks @​Marklb!
  • Angular: Fix template props not able to use dot notation - #28588, thanks @​Marklb!

... (truncated)

Commits
  • 20ab887 Bump version from "8.3.3" to "8.3.4" [skip ci]
  • e159e49 Bump version from "8.3.2" to "8.3.3" [skip ci]
  • ee03ab0 Bump version from "8.3.1" to "8.3.2" [skip ci]
  • 43accbc Bump version from "8.3.0" to "8.3.1" [skip ci]
  • 7e94ba6 Bump version from "8.3.0-beta.5" to "8.3.0" [skip ci]
  • bce7d70 Bump version from "8.3.0-beta.4" to "8.3.0-beta.5" [skip ci]
  • cce24a0 Bump version from "8.3.0-beta.3" to "8.3.0-beta.4" [skip ci]
  • daf6159 Bump version from "8.3.0-beta.2" to "8.3.0-beta.3" [skip ci]
  • 00c1524 Bump version from "8.3.0-beta.1" to "8.3.0-beta.2" [skip ci]
  • acd2b70 Bump version from "8.3.0-beta.0" to "8.3.0-beta.1" [skip ci]
  • Additional commits viewable in compare view

Updates @storybook/addon-actions from 8.1.8 to 8.3.4

Release notes

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

v8.3.4

8.3.4

v8.3.3

8.3.3

  • CLI: Show constraints in error when getting depndencies - #29187, thanks @​andrasczeh!
  • React-Vite: Downgrade react-docgen-typescript plugin - #29184, thanks @​shilman!
  • UI: Fix composed storybook TooltipLinkList bug where href isn't passed forward - #29175, thanks @​JSMike!

v8.3.2

8.3.2

  • CLI: Fix skip-install for st...

    Description has been truncated

Bumps the safe group with 28 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) | `3.3.0` | `3.19.0` |
| [@sentry/react](https://github.com/getsentry/sentry-javascript) | `8.27.0` | `8.32.0` |
| [apexcharts](https://github.com/apexcharts/apexcharts.js) | `3.49.1` | `3.54.0` |
| [react-intl](https://github.com/formatjs/formatjs) | `6.6.8` | `6.7.0` |
| [react-remove-scroll](https://github.com/theKashey/react-remove-scroll) | `2.5.10` | `2.6.0` |
| [react-select](https://github.com/JedWatson/react-select) | `5.8.0` | `5.8.1` |
| [@storybook/addon-designs](https://github.com/storybookjs/addon-designs) | `8.0.2` | `8.0.3` |
| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `8.1.8` | `8.3.4` |
| [@storybook/addon-mdx-gfm](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/gfm) | `8.1.8` | `8.3.4` |
| [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/actions) | `8.1.8` | `8.3.4` |
| [@storybook/cli](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.1.8` | `8.3.4` |
| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.1.8` | `8.3.4` |
| [@storybook/react-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-webpack5) | `8.1.8` | `8.3.4` |
| [babel-loader](https://github.com/babel/babel-loader) | `9.1.3` | `9.2.1` |
| [cypress](https://github.com/cypress-io/cypress) | `13.14.1` | `13.15.0` |
| [eslint-import-resolver-webpack](https://github.com/import-js/eslint-plugin-import/tree/HEAD/resolvers/webpack) | `0.13.8` | `0.13.9` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.1` | `2.30.0` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.8.2` | `28.8.3` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `50.2.2` | `50.3.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.3` | `5.2.1` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.35.0` | `7.37.0` |
| [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) | `3.0.1` | `3.0.2` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.12.0` | `8.13.0` |
| [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.3` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.5.0` | `16.9.0` |
| [stylus-loader](https://github.com/webpack-contrib/stylus-loader) | `8.1.0` | `8.1.1` |
| [webpack](https://github.com/webpack/webpack) | `5.94.0` | `5.95.0` |
| [webpack-dev-server](https://github.com/webpack/webpack-dev-server) | `5.0.4` | `5.1.0` |



Updates `@tabler/icons-react` from 3.3.0 to 3.19.0
- [Release notes](https://github.com/tabler/tabler-icons/releases)
- [Commits](https://github.com/tabler/tabler-icons/commits/v3.19.0/packages/icons-react)

Updates `@sentry/react` from 8.27.0 to 8.32.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.27.0...8.32.0)

Updates `apexcharts` from 3.49.1 to 3.54.0
- [Release notes](https://github.com/apexcharts/apexcharts.js/releases)
- [Commits](apexcharts/apexcharts.js@v3.49.1...v3.54.0)

Updates `react-intl` from 6.6.8 to 6.7.0
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/[email protected]@6.7.0)

Updates `react-remove-scroll` from 2.5.10 to 2.6.0
- [Release notes](https://github.com/theKashey/react-remove-scroll/releases)
- [Changelog](https://github.com/theKashey/react-remove-scroll/blob/master/CHANGELOG.md)
- [Commits](theKashey/react-remove-scroll@v2.5.10...v2.6.0)

Updates `react-select` from 5.8.0 to 5.8.1
- [Release notes](https://github.com/JedWatson/react-select/releases)
- [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/JedWatson/react-select/compare/[email protected]@5.8.1)

Updates `@storybook/addon-designs` from 8.0.2 to 8.0.3
- [Release notes](https://github.com/storybookjs/addon-designs/releases)
- [Changelog](https://github.com/storybookjs/addon-designs/blob/master/CHANGELOG.v1-6.md)
- [Commits](storybookjs/addon-designs@v8.0.2...v8.0.3)

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

Updates `@storybook/addon-mdx-gfm` from 8.1.8 to 8.3.4
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.3.4/code/addons/gfm)

Updates `@storybook/addon-actions` from 8.1.8 to 8.3.4
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.3.4/code/addons/actions)

Updates `@storybook/cli` from 8.1.8 to 8.3.4
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.3.4/code/lib/cli)

Updates `@storybook/react` from 8.1.8 to 8.3.4
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.3.4/code/renderers/react)

Updates `@storybook/react-webpack5` from 8.1.8 to 8.3.4
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.3.4/code/frameworks/react-webpack5)

Updates `babel-loader` from 9.1.3 to 9.2.1
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](babel/babel-loader@v9.1.3...v9.2.1)

Updates `cypress` from 13.14.1 to 13.15.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v13.14.1...v13.15.0)

Updates `eslint-import-resolver-webpack` from 0.13.8 to 0.13.9
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/resolvers/webpack/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/commits/resolvers/webpack/v0.13.9/resolvers/webpack)

Updates `eslint-plugin-import` from 2.29.1 to 2.30.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.29.1...v2.30.0)

Updates `eslint-plugin-jest` from 28.8.2 to 28.8.3
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v28.8.2...v28.8.3)

Updates `eslint-plugin-jsdoc` from 50.2.2 to 50.3.0
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v50.2.2...v50.3.0)

Updates `eslint-plugin-prettier` from 5.1.3 to 5.2.1
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.1.3...v5.2.1)

Updates `eslint-plugin-react` from 7.35.0 to 7.37.0
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.35.0...v7.37.0)

Updates `http-proxy-middleware` from 3.0.1 to 3.0.2
- [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@v3.0.1...v3.0.2)

Updates `pg` from 8.12.0 to 8.13.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/[email protected]/packages/pg)

Updates `prettier` from 3.2.5 to 3.3.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.2.5...3.3.3)

Updates `stylelint` from 16.5.0 to 16.9.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@16.5.0...16.9.0)

Updates `storybook` from 8.1.8 to 8.3.4
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.3.4/code/lib/cli)

Updates `stylus-loader` from 8.1.0 to 8.1.1
- [Release notes](https://github.com/webpack-contrib/stylus-loader/releases)
- [Changelog](https://github.com/webpack-contrib/stylus-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/stylus-loader@v8.1.0...v8.1.1)

Updates `webpack` from 5.94.0 to 5.95.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.94.0...v5.95.0)

Updates `webpack-dev-server` from 5.0.4 to 5.1.0
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v5.0.4...v5.1.0)

---
updated-dependencies:
- dependency-name: "@tabler/icons-react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: "@sentry/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: apexcharts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: react-intl
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: react-remove-scroll
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: react-select
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: "@storybook/addon-designs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: "@storybook/addon-mdx-gfm"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: "@storybook/addon-actions"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: "@storybook/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: "@storybook/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: "@storybook/react-webpack5"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: babel-loader
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: eslint-import-resolver-webpack
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: http-proxy-middleware
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: pg
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: stylus-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: webpack-dev-server
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 30, 2024 10:50
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 30, 2024
@dependabot dependabot bot requested a review from kschiffer September 30, 2024 10:50
@github-actions github-actions bot added the ui/web This is related to a web interface label Oct 2, 2024
@kschiffer kschiffer merged commit 3d00b5e into v3.32 Oct 2, 2024
13 checks passed
@kschiffer kschiffer deleted the dependabot/npm_and_yarn/safe-94d48ebcc8 branch October 2, 2024 12:19
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 ui/web This is related to a web interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant