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

Bump the npm-deps group with 23 updates #117

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2024

Bumps the npm-deps group with 23 updates:

Package From To
@types/gtag.js 0.0.18 0.0.19
rollbar 2.26.2 2.26.3
vue 3.4.15 3.4.19
@playwright/test 1.41.1 1.41.2
@primer/css 21.1.1 21.2.0
@storybook/addon-essentials 7.6.10 7.6.16
@storybook/cli 7.6.10 7.6.16
@storybook/vue3 7.6.10 7.6.16
@storybook/vue3-webpack5 7.6.10 7.6.16
@types/css-font-loading-module 0.0.12 0.0.13
@types/google.analytics 0.0.45 0.0.46
@typescript-eslint/eslint-plugin 6.19.1 7.0.2
@typescript-eslint/parser 6.19.1 7.0.2
chromatic 10.6.0 10.9.6
css-loader 6.9.1 6.10.0
eslint-plugin-storybook 0.6.15 0.8.0
eslint-plugin-vue 9.20.1 9.21.1
postcss 8.4.33 8.4.35
prettier 3.2.4 3.2.5
storybook 7.6.10 7.6.16
stylelint 16.2.0 16.2.1
webpack 5.90.0 5.90.3
webpack-dev-server 4.15.1 5.0.2

Updates @types/gtag.js from 0.0.18 to 0.0.19

Commits

Updates rollbar from 2.26.2 to 2.26.3

Release notes

Sourced from rollbar's releases.

v2.26.3

Commits
  • f4cbd01 Release 2.26.3 (#1130)
  • a983381 Merge pull request #1119 from rollbar/matt/sc-127975/remove-node-8-support
  • b31c1b8 Merge remote-tracking branch 'origin/master' into matt/sc-127975/remove-node-...
  • ca540c9 fix: remove is_js dependency (#1121)
  • 7561d2e chore(deps): bump grunt-contrib-jshint, remove vulnerability
  • a9d7ca9 chore(deps): remove unused deps from browserstack
  • 1a3e342 chore(tests): remove unused browserstack config
  • e56f09b chore(config): remove sourceMap option to terser, has been removed
  • c94b60b chore(deps): remove old babel-core (renamed to @​babel/core)
  • 9c062e3 chore(deps): bump karma version
  • Additional commits viewable in compare view

Updates vue from 3.4.15 to 3.4.19

Release notes

Sourced from vue's releases.

v3.4.19

Please refer to CHANGELOG.md for details.

v3.4.18

Please refer to CHANGELOG.md for details.

v3.4.17

Please refer to CHANGELOG.md for details.

v3.4.16

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue's changelog.

3.4.19 (2024-02-13)

Bug Fixes

  • deps: pin lru-cache to avoid hashing error (b8be990), closes #10300
  • hydration: fix css vars hydration mismatch false positive on non-root nodes (995d2fd), closes #10317 #10325
  • runtime-dom: should not trigger transition when v-show value is falsy (#10311) (e509639)

Features

Note: this warning is categorized as a feature but released in a patch because it does not affect public APIs.

  • dx: warn users when computed is self-triggering (#10299) (f7ba97f)

Performance Improvements

3.4.18 (2024-02-09)

Bug Fixes

  • dx: warn against reserved keys as prop name (77a804b), closes #10281
  • runtime-dom: ensure v-show respects display value set via v-bind (#10297) (c224897), closes #10151

3.4.17 (2024-02-09)

Reverts

3.4.16 (2024-02-08)

Bug Fixes

  • compiler-core: handle same-name shorthand edge case for in-DOM templates (cb87b62), closes #10280
  • compiler-core: support v-bind shorthand syntax for dynamic slot name (#10218) (91f058a), closes #10213
  • deps: update compiler (#10269) (336bb65)

... (truncated)

Commits
  • 272ab9f release: v3.4.19
  • 18f1f45 chore: fix renovate.json formatting
  • 995d2fd fix(hydration): fix css vars hydration mismatch false positive on non-root nodes
  • df4a6e1 chore(deps): bump @​vue/consolidate
  • f7ba97f feat(dx): warn users when computed is self-triggering (#10299)
  • b99ac93 chore: ignore lru-cache in renovate.json
  • 0ce536c chore(deps): update dependency npm-run-all2 to v6 (#10309)
  • 5f7a0a0 chore(errorHandling): directly return value in callWithErrorHandling function...
  • b8be990 fix(deps): pin lru-cache to avoid hashing error
  • 159efa9 chore: fix local test run mode in release script
  • Additional commits viewable in compare view

Updates @playwright/test from 1.41.1 to 1.41.2

Release notes

Sourced from @​playwright/test's releases.

v1.41.2

Highlights

microsoft/playwright#29123 - [REGRESSION] route.continue: Protocol error (Fetch.continueRequest): Invalid InterceptionId.

Browser Versions

  • Chromium 121.0.6167.57
  • Mozilla Firefox 121.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 120
  • Microsoft Edge 120
Commits

Updates @primer/css from 21.1.1 to 21.2.0

Release notes

Sourced from @​primer/css's releases.

v21.2.0

Minor Changes

Patch Changes

Changelog

Sourced from @​primer/css's changelog.

21.2.0

Minor Changes

Patch Changes

Commits

Updates @storybook/addon-essentials from 7.6.10 to 7.6.16

Release notes

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

v7.6.16

7.6.16

  • Addon Themes: Make type generic less strict - #26042, thanks @​yannbf!
  • Interaction: Make sure that adding spies doesn't cause infinite loops with self referencing args #26019, thanks @​kasperpeulen!

v7.6.15

7.6.15

  • Interaction: Make sure that adding spies doesn't cause infinite loops with self referencing args #26019, thanks @​kasperpeulen!

v7.6.14

7.6.14

v7.6.13

7.6.13

v7.6.12

7.6.12

  • CLI: Fix upgrade detecting the wrong version of existing Storybooks - #25752, thanks @​JReinhold!

v7.6.11

7.6.11

Changelog

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

7.6.16

  • Addon Themes: Make type generic less strict - #26042, thanks @​yannbf!
  • Interaction: Make sure that adding spies doesn't cause infinite loops with self referencing args #26019, thanks @​kasperpeulen!

7.6.15

This release accidentally didn't contain anything.

7.6.14

7.6.13

7.6.12

  • CLI: Fix upgrade detecting the wrong version of existing Storybooks - #25752, thanks @​JReinhold!

7.6.11

Commits
  • 287300b Bump version from "7.6.15" to "7.6.16" [skip ci]
  • 8bcc3b4 Bump version from "7.6.14" to "7.6.15" [skip ci]
  • 8d42c55 Bump version from "7.6.13" to "7.6.14" [skip ci]
  • 95ed703 Bump version from "7.6.12" to "7.6.13" [skip ci]
  • cebb1a7 Bump version from "7.6.11" to "7.6.12" [skip ci]
  • a8b5861 Bump version from "7.6.10" to "7.6.11" [skip ci]
  • See full diff in compare view

Updates @storybook/cli from 7.6.10 to 7.6.16

Release notes

Sourced from @​storybook/cli's releases.

v7.6.16

7.6.16

  • Addon Themes: Make type generic less strict - #26042, thanks @​yannbf!
  • Interaction: Make sure that adding spies doesn't cause infinite loops with self referencing args #26019, thanks @​kasperpeulen!

v7.6.15

7.6.15

  • Interaction: Make sure that adding spies doesn't cause infinite loops with self referencing args #26019, thanks @​kasperpeulen!

v7.6.14

7.6.14

v7.6.13

7.6.13

v7.6.12

7.6.12

  • CLI: Fix upgrade detecting the wrong version of existing Storybooks - #25752, thanks @​JReinhold!

v7.6.11

7.6.11

Changelog

Sourced from @​storybook/cli's changelog.

7.6.16

  • Addon Themes: Make type generic less strict - #26042, thanks @​yannbf!
  • Interaction: Make sure that adding spies doesn't cause infinite loops with self referencing args #26019, thanks @​kasperpeulen!

7.6.15

This release accidentally didn't contain anything.

7.6.14

7.6.13

7.6.12

  • CLI: Fix upgrade detecting the wrong version of existing Storybooks - #25752, thanks @​JReinhold!

7.6.11

Commits
  • 287300b Bump version from "7.6.15" to "7.6.16" [skip ci]
  • 8bcc3b4 Bump version from "7.6.14" to "7.6.15" [skip ci]
  • 8d42c55 Bump version from "7.6.13" to "7.6.14" [skip ci]
  • 95ed703 Bump version from "7.6.12" to "7.6.13" [skip ci]
  • 71ed216 Merge pull request #25908 from storybookjs/dannyhw/fix-rn-init-existing-package
  • 4606346 Merge pull request #25895 from storybookjs/dannyhw/adjust-rn-init
  • cebb1a7 Bump version from "7.6.11" to "7.6.12" [skip ci]
  • 620cb80 Merge pull request #25752 from storybookjs/jeppe/fix-upgrade-version-detection
  • a8b5861 Bump version from "7.6.10" to "7.6.11" [skip ci]
  • cd32866 Disable angular/15-ts to unblock CI
  • Additional commits viewable in compare view

Updates @storybook/vue3 from 7.6.10 to 7.6.16

Release notes

Sourced from @​storybook/vue3's releases.

v7.6.16

7.6.16

  • Addon Themes: Make type generic less strict - #26042, thanks @​yannbf!
  • Interaction: Make sure that adding spies doesn't cause infinite loops with self referencing args #26019, thanks @​kasperpeulen!

v7.6.15

7.6.15

  • Interaction: Make sure that adding spies doesn't cause infinite loops with self referencing args #26019, thanks @​kasperpeulen!

v7.6.14

7.6.14

v7.6.13

7.6.13

v7.6.12

7.6.12

  • CLI: Fix upgrade detecting the wrong version of existing Storybooks - #25752, thanks @​JReinhold!

v7.6.11

7.6.11

Changelog

Sourced from @​storybook/vue3's changelog.

7.6.16

  • Addon Themes: Make type generic less strict - #26042, thanks @​yannbf!
  • Interaction: Make sure that adding spies doesn't cause infinite loops with self referencing args #26019, thanks @​kasperpeulen!

7.6.15

This release accidentally didn't contain anything.

7.6.14

7.6.13

7.6.12

  • CLI: Fix upgrade detecting the wrong version of existing Storybooks - #25752, thanks @​JReinhold!

7.6.11

Commits
  • 287300b Bump version from "7.6.15" to "7.6.16" [skip ci]
  • 8bcc3b4 Bump version from "7.6.14" to "7.6.15" [skip ci]
  • 8d42c55 Bump version from "7.6.13" to "7.6.14" [skip ci]
  • 95ed703 Bump version from "7.6.12" to "7.6.13" [skip ci]
  • cebb1a7 Bump version from "7.6.11" to "7.6.12" [skip ci]
  • a8b5861 Bump version from "7.6.10" to "7.6.11" [skip ci]
  • See full diff in compare view

Updates @storybook/vue3-webpack5 from 7.6.10 to 7.6.16

Release notes

Sourced from @​storybook/vue3-webpack5's releases.

v7.6.16

7.6.16

  • Addon Themes: Make type generic less strict - #26042, thanks @​yannbf!
  • Interaction: Make sure that adding spies doesn't cause infinite loops with self referencing args #26019, thanks @​kasperpeulen!

v7.6.15

7.6.15

  • Interaction: Make sure that adding spies doesn't cause infinite loops with self referencing args #26019, thanks @​kasperpeulen!

v7.6.14

7.6.14

v7.6.13

7.6.13

v7.6.12

7.6.12

  • CLI: Fix upgrade detecting the wrong version of existing Storybooks - #25752, thanks @​JReinhold!

v7.6.11

7.6.11

Changelog

Sourced from @​storybook/vue3-webpack5's changelog.

7.6.16

  • Addon Themes: Make type generic less strict - #26042, thanks @​yannbf!
  • Interaction: Make sure that adding spies doesn't cause infinite loops with self referencing args #26019, thanks @​kasperpeulen!

7.6.15

This release accidentally didn't contain anything.

7.6.14

7.6.13

7.6.12

  • CLI: Fix upgrade detecting the wrong version of existing Storybooks - #25752, thanks @​JReinhold!

7.6.11

Commits
  • 287300b Bump version from "7.6.15" to "7.6.16" [skip ci]
  • 8bcc3b4 Bump version from "7.6.14" to "7.6.15" [skip ci]
  • 8d42c55 Bump version from "7.6.13" to "7.6.14" [skip ci]
  • 95ed703 Bump version from "7.6.12" to "7.6.13" [skip ci]
  • fdd7a22 Fix TS errors
  • a63a4f4 Merge pull request #25740 from storybookjs/valentin/fix-storybook-config-typi...
  • cebb1a7 Bump version from "7.6.11" to "7.6.12" [skip ci]
  • a8b5861 Bump version from "7.6.10" to "7.6.11" [skip ci]
  • See full diff in compare view

Updates @types/css-font-loading-module from 0.0.12 to 0.0.13

Commits

Updates @types/google.analytics from 0.0.45 to 0.0.46

Commits

Updates @typescript-eslint/eslint-plugin from 6.19.1 to 7.0.2

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v7.0.2

7.0.2 (2024-02-19)

🩹 Fixes

  • fix tsconfig-less check errors, fix @types/eslint incompatibilities, add tests (#8460)
  • utils: use mergeable interface for settings property (#8485)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.0.1

7.0.1 (2024-02-12)

🩹 Fixes

  • eslint-plugin: update peer dep for parser (#8441)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.0.0

7.0.0 (2024-02-12)

Read more about this release: https://typescript-eslint.io/blog/announcing-typescript-eslint-v7/

🚀 Features

  • add support for flat configs (#7935)

🩹 Fixes

  • eslint-plugin: [prefer-find] stop throwing type errors when converting symbols to numbers (#8390)

⚠️ Breaking Changes

  • ⚠️ bump ESLint, NodeJS, and TS minimum version requirements (#8377)

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

7.0.2 (2024-02-19)

🩹 Fixes

  • fix tsconfig-less check errors, fix @types/eslint incompatibilities, add tests

❤️ Thank You

  • Brad Zacher
  • Gareth Jones

You can read about our versioning strategy and releases on our website.

7.0.1 (2024-02-12)

🩹 Fixes

  • eslint-plugin: update peer dep for parser

❤️ Thank You

  • Tim Dorr

You can read about our versioning strategy and releases on our website.

7.0.0 (2024-02-12)

🚀 Features

  • ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

  • add support for flat configs

🩹 Fixes

  • eslint-plugin: [prefer-find] stop throwing type errors when converting symbols to numbers

⚠️ Breaking Changes

  • ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

❤️ Thank You

... (truncated)

Commits
  • 677e7cc chore(release): publish 7.0.2
  • 300d7d2 docs(eslint-plugin): fix typo in prefer-ts-expect-error (#8504)
  • ebd2959 docs: small typo in no-inferrable-types.md (#8492)
  • 4f3215f chore(release): publish 7.0.1
  • 422791c fix(eslint-plugin): update peer dep for parser (#8441)
  • b27de99 chore(release): publish 7.0.0
  • 379f742 chore(eslint-plugin): [no-confusing-void-expression] explicitly state default...
  • b636baa docs: fix restrict-plus-operands example (#8362)
  • 1aa393c chore(deps): update dependency prettier to v3.2.5 (#8401)
  • 8ef5f4b feat: add support for flat configs (#7935)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 6.19.1 to 7.0.2

Release notes

Sourced from @​typescript-eslint/parser's releases.

v7.0.2

7.0.2 (2024-02-19)

🩹 Fixes

  • fix tsconfig-less check errors, fix @types/eslint incompatibilities, add tests (#8460)
  • utils: use mergeable interface for settings property (#8485)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.0.1

7.0.1 (2024-02-12)

🩹 Fixes

  • eslint-plugin: update peer dep for parser (#8441)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.0.0

7.0.0 (2024-02-12)

Read more about this release: https://typescript-eslint.io/blog/announcing-typescript-eslint-v7/

🚀 Features

  • add support for flat configs (#7935)

🩹 Fixes

  • eslint-plugin: [prefer-find] stop throwing type errors when converting symbols to numbers (#8390)

⚠️ Breaking Changes

  • ⚠️ bump ESLint, NodeJS, and TS minimum version requirements (#8377)

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

7.0.2 (2024-02-19)

🩹 Fixes

  • fix tsconfig-less check errors, fix @types/eslint incompatibilities, add tests

❤️ Thank You

  • Brad Zacher
  • Gareth Jones

You can read about our versioning strategy and releases on our website.

7.0.1 (2024-02-12)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.0.0 (2024-02-12)

🚀 Features

  • ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

  • add support for flat configs

⚠️ Breaking Changes

  • ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

❤️ Thank You

  • Brad Zacher
  • Kirk Waiblinger
  • StyleShit
  • YeonJuan

You can read about our versioning strategy and releases on our website.

6.21.0 (2024-02-05)

🚀 Features

  • allow parserOptions.project: false

... (truncated)

Commits
  • 677e7cc chore(release): publish 7.0.2
  • 4f3215f chore(release): publish 7.0.1
  • b27de99 chore(release): publish 7.0.0
  • 1aa393c chore(deps): update dependency prettier to v3.2.5 (#8401)
  • 8ef5f4b feat: add support for flat configs (#7935)
  • 1200b4c chore(deps): update nx to v17.3.0 (#8317)
  • 584db29 feat: bump ESLint, NodeJS, and TS minimum version requirements (#8377)
  • 289ee88 chore(release): publish 6.21.0
  • aa5edf7 chore(deps): update dependency prettier to v3.2.4 (#8357)
  • 45c0cb2 chore: cleanup test-utils naming/locations (#8341)
  • Additional commits viewable in compare view

Updates chromatic from 10.6.0 to 10.9.6

Release notes

Sourced from chromatic's releases.

v10.9.6

🐛 Bug Fix

Authors: 1

v10.9.5

🐛 Bug Fix

Authors: 1

v10.9.4

🐛 Bug Fix

Authors: 1

v10.9.3

🐛 Bug Fix

Authors: 1

v10.9.2

🐛 Bug Fix

  • Directly execute build-archive-storybook if we can't resolve it #917 (@​tmeasday)
Description has been truncated

Bumps the npm-deps group with 23 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/gtag.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/gtag.js) | `0.0.18` | `0.0.19` |
| [rollbar](https://github.com/rollbar/rollbar.js) | `2.26.2` | `2.26.3` |
| [vue](https://github.com/vuejs/core) | `3.4.15` | `3.4.19` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.41.1` | `1.41.2` |
| [@primer/css](https://github.com/primer/css) | `21.1.1` | `21.2.0` |
| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `7.6.10` | `7.6.16` |
| [@storybook/cli](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `7.6.10` | `7.6.16` |
| [@storybook/vue3](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/vue3) | `7.6.10` | `7.6.16` |
| [@storybook/vue3-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/vue3-webpack5) | `7.6.10` | `7.6.16` |
| [@types/css-font-loading-module](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/css-font-loading-module) | `0.0.12` | `0.0.13` |
| [@types/google.analytics](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/google.analytics) | `0.0.45` | `0.0.46` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.19.1` | `7.0.2` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.19.1` | `7.0.2` |
| [chromatic](https://github.com/chromaui/chromatic-cli) | `10.6.0` | `10.9.6` |
| [css-loader](https://github.com/webpack-contrib/css-loader) | `6.9.1` | `6.10.0` |
| [eslint-plugin-storybook](https://github.com/storybookjs/eslint-plugin-storybook) | `0.6.15` | `0.8.0` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `9.20.1` | `9.21.1` |
| [postcss](https://github.com/postcss/postcss) | `8.4.33` | `8.4.35` |
| [prettier](https://github.com/prettier/prettier) | `3.2.4` | `3.2.5` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `7.6.10` | `7.6.16` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.2.0` | `16.2.1` |
| [webpack](https://github.com/webpack/webpack) | `5.90.0` | `5.90.3` |
| [webpack-dev-server](https://github.com/webpack/webpack-dev-server) | `4.15.1` | `5.0.2` |


Updates `@types/gtag.js` from 0.0.18 to 0.0.19
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/gtag.js)

Updates `rollbar` from 2.26.2 to 2.26.3
- [Release notes](https://github.com/rollbar/rollbar.js/releases)
- [Changelog](https://github.com/rollbar/rollbar.js/blob/master/CHANGELOG.md)
- [Commits](rollbar/rollbar.js@v2.26.2...v2.26.3)

Updates `vue` from 3.4.15 to 3.4.19
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.4.15...v3.4.19)

Updates `@playwright/test` from 1.41.1 to 1.41.2
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.41.1...v1.41.2)

Updates `@primer/css` from 21.1.1 to 21.2.0
- [Release notes](https://github.com/primer/css/releases)
- [Changelog](https://github.com/primer/css/blob/main/CHANGELOG.md)
- [Commits](primer/css@v21.1.1...v21.2.0)

Updates `@storybook/addon-essentials` from 7.6.10 to 7.6.16
- [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.16/code/addons/essentials)

Updates `@storybook/cli` from 7.6.10 to 7.6.16
- [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.16/code/lib/cli)

Updates `@storybook/vue3` from 7.6.10 to 7.6.16
- [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.16/code/renderers/vue3)

Updates `@storybook/vue3-webpack5` from 7.6.10 to 7.6.16
- [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.16/code/frameworks/vue3-webpack5)

Updates `@types/css-font-loading-module` from 0.0.12 to 0.0.13
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/css-font-loading-module)

Updates `@types/google.analytics` from 0.0.45 to 0.0.46
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/google.analytics)

Updates `@typescript-eslint/eslint-plugin` from 6.19.1 to 7.0.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.0.2/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.19.1 to 7.0.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.0.2/packages/parser)

Updates `chromatic` from 10.6.0 to 10.9.6
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](chromaui/chromatic-cli@v10.6.0...v10.9.6)

Updates `css-loader` from 6.9.1 to 6.10.0
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-loader@v6.9.1...v6.10.0)

Updates `eslint-plugin-storybook` from 0.6.15 to 0.8.0
- [Release notes](https://github.com/storybookjs/eslint-plugin-storybook/releases)
- [Changelog](https://github.com/storybookjs/eslint-plugin-storybook/blob/main/CHANGELOG.md)
- [Commits](storybookjs/eslint-plugin-storybook@v0.6.15...v0.8.0)

Updates `eslint-plugin-vue` from 9.20.1 to 9.21.1
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](vuejs/eslint-plugin-vue@v9.20.1...v9.21.1)

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

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

Updates `storybook` from 7.6.10 to 7.6.16
- [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.16/code/lib/cli)

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

Updates `webpack` from 5.90.0 to 5.90.3
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.90.0...v5.90.3)

Updates `webpack-dev-server` from 4.15.1 to 5.0.2
- [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@v4.15.1...v5.0.2)

---
updated-dependencies:
- dependency-name: "@types/gtag.js"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: rollbar
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@primer/css"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@storybook/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@storybook/vue3"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@storybook/vue3-webpack5"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@types/css-font-loading-module"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@types/google.analytics"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: css-loader
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: eslint-plugin-storybook
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: webpack-dev-server
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-deps
...

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 Feb 20, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 21, 2024

Superseded by #118.

@dependabot dependabot bot closed this Feb 21, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-deps-2b74dff6ed branch February 21, 2024 06:01
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