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

build(deps): bump the patch-and-minor-dependencies group with 52 updates #159

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 15, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the patch-and-minor-dependencies group with 52 updates:

Package From To
@lerna-lite/cli 3.7.1 3.10.0
@lerna-lite/publish 3.7.1 3.10.0
@lerna-lite/run 3.7.1 3.10.0
@lerna-lite/version 3.7.1 3.10.0
@types/node 22.0.0 22.9.0
eslint-plugin-import 2.29.1 2.31.0
eslint-plugin-react 7.35.0 7.37.2
husky 9.1.4 9.1.6
lint-staged 15.2.7 15.2.10
markdownlint-cli 0.41.0 0.42.0
postcss 8.4.40 8.4.49
stylelint 16.8.1 16.10.0
typescript 5.5.4 5.6.3
@babel/core 7.25.2 7.26.0
@mdx-js/react 3.0.1 3.1.0
@storybook/addon-docs 8.2.6 8.4.4
@types/react 18.3.3 18.3.12
webpack 5.93.0 5.96.1
@babel/plugin-transform-runtime 7.24.7 7.25.9
@babel/preset-env 7.25.2 7.26.0
@babel/preset-react 7.24.7 7.25.9
@babel/preset-typescript 7.24.7 7.26.0
@babel/runtime 7.25.0 7.26.0
@rollup/plugin-node-resolve 15.2.3 15.3.0
@testing-library/jest-dom 6.4.8 6.6.3
@types/testing-library__jest-dom 5.14.9 6.0.0
@testing-library/react 16.0.0 16.0.1
@types/jest 29.5.12 29.5.14
@vitejs/plugin-react 4.3.1 4.3.3
rollup 4.19.1 4.26.0
rollup-plugin-node-externals 7.1.2 7.1.3
sass 1.77.8 1.80.7
tslib 2.6.3 2.8.1
vite 5.3.5 5.4.11
@storybook/addon-a11y 8.2.6 8.4.4
@storybook/addon-actions 8.2.6 8.4.4
@storybook/addon-designs 8.0.3 8.0.4
@storybook/addon-interactions 8.2.6 8.4.4
@storybook/addon-links 8.2.6 8.4.4
@storybook/addon-themes 8.2.6 8.4.4
@storybook/addon-viewport 8.2.6 8.4.4
@storybook/blocks 8.2.6 8.4.4
@storybook/manager-api 8.2.6 8.4.4
@storybook/react 8.2.6 8.4.4
@storybook/react-vite 8.2.6 8.4.4
@storybook/theming 8.2.6 8.4.4
@types/react-dom 18.3.0 18.3.1
storybook 8.2.6 8.4.4
@stencil/core 4.19.2 4.22.2
@stencil/react-output-target 0.5.3 0.7.4
postcss-discard-duplicates 7.0.0 7.0.1
rollup-plugin-import-css 3.5.0 3.5.6

Updates @lerna-lite/cli from 3.7.1 to 3.10.0

Release notes

Sourced from @​lerna-lite/cli's releases.

v3.10.0

3.10.0 (2024-10-15)

You can now use --scope filtering option (or any other filtering options) in any of Lerna's commands, thanks to @​farfromrefug for expanding these options to all commands.

Features

v3.9.3

3.9.3 (2024-10-08)

The last couple of releases are mainly targeting the migration of smaller dependency alternatives, (most of them coming from the Tinylibs suite) and that is to not just modernize the project but also to reduce its footprint. I'm releasing these changes as bug fixes for better tracking purposes and usually wait a week or two between each releases (more to come). If you have any problems with recent releases then please open an issue or a discussion. These changes are mostly what the e18e initiative are pushing towards and also few of these alternatives are now shared by large projects as well like Vite, Vitest, Nuxt, etc... This should decrease project and download sizes, while possibly improving performances. Cheers

Bug Fixes

v3.9.2

3.9.2 (2024-09-28)

Bug Fixes

v3.9.1

3.9.1 (2024-09-07)

Bug Fixes

v3.9.0

3.9.0 (2024-08-30)

Features

... (truncated)

Changelog

Sourced from @​lerna-lite/cli's changelog.

3.10.0 (2024-10-15)

Features

3.9.3 (2024-10-08)

Note: Version bump only for package @​lerna-lite/cli

3.9.2 (2024-09-28)

Bug Fixes

3.9.1 (2024-09-07)

Bug Fixes

3.9.0 (2024-08-30)

Bug Fixes

3.8.0 (2024-08-05)

Features

Bug Fixes

Commits
  • 567a622 chore(release): publish new version v3.10.0
  • f72f893 feat: support --scope filter options in all lerna commands (#948)
  • 4dfa599 chore(release): publish new version v3.9.3
  • 6f2f083 chore: make package exports explicit as import to represent ESM only
  • 7ef1327 chore(release): publish new version v3.9.2
  • a24a59a fix(schema): bool prop useWorkspaces missing in Schema, fixes #930 (#931)
  • 80e0d9e chore(release): publish new version v3.9.1
  • d9538e1 docs: update skipBumpOnly description in schema
  • b552346 fix(version): Renamed 'skip-bump-only-release' CLI option to plural (#925)
  • 8d02884 chore(release): publish new version v3.9.0
  • Additional commits viewable in compare view

Updates @lerna-lite/publish from 3.7.1 to 3.10.0

Release notes

Sourced from @​lerna-lite/publish's releases.

v3.10.0

3.10.0 (2024-10-15)

You can now use --scope filtering option (or any other filtering options) in any of Lerna's commands, thanks to @​farfromrefug for expanding these options to all commands.

Features

v3.9.3

3.9.3 (2024-10-08)

The last couple of releases are mainly targeting the migration of smaller dependency alternatives, (most of them coming from the Tinylibs suite) and that is to not just modernize the project but also to reduce its footprint. I'm releasing these changes as bug fixes for better tracking purposes and usually wait a week or two between each releases (more to come). If you have any problems with recent releases then please open an issue or a discussion. These changes are mostly what the e18e initiative are pushing towards and also few of these alternatives are now shared by large projects as well like Vite, Vitest, Nuxt, etc... This should decrease project and download sizes, while possibly improving performances. Cheers

Bug Fixes

v3.9.2

3.9.2 (2024-09-28)

Bug Fixes

v3.9.1

3.9.1 (2024-09-07)

Bug Fixes

v3.9.0

3.9.0 (2024-08-30)

Features

... (truncated)

Changelog

Sourced from @​lerna-lite/publish's changelog.

3.10.0 (2024-10-15)

Features

3.9.3 (2024-10-08)

Bug Fixes

3.9.2 (2024-09-28)

Bug Fixes

3.9.1 (2024-09-07)

Bug Fixes

3.9.0 (2024-08-30)

Features

3.8.0 (2024-08-05)

Features

Bug Fixes

Commits
  • 567a622 chore(release): publish new version v3.10.0
  • 08dee1d docs: add new --scope filtering to version/publish readmes
  • f72f893 feat: support --scope filter options in all lerna commands (#948)
  • 37f5f97 chore(deps): update all non-major dependencies (#943)
  • 4dfa599 chore(release): publish new version v3.9.3
  • c2f669b chore; align pnpm workspace to workspace:* in all packages
  • 53718ad chore: remove any nested index barrel files (#945)
  • be8d050 fix(deps): replace globby with tinyglobby (#941)
  • 75fc4df fix(deps): replace picocolors with tinyrainbow (#942)
  • 6f2f083 chore: make package exports explicit as import to represent ESM only
  • Additional commits viewable in compare view

Updates @lerna-lite/run from 3.7.1 to 3.10.0

Release notes

Sourced from @​lerna-lite/run's releases.

v3.10.0

3.10.0 (2024-10-15)

You can now use --scope filtering option (or any other filtering options) in any of Lerna's commands, thanks to @​farfromrefug for expanding these options to all commands.

Features

v3.9.3

3.9.3 (2024-10-08)

The last couple of releases are mainly targeting the migration of smaller dependency alternatives, (most of them coming from the Tinylibs suite) and that is to not just modernize the project but also to reduce its footprint. I'm releasing these changes as bug fixes for better tracking purposes and usually wait a week or two between each releases (more to come). If you have any problems with recent releases then please open an issue or a discussion. These changes are mostly what the e18e initiative are pushing towards and also few of these alternatives are now shared by large projects as well like Vite, Vitest, Nuxt, etc... This should decrease project and download sizes, while possibly improving performances. Cheers

Bug Fixes

v3.9.2

3.9.2 (2024-09-28)

Bug Fixes

v3.9.1

3.9.1 (2024-09-07)

Bug Fixes

v3.9.0

3.9.0 (2024-08-30)

Features

... (truncated)

Changelog

Sourced from @​lerna-lite/run's changelog.

3.10.0 (2024-10-15)

Features

3.9.3 (2024-10-08)

Bug Fixes

3.9.2 (2024-09-28)

Bug Fixes

3.9.1 (2024-09-07)

Note: Version bump only for package @​lerna-lite/run

3.9.0 (2024-08-30)

Note: Version bump only for package @​lerna-lite/run

3.8.0 (2024-08-05)

Note: Version bump only for package @​lerna-lite/run

Commits
  • 567a622 chore(release): publish new version v3.10.0
  • f72f893 feat: support --scope filter options in all lerna commands (#948)
  • 4dfa599 chore(release): publish new version v3.9.3
  • 53718ad chore: remove any nested index barrel files (#945)
  • be8d050 fix(deps): replace globby with tinyglobby (#941)
  • 75fc4df fix(deps): replace picocolors with tinyrainbow (#942)
  • 6f2f083 chore: make package exports explicit as import to represent ESM only
  • 7ef1327 chore(release): publish new version v3.9.2
  • 7850c65 fix(deps): replace chalk with picocolors (#940)
  • 80e0d9e chore(release): publish new version v3.9.1
  • Additional commits viewable in compare view

Updates @lerna-lite/version from 3.7.1 to 3.10.0

Release notes

Sourced from @​lerna-lite/version's releases.

v3.10.0

3.10.0 (2024-10-15)

You can now use --scope filtering option (or any other filtering options) in any of Lerna's commands, thanks to @​farfromrefug for expanding these options to all commands.

Features

v3.9.3

3.9.3 (2024-10-08)

The last couple of releases are mainly targeting the migration of smaller dependency alternatives, (most of them coming from the Tinylibs suite) and that is to not just modernize the project but also to reduce its footprint. I'm releasing these changes as bug fixes for better tracking purposes and usually wait a week or two between each releases (more to come). If you have any problems with recent releases then please open an issue or a discussion. These changes are mostly what the e18e initiative are pushing towards and also few of these alternatives are now shared by large projects as well like Vite, Vitest, Nuxt, etc... This should decrease project and download sizes, while possibly improving performances. Cheers

Bug Fixes

v3.9.2

3.9.2 (2024-09-28)

Bug Fixes

v3.9.1

3.9.1 (2024-09-07)

Bug Fixes

v3.9.0

3.9.0 (2024-08-30)

Features

... (truncated)

Changelog

Sourced from @​lerna-lite/version's changelog.

3.10.0 (2024-10-15)

Features

3.9.3 (2024-10-08)

Bug Fixes

3.9.2 (2024-09-28)

Bug Fixes

3.9.1 (2024-09-07)

Note: Version bump only for package @​lerna-lite/version

3.9.0 (2024-08-30)

Bug Fixes

3.8.0 (2024-08-05)

Bug Fixes

Commits
  • 567a622 chore(release): publish new version v3.10.0
  • 08dee1d docs: add new --scope filtering to version/publish readmes
  • f72f893 feat: support --scope filter options in all lerna commands (#948)
  • 68f0c92 chore: upgrade repo to pnpm v9 and fix pnpm unit tests (#947)
  • 4dfa599 chore(release): publish new version v3.9.3
  • c2f669b chore; align pnpm workspace to workspace:* in all packages
  • 53718ad chore: remove any nested index barrel files (#945)
  • 75fc4df fix(deps): replace picocolors with tinyrainbow (#942)
  • 6f2f083 chore: make package exports explicit as import to represent ESM only
  • 7ef1327 chore(release): publish new version v3.9.2
  • Additional commits viewable in compare view

Updates @types/node from 22.0.0 to 22.9.0

Commits

Updates eslint-plugin-import from 2.29.1 to 2.31.0

Release notes

Sourced from eslint-plugin-import's releases.

v2.31.0

Added

Fixed

Changed

#3073: import-js/eslint-plugin-import#3073 #3072: import-js/eslint-plugin-import#3072 #3071: import-js/eslint-plugin-import#3071 #3070: import-js/eslint-plugin-import#3070 #3068: import-js/eslint-plugin-import#3068 #3066: import-js/eslint-plugin-import#3066 #3065: import-js/eslint-plugin-import#3065 #3062: import-js/eslint-plugin-import#3062 #3052: import-js/eslint-plugin-import#3052 #3043: import-js/eslint-plugin-import#3043 #3032: import-js/eslint-plugin-import#3032 #2996: import-js/eslint-plugin-import#2996 #2817: import-js/eslint-plugin-import#2817 [@​akwodkiewicz]: https://github.com/akwodkiewicz [@​joshuaobrien]: https://github.com/joshuaobrien [@​liuxingbaoyu]: Description has been truncated

Bumps the patch-and-minor-dependencies group with 52 updates:

| Package | From | To |
| --- | --- | --- |
| [@lerna-lite/cli](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/cli) | `3.7.1` | `3.10.0` |
| [@lerna-lite/publish](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/publish) | `3.7.1` | `3.10.0` |
| [@lerna-lite/run](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/run) | `3.7.1` | `3.10.0` |
| [@lerna-lite/version](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/version) | `3.7.1` | `3.10.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.0.0` | `22.9.0` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.1` | `2.31.0` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.35.0` | `7.37.2` |
| [husky](https://github.com/typicode/husky) | `9.1.4` | `9.1.6` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.7` | `15.2.10` |
| [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) | `0.41.0` | `0.42.0` |
| [postcss](https://github.com/postcss/postcss) | `8.4.40` | `8.4.49` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.8.1` | `16.10.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.6.3` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.25.2` | `7.26.0` |
| [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react) | `3.0.1` | `3.1.0` |
| [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs) | `8.2.6` | `8.4.4` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.3` | `18.3.12` |
| [webpack](https://github.com/webpack/webpack) | `5.93.0` | `5.96.1` |
| [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) | `7.24.7` | `7.25.9` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.25.2` | `7.26.0` |
| [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.24.7` | `7.25.9` |
| [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.24.7` | `7.26.0` |
| [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) | `7.25.0` | `7.26.0` |
| [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) | `15.2.3` | `15.3.0` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.8` | `6.6.3` |
| [@types/testing-library__jest-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/testing-library__jest-dom) | `5.14.9` | `6.0.0` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.0.0` | `16.0.1` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.12` | `29.5.14` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `4.3.1` | `4.3.3` |
| [rollup](https://github.com/rollup/rollup) | `4.19.1` | `4.26.0` |
| [rollup-plugin-node-externals](https://github.com/Septh/rollup-plugin-node-externals) | `7.1.2` | `7.1.3` |
| [sass](https://github.com/sass/dart-sass) | `1.77.8` | `1.80.7` |
| [tslib](https://github.com/Microsoft/tslib) | `2.6.3` | `2.8.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.5` | `5.4.11` |
| [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `8.2.6` | `8.4.4` |
| [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/actions) | `8.2.6` | `8.4.4` |
| [@storybook/addon-designs](https://github.com/storybookjs/addon-designs) | `8.0.3` | `8.0.4` |
| [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `8.2.6` | `8.4.4` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `8.2.6` | `8.4.4` |
| [@storybook/addon-themes](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/themes) | `8.2.6` | `8.4.4` |
| [@storybook/addon-viewport](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/viewport) | `8.2.6` | `8.4.4` |
| [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/blocks) | `8.2.6` | `8.4.4` |
| [@storybook/manager-api](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/manager-api) | `8.2.6` | `8.4.4` |
| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.2.6` | `8.4.4` |
| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.2.6` | `8.4.4` |
| [@storybook/theming](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/theming) | `8.2.6` | `8.4.4` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.0` | `18.3.1` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.2.6` | `8.4.4` |
| [@stencil/core](https://github.com/ionic-team/stencil) | `4.19.2` | `4.22.2` |
| [@stencil/react-output-target](https://github.com/ionic-team/stencil-ds-output-targets) | `0.5.3` | `0.7.4` |
| [postcss-discard-duplicates](https://github.com/cssnano/cssnano) | `7.0.0` | `7.0.1` |
| [rollup-plugin-import-css](https://github.com/jleeson/rollup-plugin-import-css) | `3.5.0` | `3.5.6` |


Updates `@lerna-lite/cli` from 3.7.1 to 3.10.0
- [Release notes](https://github.com/lerna-lite/lerna-lite/releases)
- [Changelog](https://github.com/lerna-lite/lerna-lite/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/lerna-lite/lerna-lite/commits/v3.10.0/packages/cli)

Updates `@lerna-lite/publish` from 3.7.1 to 3.10.0
- [Release notes](https://github.com/lerna-lite/lerna-lite/releases)
- [Changelog](https://github.com/lerna-lite/lerna-lite/blob/main/packages/publish/CHANGELOG.md)
- [Commits](https://github.com/lerna-lite/lerna-lite/commits/v3.10.0/packages/publish)

Updates `@lerna-lite/run` from 3.7.1 to 3.10.0
- [Release notes](https://github.com/lerna-lite/lerna-lite/releases)
- [Changelog](https://github.com/lerna-lite/lerna-lite/blob/main/packages/run/CHANGELOG.md)
- [Commits](https://github.com/lerna-lite/lerna-lite/commits/v3.10.0/packages/run)

Updates `@lerna-lite/version` from 3.7.1 to 3.10.0
- [Release notes](https://github.com/lerna-lite/lerna-lite/releases)
- [Changelog](https://github.com/lerna-lite/lerna-lite/blob/main/packages/version/CHANGELOG.md)
- [Commits](https://github.com/lerna-lite/lerna-lite/commits/v3.10.0/packages/version)

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

Updates `eslint-plugin-import` from 2.29.1 to 2.31.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.31.0)

Updates `eslint-plugin-react` from 7.35.0 to 7.37.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.37.2)

Updates `husky` from 9.1.4 to 9.1.6
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.1.4...v9.1.6)

Updates `lint-staged` from 15.2.7 to 15.2.10
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.7...v15.2.10)

Updates `markdownlint-cli` from 0.41.0 to 0.42.0
- [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases)
- [Commits](igorshubovych/markdownlint-cli@v0.41.0...v0.42.0)

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

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

Updates `typescript` from 5.5.4 to 5.6.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.4...v5.6.3)

Updates `@babel/core` from 7.25.2 to 7.26.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-core)

Updates `@mdx-js/react` from 3.0.1 to 3.1.0
- [Release notes](https://github.com/mdx-js/mdx/releases)
- [Changelog](https://github.com/mdx-js/mdx/blob/main/changelog.md)
- [Commits](https://github.com/mdx-js/mdx/commits/3.1.0/packages/react)

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

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

Updates `webpack` from 5.93.0 to 5.96.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.93.0...v5.96.1)

Updates `@babel/plugin-transform-runtime` from 7.24.7 to 7.25.9
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.9/packages/babel-plugin-transform-runtime)

Updates `@babel/preset-env` from 7.25.2 to 7.26.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-preset-env)

Updates `@babel/preset-react` from 7.24.7 to 7.25.9
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.9/packages/babel-preset-react)

Updates `@babel/preset-typescript` from 7.24.7 to 7.26.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-preset-typescript)

Updates `@babel/runtime` from 7.25.0 to 7.26.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-runtime)

Updates `@rollup/plugin-node-resolve` from 15.2.3 to 15.3.0
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.3.0/packages/node-resolve)

Updates `@testing-library/jest-dom` from 6.4.8 to 6.6.3
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.4.8...v6.6.3)

Updates `@types/testing-library__jest-dom` from 5.14.9 to 6.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/testing-library__jest-dom)

Updates `@testing-library/react` from 16.0.0 to 16.0.1
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v16.0.0...v16.0.1)

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

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

Updates `rollup` from 4.19.1 to 4.26.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.19.1...v4.26.0)

Updates `rollup-plugin-node-externals` from 7.1.2 to 7.1.3
- [Release notes](https://github.com/Septh/rollup-plugin-node-externals/releases)
- [Commits](Septh/rollup-plugin-node-externals@v7.1.2...v7.1.3)

Updates `sass` from 1.77.8 to 1.80.7
- [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.77.8...1.80.7)

Updates `tslib` from 2.6.3 to 2.8.1
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@v2.6.3...v2.8.1)

Updates `vite` from 5.3.5 to 5.4.11
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.11/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.11/packages/vite)

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

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

Updates `@storybook/addon-designs` from 8.0.3 to 8.0.4
- [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.3...v8.0.4)

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

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

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

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

Updates `@storybook/blocks` from 8.2.6 to 8.4.4
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.4.4/code/lib/blocks)

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

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

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

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

Updates `@types/react-dom` from 18.3.0 to 18.3.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

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

Updates `@stencil/core` from 4.19.2 to 4.22.2
- [Release notes](https://github.com/ionic-team/stencil/releases)
- [Changelog](https://github.com/ionic-team/stencil/blob/main/CHANGELOG.md)
- [Commits](ionic-team/stencil@v4.19.2...v4.22.2)

Updates `@stencil/react-output-target` from 0.5.3 to 0.7.4
- [Release notes](https://github.com/ionic-team/stencil-ds-output-targets/releases)
- [Changelog](https://github.com/ionic-team/stencil-ds-output-targets/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ionic-team/stencil-ds-output-targets/commits)

Updates `postcss-discard-duplicates` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/[email protected]@7.0.1)

Updates `rollup-plugin-import-css` from 3.5.0 to 3.5.6
- [Commits](https://github.com/jleeson/rollup-plugin-import-css/commits)

---
updated-dependencies:
- dependency-name: "@lerna-lite/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@lerna-lite/publish"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@lerna-lite/run"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@lerna-lite/version"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: markdownlint-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@mdx-js/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@storybook/addon-docs"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@babel/preset-react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@babel/preset-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@babel/runtime"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@types/testing-library__jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@vitejs/plugin-react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: rollup-plugin-node-externals
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: tslib
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@storybook/addon-a11y"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@storybook/addon-actions"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@storybook/addon-designs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@storybook/addon-interactions"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@storybook/addon-themes"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@storybook/addon-viewport"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@storybook/blocks"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@storybook/manager-api"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@storybook/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@storybook/react-vite"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@storybook/theming"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@stencil/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@stencil/react-output-target"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: postcss-discard-duplicates
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: rollup-plugin-import-css
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 15, 2024

Dependabot tried to add @nl-design-system/kernteam-dependabot as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/nl-design-system/rotterdam/pulls/159/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the nl-design-system/rotterdam repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 15, 2024
Copy link

vercel bot commented Nov 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rotterdam ❌ Failed (Inspect) Nov 15, 2024 0:07am

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