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 with 23 updates #7289

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the safe group with 23 updates:

Package From To
@tabler/icons-react 3.3.0 3.15.0
@sentry/react 8.27.0 8.29.0
apexcharts 3.49.1 3.53.0
react-remove-scroll 2.5.10 2.6.0
@inquirer/prompts 5.4.0 5.5.0
@storybook/addon-designs 8.0.2 8.0.3
@storybook/addon-essentials 8.1.8 8.2.9
@storybook/addon-mdx-gfm 8.1.8 8.2.9
@storybook/addon-actions 8.1.8 8.2.9
@storybook/cli 8.1.8 8.2.9
@storybook/react 8.1.8 8.2.9
@storybook/react-webpack5 8.1.8 8.2.9
cypress 13.14.1 13.14.2
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-prettier 5.1.3 5.2.1
eslint-plugin-react 7.35.0 7.35.2
http-proxy-middleware 3.0.1 3.0.2
prettier 3.2.5 3.3.3
stylelint 16.5.0 16.9.0
storybook 8.1.8 8.2.9
webpack-dev-server 5.0.4 5.1.0

Updates @tabler/icons-react from 3.3.0 to 3.15.0

Release notes

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

Release 3.15.0

18 new icons:

  • filled/apple
  • filled/butterfly
  • filled/cannabis
  • filled/carambola
  • filled/clover
  • filled/egg-cracked
  • filled/feather
  • filled/flower
  • filled/glass
  • filled/melon
  • filled/meteor
  • filled/michelin-star
  • filled/milk
  • filled/mountain
  • filled/mug
  • filled/pizza
  • filled/salad
  • filled/seeding

Release 3.14.0

71 new icons:

  • outline/number-100-small
  • outline/number-30-small
  • outline/number-31-small
  • outline/number-32-small
  • outline/number-33-small
  • outline/number-34-small
  • outline/number-35-small
  • outline/number-36-small
  • outline/number-37-small
  • outline/number-38-small
  • outline/number-39-small
  • outline/number-40-small
  • outline/number-41-small
  • outline/number-42-small
  • outline/number-43-small
  • outline/number-44-small
  • outline/number-45-small
  • outline/number-46-small
  • outline/number-47-small
  • outline/number-48-small
  • outline/number-49-small

... (truncated)

Commits

Updates @sentry/react from 8.27.0 to 8.29.0

Release notes

Sourced from @​sentry/react's releases.

8.29.0

Important Changes

  • Beta releases of official Solid and SolidStart Sentry SDKs

This release marks the beta releases of the @sentry/solid and @sentry/solidstart Sentry SDKs. For details on how to use them, check out the Sentry Solid SDK README and the Sentry SolidStart SDK README respectively. Please reach out on GitHub if you have any feedback or concerns.

  • feat(node): Option to only wrap instrumented modules (#13139)

Adds the SDK option to only wrap ES modules with import-in-the-middle that specifically need to be instrumented.

import * as Sentry from '@sentry/node';
Sentry.init({
dsn: 'PUBLIC_DSN',
registerEsmLoaderHooks: { onlyIncludeInstrumentedModules: true },
});

  • feat(node): Update OpenTelemetry packages to instrumentation v0.53.0 (#13587)

All internal OpenTelemetry instrumentation was updated to their latest version. This adds support for Mongoose v7 and v8 and fixes various bugs related to ESM mode.

Other Changes

  • feat(nextjs): Emit warning when using turbopack (#13566)
  • feat(nextjs): Future-proof Next.js config options overriding (#13586)
  • feat(node): Add generic-pool integration (#13465)
  • feat(nuxt): Upload sourcemaps generated by Nitro (#13382)
  • feat(solidstart): Add browserTracingIntegration by default (#13561)
  • feat(solidstart): Add sentrySolidStartVite plugin to simplify source maps upload (#13493)
  • feat(vue): Only start UI spans if parent is available (#13568)
  • fix(cloudflare): Guard context.waitUntil call in request handler (#13549)
  • fix(gatsby): Fix assets path for sourcemaps upload (#13592)
  • fix(nextjs): Use posix paths for sourcemap uploads (#13603)
  • fix(node-fetch): Use stringified origin url (#13581)
  • fix(node): Replace dashes in generic-pool span origins with underscores (#13579)
  • fix(replay): Fix types in WebVitalData (#13573)
  • fix(replay): Improve replay web vital types (#13602)
  • fix(utils): Keep logger on carrier (#13570)

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

... (truncated)

Changelog

Sourced from @​sentry/react's changelog.

8.29.0

Important Changes

  • Beta releases of official Solid and SolidStart Sentry SDKs

This release marks the beta releases of the @sentry/solid and @sentry/solidstart Sentry SDKs. For details on how to use them, check out the Sentry Solid SDK README and the Sentry SolidStart SDK README respectively. Please reach out on GitHub if you have any feedback or concerns.

  • feat(node): Option to only wrap instrumented modules (#13139)

Adds the SDK option to only wrap ES modules with import-in-the-middle that specifically need to be instrumented.

import * as Sentry from '@sentry/node';
Sentry.init({
dsn: 'PUBLIC_DSN',
registerEsmLoaderHooks: { onlyHookedModules: true },
});

  • feat(node): Update OpenTelemetry packages to instrumentation v0.53.0 (#13587)

All internal OpenTelemetry instrumentation was updated to their latest version. This adds support for Mongoose v7 and v8 and fixes various bugs related to ESM mode.

Other Changes

  • feat(nextjs): Emit warning when using turbopack (#13566)
  • feat(nextjs): Future-proof Next.js config options overriding (#13586)
  • feat(node): Add generic-pool integration (#13465)
  • feat(nuxt): Upload sourcemaps generated by Nitro (#13382)
  • feat(solidstart): Add browserTracingIntegration by default (#13561)
  • feat(solidstart): Add sentrySolidStartVite plugin to simplify source maps upload (#13493)
  • feat(vue): Only start UI spans if parent is available (#13568)
  • fix(cloudflare): Guard context.waitUntil call in request handler (#13549)
  • fix(gatsby): Fix assets path for sourcemaps upload (#13592)
  • fix(nextjs): Use posix paths for sourcemap uploads (#13603)
  • fix(node-fetch): Use stringified origin url (#13581)
  • fix(node): Replace dashes in generic-pool span origins with underscores (#13579)
  • fix(replay): Fix types in WebVitalData (#13573)
  • fix(replay): Improve replay web vital types (#13602)
  • fix(utils): Keep logger on carrier (#13570)

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

... (truncated)

Commits
  • 49d95ca release: 8.29.0
  • 75e898f Merge pull request #13619 from getsentry/prepare-release/8.29.0
  • d28a0e5 meta(changelog): Update changelog for 8.29.0
  • e5d1575 fix(replays): Improve replay web vital types (#13602)
  • 8a8f08f fix(nextjs): Use posix paths for sourcemap uploads (#13603)
  • bdec033 fix(gatsby): Fix assets path for sourcemaps upload (#13592)
  • a8e5f59 feat(node): Update OpenTelemetry packages to instrumentation v0.53.0 (#13587)
  • 75aa007 ci: Fix size-limit action on develop branches (#13585)
  • a7a8b80 chore(javascript): Update READMEs of Solid and SolidStart SDKs to indicate be...
  • e2213fc feat(solidstart): Add sentrySolidStartVite plugin to simplify source maps u...
  • Additional commits viewable in compare view

Updates apexcharts from 3.49.1 to 3.53.0

Release notes

Sourced from apexcharts's releases.

💎 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

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

💎 Version 3.52.0

What's Changed

New Contributors

Full Changelog: apexcharts/apexcharts.js@v3.51.0...v3.52.0

v3.51.0

What's Changed

... (truncated)

Commits

Updates react-remove-scroll from 2.5.10 to 2.6.0

Commits

Updates @inquirer/prompts from 5.4.0 to 5.5.0

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

Release notes

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

v8.2.9

8.2.9

v8.2.8

8.2.8

  • CLI: Parse more Yarn Berry errors - #28816, thanks @​yannbf!
  • Fix: Invariant failed: Expected package.json#version to be defined in the "undefined" package - #28752, thanks @​abcdmku!

v8.2.7

8.2.7

v8.2.6

8.2.6

v8.2.5

8.2.5

v8.2.4

8.2.4

v8.2.3

8.2.3

... (truncated)

Changelog

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

8.2.9

8.2.8

  • CLI: Parse more Yarn Berry errors - #28816, thanks @​yannbf!
  • Fix: Invariant failed: Expected package.json#version to be defined in the "undefined" package - #28752, thanks @​abcdmku!

8.2.7

8.2.6

8.2.5

8.2.4

8.2.3

8.2.2

... (truncated)

Commits
  • 95d8beb Bump version from "8.2.8" to "8.2.9" [skip ci]
  • 2faeae2 Bump version from "8.2.7" to "8.2.8" [skip ci]
  • 97d8476 Bump version from "8.2.6" to "8.2.7" [skip ci]
  • ea266a0 Bump version from "8.2.5" to "8.2.6" [skip ci]
  • e3c5995 Bump version from "8.2.4" to "8.2.5" [skip ci]
  • 7b84561 Bump version from "8.2.3" to "8.2.4" [skip ci]
  • 7067b33 Bump version from "8.2.2" to "8.2.3" [skip ci]
  • 480359d Bump version from "8.2.1" to "8.2.2" [skip ci]
  • 9c3d891 Bump version from "8.2.0" to "8.2.1" [skip ci]
  • 8b2f2db Bump version from "8.2.0-beta.3" to "8.2.0" [skip ci]
  • Additional commits viewable in compare view

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

Release notes

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

v8.2.9

8.2.9

v8.2.8

8.2.8

  • CLI: Parse more Yarn Berry errors - #28816, thanks @​yannbf!
  • Fix: Invariant failed: Expected package.json#version to be defined in the "undefined" package - #28752, thanks @​abcdmku!

v8.2.7

8.2.7

v8.2.6

8.2.6

v8.2.5

8.2.5

v8.2.4

8.2.4

v8.2.3

8.2.3

... (truncated)

Changelog

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

8.2.9

8.2.8

  • CLI: Parse more Yarn Berry errors - #28816, thanks @​yannbf!
  • Fix: Invariant failed: Expected package.json#version to be defined in the "undefined" package - #28752, thanks @​abcdmku!

8.2.7

8.2.6

8.2.5

8.2.4

8.2.3

8.2.2

... (truncated)

Commits
  • 95d8beb Bump version from "8.2.8" to "8.2.9" [skip ci]
  • 2faeae2 Bump version from "8.2.7" to "8.2.8" [skip ci]
  • 97d8476 Bump version from "8.2.6" to "8.2.7" [skip ci]
  • ea266a0 Bump version from "8.2.5" to "8.2.6" [skip ci]
  • e3c5995 Bump version from "8.2.4" to "8.2.5" [skip ci]
  • 7b84561 Bump version from "8.2.3" to "8.2.4" [skip ci]
  • 7067b33 Bump version from "8.2.2" to "8.2.3" [skip ci]
  • 480359d Bump version from "8.2.1" to "8.2.2" [skip ci]
  • 9c3d891 Bump version from "8.2.0" to "8.2.1" [skip ci]
  • 8b2f2db Bump version from "8.2.0-beta.3" to "8.2.0" [skip ci]
  • Additional commits viewable in compare view

Updates @storybook/addon-actions from 8.1.8 to 8.2.9

Release notes

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

v8.2.9

8.2.9

v8.2.8

8.2.8

  • CLI: Parse more Yarn Berry errors - #28816, thanks @​yannbf!
  • Fix: Invariant failed: Expected package.json#version to be defined in the "undefined" package - #28752, thanks @​abcdmku!

v8.2.7

8.2.7

v8.2.6

8.2.6

v8.2.5

8.2.5

v8.2.4

8.2.4

v8.2.3

8.2.3

... (truncated)

Changelog

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

8.2.9

  • CLI: Fix init --skip-install - #28853, thanks @​ndelangen!
  • Telemetry: Disable save-from-controls logs for example stories -

Bumps the safe group with 23 updates:

| Package | From | To |
| --- | --- | --- |
| [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) | `3.3.0` | `3.15.0` |
| [@sentry/react](https://github.com/getsentry/sentry-javascript) | `8.27.0` | `8.29.0` |
| [apexcharts](https://github.com/apexcharts/apexcharts.js) | `3.49.1` | `3.53.0` |
| [react-remove-scroll](https://github.com/theKashey/react-remove-scroll) | `2.5.10` | `2.6.0` |
| [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js) | `5.4.0` | `5.5.0` |
| [@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.2.9` |
| [@storybook/addon-mdx-gfm](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/gfm) | `8.1.8` | `8.2.9` |
| [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/actions) | `8.1.8` | `8.2.9` |
| [@storybook/cli](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.1.8` | `8.2.9` |
| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.1.8` | `8.2.9` |
| [@storybook/react-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-webpack5) | `8.1.8` | `8.2.9` |
| [cypress](https://github.com/cypress-io/cypress) | `13.14.1` | `13.14.2` |
| [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-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.35.2` |
| [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) | `3.0.1` | `3.0.2` |
| [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.3` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.5.0` | `16.9.0` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.1.8` | `8.2.9` |
| [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.15.0
- [Release notes](https://github.com/tabler/tabler-icons/releases)
- [Commits](https://github.com/tabler/tabler-icons/commits/v3.15.0/packages/icons-react)

Updates `@sentry/react` from 8.27.0 to 8.29.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.29.0)

Updates `apexcharts` from 3.49.1 to 3.53.0
- [Release notes](https://github.com/apexcharts/apexcharts.js/releases)
- [Commits](apexcharts/apexcharts.js@v3.49.1...v3.53.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 `@inquirer/prompts` from 5.4.0 to 5.5.0
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@5.4.0...@inquirer/prompts@5.5.0)

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.2.9
- [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.2.9/code/addons/essentials)

Updates `@storybook/addon-mdx-gfm` from 8.1.8 to 8.2.9
- [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.2.9/code/addons/gfm)

Updates `@storybook/addon-actions` from 8.1.8 to 8.2.9
- [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.2.9/code/addons/actions)

Updates `@storybook/cli` from 8.1.8 to 8.2.9
- [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.2.9/code/lib/cli)

Updates `@storybook/react` from 8.1.8 to 8.2.9
- [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.2.9/code/renderers/react)

Updates `@storybook/react-webpack5` from 8.1.8 to 8.2.9
- [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.2.9/code/frameworks/react-webpack5)

Updates `cypress` from 13.14.1 to 13.14.2
- [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.14.2)

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-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.35.2
- [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.35.2)

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 `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.2.9
- [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.2.9/code/lib/cli)

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-remove-scroll
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: "@inquirer/prompts"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: cypress
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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-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-patch
  dependency-group: safe
- dependency-name: http-proxy-middleware
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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: webpack-dev-server
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner September 9, 2024 22:33
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 9, 2024
@ryaplots
Copy link
Contributor

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 12, 2024

Superseded by #7298.

@dependabot dependabot bot closed this Sep 12, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/safe-9af0cc92c2 branch September 12, 2024 14:06
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