Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump the patch-and-minor-dev-dependencies group with 22 updates #1769

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps the patch-and-minor-dev-dependencies group with 22 updates:

Package From To
@types/node 22.9.3 22.10.1
html-validate 8.25.1 8.27.0
prettier 3.3.3 3.4.1
stylelint 16.10.0 16.11.0
rollup 4.27.4 4.28.0
@storybook/addon-a11y 8.4.5 8.4.6
@storybook/addon-actions 8.4.5 8.4.6
@storybook/addon-docs 8.4.5 8.4.6
@storybook/addon-essentials 8.4.5 8.4.6
@storybook/addon-interactions 8.4.5 8.4.6
@storybook/addon-links 8.4.5 8.4.6
@storybook/addon-themes 8.4.5 8.4.6
@storybook/blocks 8.4.5 8.4.6
@storybook/components 8.4.5 8.4.6
@storybook/core-events 8.4.5 8.4.6
@storybook/manager-api 8.4.5 8.4.6
@storybook/preview-api 8.4.5 8.4.6
@storybook/react 8.4.5 8.4.6
@storybook/react-vite 8.4.5 8.4.6
@storybook/theming 8.4.5 8.4.6
@vitejs/plugin-react 4.3.3 4.3.4
storybook 8.4.5 8.4.6

Updates @types/node from 22.9.3 to 22.10.1

Commits

Updates html-validate from 8.25.1 to 8.27.0

Release notes

Sourced from html-validate's releases.

v8.27.0

8.27.0 (2024-11-30)

Features

  • api: deprecate Config.init() (d4b5987)
  • config: lazy load transformers (d82bc57), closes #194

v8.26.0

8.26.0 (2024-11-26)

Features

  • better handling of mismatched/unclosed tags (489ccae), closes #272
Commits
  • 11c7b76 chore(release): 8.27.0
  • 9a6f429 Merge branch 'feature/lazy-transform' into 'master'
  • d4b5987 feat(api): deprecate Config.init()
  • d82bc57 feat(config): lazy load transformers
  • adb179a refactor(api): transformSource and transformFilename marked internal
  • a81023a refactor(api): move getTransformerFunction to separate file
  • c92cfdb refactor(api): move getNamedTransformerFromPlugin to separate file
  • 3246219 refactor(api): move getUnnamedTransformerFromPlugin to separate file
  • 099a8b2 refactor(api): move getTransformerFromModule to separate file
  • c33ddd0 chore(deps): update dependency marked to v15.0.3
  • Additional commits viewable in compare view

Updates prettier from 3.3.3 to 3.4.1

Release notes

Sourced from prettier's releases.

3.4.1

🔗 Changelog

3.4.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.4.1

diff

Remove unnecessary parentheses around assignment in v-on (#16887 by @​fisker)

<!-- Input -->
\<template>
  <button @click="foo += 2">Click</button>
</template>
<!-- Prettier 3.4.0 -->
&lt;template>
<button @​click="(foo += 2)">Click</button>
</template>
<!-- Prettier 3.4.1 -->
&lt;template>
<button @​click="foo += 2">Click</button>
</template>

3.4.0

diff

🔗 Release Notes

Commits

Updates stylelint from 16.10.0 to 16.11.0

Release notes

Sourced from stylelint's releases.

16.11.0

Changelog

Sourced from stylelint's changelog.

16.11.0

Commits
  • 4385d8f 16.11.0
  • d24438b Prepare 16.11.0 (#8049)
  • cce8a86 Fix font-family-no-missing-generic-family-keyword false positives for `font...
  • 49f32a5 Bump typescript from 5.6.3 to 5.7.2 in the typescript group (#8141)
  • 25cf2b3 Bump rollup from 4.27.2 to 4.27.4 (#8142)
  • 4a82b50 Fix media-feature-name-value-no-unknown false positives for `display-mode: ...
  • e1460bd Bump @​changesets/cli from 2.27.9 to 2.27.10 in the changesets group (#8140)
  • aefbb7a Bump rollup from 4.25.0 to 4.27.2 (#8130)
  • 3de7212 Enable tokenless upload for Codecov (#8131)
  • bda98ab Bump eslint from 9.14.0 to 9.15.0 in the eslint group (#8128)
  • Additional commits viewable in compare view

Updates rollup from 4.27.4 to 4.28.0

Release notes

Sourced from rollup's releases.

v4.28.0

4.28.0

2024-11-30

Features

  • Allow to specify how to handle import attributes when transpiling Rollup config files (#5743)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.28.0

2024-11-30

Features

  • Allow to specify how to handle import attributes when transpiling Rollup config files (#5743)

Pull Requests

Commits

Updates @storybook/addon-a11y from 8.4.5 to 8.4.6

Release notes

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

v8.4.6

8.4.6

Changelog

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

8.4.6

Commits

Updates @storybook/addon-actions from 8.4.5 to 8.4.6

Release notes

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

v8.4.6

8.4.6

Changelog

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

8.4.6

Commits

Updates @storybook/addon-docs from 8.4.5 to 8.4.6

Release notes

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

v8.4.6

8.4.6

Changelog

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

8.4.6

Commits

Updates @storybook/addon-essentials from 8.4.5 to 8.4.6

Release notes

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

v8.4.6

8.4.6

Changelog

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

8.4.6

Commits

Updates @storybook/addon-interactions from 8.4.5 to 8.4.6

Release notes

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

v8.4.6

8.4.6

Changelog

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

8.4.6

Commits

Updates @storybook/addon-links from 8.4.5 to 8.4.6

Release notes

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

v8.4.6

8.4.6

Changelog

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

8.4.6

Commits

Updates @storybook/addon-themes from 8.4.5 to 8.4.6

Release notes

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

v8.4.6

8.4.6

Changelog

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

8.4.6

Commits

Updates @storybook/blocks from 8.4.5 to 8.4.6

Release notes

Sourced from @​storybook/blocks's releases.

v8.4.6

8.4.6

Changelog

Sourced from @​storybook/blocks's changelog.

8.4.6

Commits

Updates @storybook/components from 8.4.5 to 8.4.6

Release notes

Sourced from @​storybook/components's releases.

v8.4.6

8.4.6

Changelog

Sourced from @​storybook/components's changelog.

8.4.6

  • Addon Test: Use pathe for better windows support - #29676, thanks @​yannbf!
  • Angular: Default to standalone components in Angular v19 - #29677, thanks @​ingowagner...

    Description has been truncated

… 22 updates

Bumps the patch-and-minor-dev-dependencies group with 22 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.3` | `22.10.1` |
| [html-validate](https://gitlab.com/html-validate/html-validate) | `8.25.1` | `8.27.0` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.1` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.10.0` | `16.11.0` |
| [rollup](https://github.com/rollup/rollup) | `4.27.4` | `4.28.0` |
| [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `8.4.5` | `8.4.6` |
| [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/actions) | `8.4.5` | `8.4.6` |
| [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs) | `8.4.5` | `8.4.6` |
| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `8.4.5` | `8.4.6` |
| [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `8.4.5` | `8.4.6` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `8.4.5` | `8.4.6` |
| [@storybook/addon-themes](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/themes) | `8.4.5` | `8.4.6` |
| [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/blocks) | `8.4.5` | `8.4.6` |
| [@storybook/components](https://github.com/storybookjs/storybook/tree/HEAD/code/deprecated/components) | `8.4.5` | `8.4.6` |
| [@storybook/core-events](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/core-events) | `8.4.5` | `8.4.6` |
| [@storybook/manager-api](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/manager-api) | `8.4.5` | `8.4.6` |
| [@storybook/preview-api](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/preview-api) | `8.4.5` | `8.4.6` |
| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.4.5` | `8.4.6` |
| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.4.5` | `8.4.6` |
| [@storybook/theming](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/theming) | `8.4.5` | `8.4.6` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `4.3.3` | `4.3.4` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.4.5` | `8.4.6` |


Updates `@types/node` from 22.9.3 to 22.10.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `html-validate` from 8.25.1 to 8.27.0
- [Release notes](https://gitlab.com/html-validate/html-validate/tags)
- [Commits](https://gitlab.com/html-validate/html-validate/compare/v8.25.1...v8.27.0)

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

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

Updates `rollup` from 4.27.4 to 4.28.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.27.4...v4.28.0)

Updates `@storybook/addon-a11y` from 8.4.5 to 8.4.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/v8.4.6/code/addons/a11y)

Updates `@storybook/addon-actions` from 8.4.5 to 8.4.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/v8.4.6/code/addons/actions)

Updates `@storybook/addon-docs` from 8.4.5 to 8.4.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/v8.4.6/code/addons/docs)

Updates `@storybook/addon-essentials` from 8.4.5 to 8.4.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/v8.4.6/code/addons/essentials)

Updates `@storybook/addon-interactions` from 8.4.5 to 8.4.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/v8.4.6/code/addons/interactions)

Updates `@storybook/addon-links` from 8.4.5 to 8.4.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/v8.4.6/code/addons/links)

Updates `@storybook/addon-themes` from 8.4.5 to 8.4.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/v8.4.6/code/addons/themes)

Updates `@storybook/blocks` from 8.4.5 to 8.4.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/v8.4.6/code/lib/blocks)

Updates `@storybook/components` from 8.4.5 to 8.4.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/v8.4.6/code/deprecated/components)

Updates `@storybook/core-events` from 8.4.5 to 8.4.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.4.6/code/lib/core-events)

Updates `@storybook/manager-api` from 8.4.5 to 8.4.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.4.6/code/lib/manager-api)

Updates `@storybook/preview-api` from 8.4.5 to 8.4.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.4.6/code/lib/preview-api)

Updates `@storybook/react` from 8.4.5 to 8.4.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/v8.4.6/code/renderers/react)

Updates `@storybook/react-vite` from 8.4.5 to 8.4.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/v8.4.6/code/frameworks/react-vite)

Updates `@storybook/theming` from 8.4.5 to 8.4.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.4.6/code/lib/theming)

Updates `@vitejs/plugin-react` from 4.3.3 to 4.3.4
- [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.3.4/packages/plugin-react)

Updates `storybook` from 8.4.5 to 8.4.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/v8.4.6/code/lib/cli)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: html-validate
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: "@storybook/addon-a11y"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: "@storybook/addon-actions"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: "@storybook/addon-docs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: "@storybook/addon-interactions"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: "@storybook/addon-themes"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: "@storybook/blocks"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: "@storybook/components"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: "@storybook/core-events"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: "@storybook/manager-api"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: "@storybook/preview-api"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: "@storybook/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: "@storybook/react-vite"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: "@storybook/theming"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: "@vitejs/plugin-react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-dependencies
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dev-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 Dec 2, 2024
@VincentSmedinga VincentSmedinga merged commit 28c36dc into develop Dec 2, 2024
5 checks passed
@VincentSmedinga VincentSmedinga deleted the dependabot/npm_and_yarn/patch-and-minor-dev-dependencies-efa3678863 branch December 2, 2024 13:25
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
Development

Successfully merging this pull request may close these issues.

1 participant