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

deps: bump the safe-dependencies group with 17 updates #159

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps the safe-dependencies group with 17 updates:

Package From To
@arcgis/core 4.27.6 4.28.10
@fortawesome/free-solid-svg-icons 6.4.2 6.5.1
clsx 2.0.0 2.1.0
downshift 8.2.2 8.3.1
eslint-config-prettier 9.0.0 9.1.0
react-error-boundary 4.0.11 4.0.12
reactstrap 9.2.0 9.2.1
@storybook/addon-actions 7.4.6 7.6.6
@storybook/addon-essentials 7.4.6 7.6.6
@storybook/addon-links 7.4.6 7.6.6
@storybook/builder-vite 7.4.6 7.6.6
@storybook/react 7.4.6 7.6.6
@vitejs/plugin-react 4.1.0 4.2.1
prettier 3.0.3 3.1.1
prettier-plugin-organize-imports 3.2.3 3.2.4
prettier-plugin-packagejson 2.4.6 2.4.8
sass 1.69.0 1.69.6

Updates @arcgis/core from 4.27.6 to 4.28.10

Updates @fortawesome/free-solid-svg-icons from 6.4.2 to 6.5.1

Release notes

Sourced from @​fortawesome/free-solid-svg-icons's releases.

Release 6.5.1

Change log available at https://fontawesome.com/docs/changelog/

Release 6.5.0

Change log available at https://fontawesome.com/docs/changelog/

Commits

Updates clsx from 2.0.0 to 2.1.0

Release notes

Sourced from clsx's releases.

v2.1.0

Features

  • Add new clsx/lite submodule for string-only usage: 1a49142

    This is a 140b version of clsx that is ideal for Tailwind and/or React contexts, which typically follow this clsx usage pattern:

    clsx('foo bar', props.maybe && 'conditional classes', props.className);

    Important: This clsx/lite module ignores all non-string arguments and is therefore not a 1:1 replacement for clsx itself!

    import { clsx } from 'clsx';
    import { clsx as lite } from 'clsx/lite';
    // strings-only usage is identical
    clsx('foo', null, 'bar', true && 'baz'); //=> "foo bar baz"
    lite('foo', null, 'bar', true && 'baz'); //=> "foo bar baz"
    // clsx/lite ignores all non-strings
    clsx('foo', { a: true, b: false, c: true }); //=> "foo a c"
    lite('foo', { a: true, b: false, c: true }); //=> "foo"


Full Changelog: lukeed/clsx@v2.0.1...v2.1.0

v2.0.1

Patches

  • (perf) Cache arguments.length & array.length for 6% performance gain (#26): deff09b Adds 5 bytes (+2%) for ~3% avg performance gain Thank you @​jalalazimi

Chores

  • Update module size: bf64e71
  • Update benchmark results: 855eec2, 6e3b2b9,
  • Replace nyc with c8 in CI: 6e2468e
  • Update Node CI matrix: 308a238
  • Fix readme typos (#76, #82): 42354d3, 4c9a55d Thank you @​andipaetzold and @​acusti

Full Changelog: lukeed/clsx@v2.0.0...v2.0.1

Commits

Updates downshift from 8.2.2 to 8.3.1

Release notes

Sourced from downshift's releases.

v8.3.1

8.3.1 (2023-12-29)

Bug Fixes

  • useSelect: correct getLabelProps return type (#1562) (a5d6310)

v8.3.0

8.3.0 (2023-12-29)

Features

v8.2.4

8.2.4 (2023-12-28)

Bug Fixes

  • hooks: check state chage via deep compare (#1558) (4edfc30)

v8.2.3

8.2.3 (2023-11-09)

Bug Fixes

  • hooks: use createInitialState in reducer (#1556) (e534757)
Commits

Updates eslint-config-prettier from 9.0.0 to 9.1.0

Changelog

Sourced from eslint-config-prettier's changelog.

Version 9.1.0 (2023-12-02)

  • Added: [unicorn/template-indent], (as a [special rule][unicorn/template-indent-special]). Thanks to Gürgün Dayıoğlu (@​gurgunday)!
  • Changed: All the [formatting rules that were deprecated in ESLint 8.53.0][deprecated-8.53.0] are now excluded if you set the ESLINT_CONFIG_PRETTIER_NO_DEPRECATED environment variable.
Commits
  • 40c7f3d eslint-config-prettier v9.1.0
  • 4110dff Merge pull request #271 from prettier/deprecated
  • 6d0bd92 Update tests to handle newly deprecated rules
  • 4c876b9 Move rules deprecated in ESLint 8.53.0 to the deprecated section
  • 24445c0 Use specialRule constant
  • 7827196 Group deprecated and removed rules by version
  • 48f804c Roll back to ESLint 8.52.0 for now
  • 16f03b8 Update Prettier
  • b06d618 Update npm packages
  • 25fc427 turn off unicorn/template-indent (#269)
  • Additional commits viewable in compare view

Updates react-error-boundary from 4.0.11 to 4.0.12

Release notes

Sourced from react-error-boundary's releases.

4.0.12

  • Support null fallback prop (#169)
Commits
  • 54a2838 Support null fallback prop
  • 23a4d77 Fix assertion helper function
  • 8c40f40 Merge branch 'master' of github.com:bvaughn/react-error-boundary
  • 1e75248 fix(ErrorBoundary): type narrow ErrorBoundaryState (#163)
  • 04eb8af fix(useErrorBoundary): state type narrow (#161)
  • 9bbe30b 4.0.10 -> 4.0.11
  • See full diff in compare view

Updates reactstrap from 9.2.0 to 9.2.1

Release notes

Sourced from reactstrap's releases.

v9.2.1

9.2.1 (2023-10-05)

Bug Fixes

Changelog

Sourced from reactstrap's changelog.

9.2.1 (2023-10-05)

Bug Fixes

Commits

Updates @storybook/addon-actions from 7.4.6 to 7.6.6

Release notes

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

v7.6.6

7.6.6

v7.6.5

7.6.5

v7.6.4

7.6.4

v7.6.3

7.6.3

v7.6.2

7.6.2

v7.6.1

7.6.1

v7.6.0

7.6.0

Storybook 7.6 is here with increased performance and much more!

  • 🔥 Improved SWC support
  • 🧪 New test utilities and fast build mode
  • 🔼 NextJS SWC + avif support & fixes
  • 🤡 SvelteKit page and navigation mocking
  • ⚛️ React-docgen upgrade
  • 🎨 Controls a11y, background theming, and viewports
  • 🩺 CLI: The doctor is in!
  • 🚫 Addons: Remove React as a peer dependency

... (truncated)

Changelog

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

7.6.6

7.6.5

7.6.4

7.6.3

7.6.2

7.6.1

7.6.0

Storybook 7.6 is here with increased performance and much more!

  • 🔥 Improved SWC support
  • 🧪 New test utilities and fast build mode
  • 🔼 NextJS SWC + avif support & fixes
  • 🤡 SvelteKit page and navigation mocking
  • ⚛️ React-docgen upgrade
  • 🎨 Controls a11y, background theming, and viewports
  • 🩺 CLI: The doctor is in!
  • 🚫 Addons: Remove React as a peer dependency
  • 🪦 Storyshots and Vue2 deprecated

... (truncated)

Commits
  • a3a9ca8 Bump version from "7.6.5" to "7.6.6" [skip ci]
  • 1bb4147 Bump version from "7.6.4" to "7.6.5" [skip ci]
  • 1ba5416 Bump version from "7.6.3" to "7.6.4" [skip ci]
  • afc4c2f Bump version from "7.6.2" to "7.6.3" [skip ci]
  • afc89aa Bump version from "7.6.1" to "7.6.2" [skip ci]
  • 60f9c9a Bump version from "7.6.0" to "7.6.1" [skip ci]
  • b64214c Bump version from "7.6.0-beta.2" to "7.6.0" [skip ci]
  • 975ad76 Update TOC to use heading type
  • b990144 Bump version from "7.6.0-beta.1" to "7.6.0-beta.2" [skip ci]
  • 64de488 Make @​storybook/core-events a regualr dep of @​storybook/addon-actions
  • Additional commits viewable in compare view

Updates @storybook/addon-essentials from 7.4.6 to 7.6.6

Release notes

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

v7.6.6

7.6.6

v7.6.5

7.6.5

v7.6.4

7.6.4

v7.6.3

7.6.3

v7.6.2

7.6.2

v7.6.1

7.6.1

v7.6.0

7.6.0

Storybook 7.6 is here with increased performance and much more!

  • 🔥 Improved SWC support
  • 🧪 New test utilities and fast build mode
  • 🔼 NextJS SWC + avif support & fixes
  • 🤡 SvelteKit page and navigation mocking
  • ⚛️ React-docgen upgrade
  • 🎨 Controls a11y, background theming, and viewports
  • 🩺 CLI: The doctor is in!
  • 🚫 Addons: Remove React as a peer dependency

... (truncated)

Changelog

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

7.6.6

7.6.5

7.6.4

7.6.3

7.6.2

7.6.1

7.6.0

Storybook 7.6 is here with increased performance and much more!

  • 🔥 Improved SWC support
  • 🧪 New test utilities and fast build mode
  • 🔼 NextJS SWC + avif support & fixes
  • 🤡 SvelteKit page and navigation mocking
  • ⚛️ React-docgen upgrade
  • 🎨 Controls a11y, background theming, and viewports
  • 🩺 CLI: The doctor is in!
  • 🚫 Addons: Remove React as a peer dependency
  • 🪦 Storyshots and Vue2 deprecated

... (truncated)

Commits
  • a3a9ca8 Bump version from "7.6.5" to "7.6.6" [skip ci]
  • 1bb4147 Bump version from "7.6.4" to "7.6.5" [skip ci]
  • 1ba5416 Bump version from "7.6.3" to "7.6.4" [skip ci]
  • afc4c2f Bump version from "7.6.2" to "7.6.3" [skip ci]
  • afc89aa Bump version from "7.6.1" to "7.6.2" [skip ci]
  • 60f9c9a Bump version from "7.6.0" to "7.6.1" [skip ci]
  • b64214c Bump version from "7.6.0-beta.2" to "7.6.0" [skip ci]
  • b990144 Bump version from "7.6.0-beta.1" to "7.6.0-beta.2" [skip ci]
  • d82167b Bump version from "7.6.0-beta.0" to "7.6.0-beta.1" [skip ci]
  • 574bb87 Bump version from "7.6.0-alpha.7" to "7.6.0-beta.0" [skip ci]
  • Additional commits viewable in compare view

Updates @storybook/addon-links from 7.4.6 to 7.6.6

Release notes

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

v7.6.6

7.6.6

v7.6.5

7.6.5

v7.6.4

7.6.4

v7.6.3

7.6.3

v7.6.2

7.6.2

v7.6.1

7.6.1

v7.6.0

7.6.0

Storybook 7.6 is here with increased performance and much more!

  • 🔥 Improved SWC support
  • 🧪 New test utilities and fast build mode
  • 🔼 NextJS SWC + avif support & fixes
  • 🤡 SvelteKit page and navigation mocking
  • ⚛️ React-docgen upgrade
  • 🎨 Controls a11y, background theming, and viewports
  • 🩺 CLI: The doctor is in!
  • 🚫 Addons: Remove React as a peer dependency

... (truncated)

Changelog

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

7.6.6

7.6.5

7.6.4

7.6.3

7.6.2

7.6.1

7.6.0

Storybook 7.6 is here with increased performance and much more!

  • 🔥 Improved SWC support
  • 🧪 New test utilities and fast build mode
  • 🔼 NextJS SWC + avif support & fixes
  • 🤡 SvelteKit page and navigation mocking
  • ⚛️ React-docgen upgrade
  • 🎨 Controls a11y, background theming, and viewports
  • 🩺 CLI: The doctor is in!
  • 🚫 Addons: Remove React as a peer dependency
  • 🪦 Storyshots and Vue2 deprecated

... (truncated)

Commits
  • a3a9ca8 Bump version from "7.6.5" to "7.6.6" [skip ci]
  • 1bb4147 Bump version from "7.6.4" to "7.6.5" [skip ci]
  • 1ba5416 Bump version from "7.6.3" to "7.6.4" [skip ci]
  • afc4c2f Bump version from "7.6.2" to "7.6.3" [skip ci]
  • afc89aa Bump version from "7.6.1" to "7.6.2" [skip ci]
  • 60f9c9a Bump version from "7.6.0" to "7.6.1" [skip ci]
  • b64214c Bump version from "7.6.0-beta.2" to "7.6.0" [skip ci]
  • b990144 Bump version from "7.6.0-beta.1" to "7.6.0-beta.2" [skip ci]
  • d82167b Bump version from "7.6.0-beta.0" to "7.6.0-beta.1" [skip ci]
  • 574bb87 Bump version from "7.6.0-alpha.7" to "7.6.0-beta.0" [skip ci]
  • Additional commits viewable in compare view

Updates @storybook/builder-vite from 7.4.6 to 7.6.6

Release notes

Sourced from @​storybook/builder-vite's releases.

v7.6.6

7.6.6

v7.6.5

7.6.5

v7.6.4

7.6.4

v7.6.3

7.6.3

v7.6.2

7.6.2

v7.6.1

7.6.1

v7.6.0

7.6.0

Storybook 7.6 is here with increased performance and much more!

  • 🔥 Improved SWC support
  • 🧪 New test utilities and fast build mode
  • 🔼 NextJS SWC + avif support & fixes
  • 🤡 SvelteKit page and navigation mocking
  • ⚛️ React-docgen upgrade
  • 🎨 Controls a11y, background theming, and viewports
  • 🩺 CLI: The doctor is in!
  • 🚫 Addons: Remove React as a peer dependency

... (truncated)

Changelog

Sourced from @​storybook/builder-vite's changelog.

7.6.6

7.6.5

7.6.4

7.6.3

7.6.2

7.6.1

7.6.0

Storybook 7.6 is here with increased performance and much more!

  • 🔥 Improved SWC support
  • 🧪 New test utilities and fast build mode
  • 🔼 NextJS SWC + avif support & fixes
  • 🤡 SvelteKit page and navigation mocking
  • ⚛️ React-docgen upgrade
  • 🎨 Controls a11y, background theming, and viewports
  • 🩺 CLI: The doctor is in!
  • 🚫 Addons: Remove React as a peer dependency
  • 🪦 Storyshots and Vue2 deprecated

... (truncated)

Commits
  • a3a9ca8 Bump version from "7.6.5" to "7.6.6" [skip ci]
  • 1bb4147 Bump version from "7.6.4" to "7.6.5" [skip ci]
  • 1ba5416 Bump version from "7.6.3" to "7.6.4" [skip ci]
  • afc4c2f Bump version from "7.6.2" to "7.6.3" [skip ci]
  • afc89aa Bump version from "7.6.1" to "7.6.2" [skip ci]
  • 60f9c9a Bump version from "7.6.0" to "7.6.1" [skip ci]
  • b64214c Bump version from "7.6.0-beta.2" to "7.6.0" [skip ci]
  • b990144 Bump version from "7.6.0-beta.1" to "7.6.0-beta.2" [skip ci]
  • d82167b Bump version from "7.6.0-beta.0" to "7.6.0-beta.1" [skip ci]
  • 574bb87 Bump version from "7.6.0-alpha.7" to "7.6.0-beta.0" [skip ci]
  • Additional commits viewable in compare view

Updates @storybook/react from 7.4.6 to 7.6.6

Release notes

Sourced from @​storybook/react's releases.

v7.6.6

7.6.6

v7.6.5

7.6.5

v7.6.4

7.6.4

v7.6.3

7.6.3

v7.6.2

7.6.2

v7.6.1

7.6.1

v7.6.0

7.6.0

Storybook 7.6 is here with increased performance and much more!

  • 🔥 Improved SWC support
  • 🧪 New test utilities and fast build mode
  • 🔼 NextJS SWC + avif support & fixes
  • 🤡 SvelteKit page and navigation mocking
  • ⚛️ React-docgen upgrade
  • 🎨 Controls a11y, background theming, and viewports
  • 🩺 CLI: The doctor is in!
  • 🚫 Addons: Remove React as a peer dependency

... (truncated)

Changelog

Sourced from @​storybook/react's changelog.

7.6.6

Bumps the safe-dependencies group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [@arcgis/core](https://js.arcgis.com) | `4.27.6` | `4.28.10` |
| [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.4.2` | `6.5.1` |
| [clsx](https://github.com/lukeed/clsx) | `2.0.0` | `2.1.0` |
| [downshift](https://github.com/downshift-js/downshift) | `8.2.2` | `8.3.1` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.0.0` | `9.1.0` |
| [react-error-boundary](https://github.com/bvaughn/react-error-boundary) | `4.0.11` | `4.0.12` |
| [reactstrap](https://github.com/reactstrap/reactstrap) | `9.2.0` | `9.2.1` |
| [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/actions) | `7.4.6` | `7.6.6` |
| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `7.4.6` | `7.6.6` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `7.4.6` | `7.6.6` |
| [@storybook/builder-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/builders/builder-vite) | `7.4.6` | `7.6.6` |
| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `7.4.6` | `7.6.6` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `4.1.0` | `4.2.1` |
| [prettier](https://github.com/prettier/prettier) | `3.0.3` | `3.1.1` |
| [prettier-plugin-organize-imports](https://github.com/simonhaenisch/prettier-plugin-organize-imports) | `3.2.3` | `3.2.4` |
| [prettier-plugin-packagejson](https://github.com/matzkoh/prettier-plugin-packagejson) | `2.4.6` | `2.4.8` |
| [sass](https://github.com/sass/dart-sass) | `1.69.0` | `1.69.6` |


Updates `@arcgis/core` from 4.27.6 to 4.28.10

Updates `@fortawesome/free-solid-svg-icons` from 6.4.2 to 6.5.1
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.4.2...6.5.1)

Updates `clsx` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/lukeed/clsx/releases)
- [Commits](lukeed/clsx@v2.0.0...v2.1.0)

Updates `downshift` from 8.2.2 to 8.3.1
- [Release notes](https://github.com/downshift-js/downshift/releases)
- [Changelog](https://github.com/downshift-js/downshift/blob/master/CHANGELOG.md)
- [Commits](downshift-js/downshift@v8.2.2...v8.3.1)

Updates `eslint-config-prettier` from 9.0.0 to 9.1.0
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v9.0.0...v9.1.0)

Updates `react-error-boundary` from 4.0.11 to 4.0.12
- [Release notes](https://github.com/bvaughn/react-error-boundary/releases)
- [Commits](bvaughn/react-error-boundary@4.0.11...4.0.12)

Updates `reactstrap` from 9.2.0 to 9.2.1
- [Release notes](https://github.com/reactstrap/reactstrap/releases)
- [Changelog](https://github.com/reactstrap/reactstrap/blob/master/CHANGELOG.md)
- [Commits](reactstrap/reactstrap@v9.2.0...v9.2.1)

Updates `@storybook/addon-actions` from 7.4.6 to 7.6.6
- [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/v7.6.6/code/addons/actions)

Updates `@storybook/addon-essentials` from 7.4.6 to 7.6.6
- [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/v7.6.6/code/addons/essentials)

Updates `@storybook/addon-links` from 7.4.6 to 7.6.6
- [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/v7.6.6/code/addons/links)

Updates `@storybook/builder-vite` from 7.4.6 to 7.6.6
- [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/v7.6.6/code/builders/builder-vite)

Updates `@storybook/react` from 7.4.6 to 7.6.6
- [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/v7.6.6/code/renderers/react)

Updates `@vitejs/plugin-react` from 4.1.0 to 4.2.1
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.2.1/packages/plugin-react)

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

Updates `prettier-plugin-organize-imports` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/simonhaenisch/prettier-plugin-organize-imports/releases)
- [Commits](simonhaenisch/prettier-plugin-organize-imports@v3.2.3...v3.2.4)

Updates `prettier-plugin-packagejson` from 2.4.6 to 2.4.8
- [Release notes](https://github.com/matzkoh/prettier-plugin-packagejson/releases)
- [Commits](matzkoh/prettier-plugin-packagejson@v2.4.6...v2.4.8)

Updates `sass` from 1.69.0 to 1.69.6
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.69.0...1.69.6)

---
updated-dependencies:
- dependency-name: "@arcgis/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: "@fortawesome/free-solid-svg-icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: clsx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: downshift
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: eslint-config-prettier
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: react-error-boundary
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe-dependencies
- dependency-name: reactstrap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe-dependencies
- dependency-name: "@storybook/addon-actions"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: "@storybook/builder-vite"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: "@storybook/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: "@vitejs/plugin-react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: prettier-plugin-organize-imports
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe-dependencies
- dependency-name: prettier-plugin-packagejson
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe-dependencies
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe-dependencies
...

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 Jan 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2024

Superseded by #162.

@dependabot dependabot bot closed this Feb 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/safe-dependencies-68c1796ddf branch February 1, 2024 14: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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants