Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Bump the allnpm group across 1 directory with 30 updates #22

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the allnpm group with 30 updates in the / directory:

Package From To
@lerna-lite/cli 3.9.1 3.10.0
@lerna-lite/publish 3.9.1 3.10.0
@lerna-lite/run 3.9.1 3.10.0
@lerna-lite/version 3.9.1 3.10.0
@types/node 22.5.5 22.9.0
@typescript-eslint/eslint-plugin 8.6.0 8.13.0
@typescript-eslint/parser 8.6.0 8.13.0
eslint 9.11.0 9.14.0
eslint-plugin-import 2.30.0 2.31.0
eslint-plugin-react 7.36.1 7.37.2
markdownlint-cli 0.41.0 0.42.0
npm-check-updates 17.1.3 17.1.10
postcss 8.4.47 8.4.48
stylelint 16.9.0 16.10.0
typescript 5.6.2 5.6.3
@babel/core 7.25.2 7.26.0
@storybook/addon-a11y 8.3.2 8.4.2
@storybook/addon-actions 8.3.2 8.4.2
@storybook/addon-docs 8.3.2 8.4.2
@storybook/addon-interactions 8.3.2 8.4.2
@storybook/addon-links 8.3.2 8.4.2
@storybook/addon-viewport 8.3.2 8.4.2
@storybook/react 8.3.2 8.4.2
@storybook/react-vite 8.3.2 8.4.2
@types/react 18.3.8 18.3.12
@types/react-dom 18.3.0 18.3.1
react-syntax-highlighter 15.5.0 15.6.1
storybook 8.3.2 8.4.2
vite 5.4.7 5.4.10
style-dictionary 4.1.2 4.1.4

Updates @lerna-lite/cli from 3.9.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

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

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)
  • See full diff in compare view

Updates @lerna-lite/publish from 3.9.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

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

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

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

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)
  • See full diff in compare view

Updates @lerna-lite/version from 3.9.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

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

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.5.5 to 22.9.0

Commits

Updates @typescript-eslint/eslint-plugin from 8.6.0 to 8.13.0

Release notes

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

v8.13.0

8.13.0 (2024-11-04)

🚀 Features

  • add options property to ImportExpression node (#10255)
  • eslint-plugin: disable no-class-assign rule in eslint-recommended config (#10250)
  • eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#9924)
  • eslint-plugin: [only-throw-error] add allow option (#10221)

🩹 Fixes

  • deps: update dependency @​eslint-community/regexpp to v4.12.1 (#10269)
  • eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#10205)
  • eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#10261)
  • eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#10259)
  • eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#10235)
  • eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with undefined (#10232)
  • types: parent property type annotation in the ImportAttribute node (#10258)
  • utils: allow an array for the values of SharedConfig (#10217)

❤️ Thank You

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

v8.12.2

8.12.2 (2024-10-29)

🩹 Fixes

  • eslint-plugin: [switch-exhaustiveness-check] invert considerDefaultExhaustiveForUnions (#10223)

❤️ Thank You

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

v8.12.1

8.12.1 (2024-10-28)

... (truncated)

Changelog

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

8.13.0 (2024-11-04)

🚀 Features

  • eslint-plugin: [only-throw-error] add allow option (#10221)
  • eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#9924)
  • eslint-plugin: disable no-class-assign rule in eslint-recommended config (#10250)

🩹 Fixes

  • eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with undefined (#10232)
  • eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#10235)
  • eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#10259)
  • eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#10261)
  • eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#10205)

❤️ Thank You

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

8.12.2 (2024-10-29)

🩹 Fixes

  • eslint-plugin: [switch-exhaustiveness-check] invert considerDefaultExhaustiveForUnions (#10223)

❤️ Thank You

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

8.12.1 (2024-10-28)

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

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

8.12.0 (2024-10-28)

🚀 Features

  • eslint-plugin: [no-base-to-string] handle String() (#10005)

... (truncated)

Commits
  • ac1f632 chore(release): publish 8.13.0
  • f83a591 fix(eslint-plugin): [switch-exhaustiveness-check] add support for covering a ...
  • 3b97b55 chore: enable eslint-plugin-perfectionist on the rest of the repo (#10189)
  • c1fe3ea feat(eslint-plugin): [only-throw-error] add allow option (#10221)
  • d90cc59 chore: update eslint version internally to latest (#10244)
  • 5bd4c0a fix(eslint-plugin): [consistent-type-definitions] don't leave trailing parens...
  • d9e5da1 fix(eslint-plugin): [no-deprecated] report when exported class implements/ext...
  • 1e633c7 fix(eslint-plugin): [no-deprecated] report on deprecated variables used insid...
  • 05ed7e6 docs: fix prefer-nullish-coalescing.mdx
  • be3a224 feat(eslint-plugin): [prefer-nullish-coalescing] add option `ignoreBooleanCoe...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.6.0 to 8.13.0

Release notes

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

v8.13.0

8.13.0 (2024-11-04)

🚀 Features

  • add options property to ImportExpression node (#10255)
  • eslint-plugin: disable no-class-assign rule in eslint-recommended config (#10250)
  • eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#9924)
  • eslint-plugin: [only-throw-error] add allow option (#10221)

🩹 Fixes

  • deps: update dependency @​eslint-community/regexpp to v4.12.1 (#10269)
  • eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#10205)
  • eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#10261)
  • eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#10259)
  • eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#10235)
  • eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with undefined (#10232)
  • types: parent property type annotation in the ImportAttribute node (#10258)
  • utils: allow an array for the values of SharedConfig (#10217)

❤️ Thank You

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

v8.12.2

8.12.2 (2024-10-29)

🩹 Fixes

  • eslint-plugin: [switch-exhaustiveness-check] invert considerDefaultExhaustiveForUnions (#10223)

❤️ Thank You

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

v8.12.1

8.12.1 (2024-10-28)

... (truncated)

Changelog

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

8.13.0 (2024-11-04)

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.

8.12.2 (2024-10-29)

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.

8.12.1 (2024-10-28)

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.

8.12.0 (2024-10-28)

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.

8.11.0 (2024-10-21)

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.

8.10.0 (2024-10-17)

🚀 Features

  • support TypeScript 5.6 (#9972)

❤️ Thank You

  • Josh Goldberg ✨

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

8.9.0 (2024-10-14)

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.

8.8.1 (2024-10-07)

... (truncated)

Commits
  • ac1f632 chore(release): publish 8.13.0
  • 4af866a chore(release): publish 8.12.2
  • 1edec1d chore(release): publish 8.12.1
  • 3413a2d chore(release): publish 8.12.0
  • 79c27a8 chore(release): publish 8.11.0
  • 8d35958 chore: enable eslint-plugin-perfectionist on typescript-estree package (#9852)
  • 7effdea chore(release): publish 8.10.0
  • f9c49e3 feat: support TypeScript 5.6 (#9972)
  • 4666ed4 chore(release): publish 8.9.0
  • f898248 chore(release): publish 8.8.1
  • Additional commits viewable in compare view

Updates eslint from 9.11.0 to 9.14.0

Release notes

Sourced from eslint's releases.

v9.14.0

Features

  • 3fa009f feat: add support for Import Attributes and RegExp Modifiers (#19076) (Milos Djermanovic)
  • b0faee3 feat: add types for the @eslint/js package (#19010) (Nitin Kumar)

Bug Fixes

  • 24d0172 fix: enable retry concurrency limit for readFile() (#19077) (Nicholas C. Zakas)
  • b442067 fix: Don't crash when directory is deleted during traversal. (#19067) (Nicholas C. Zakas)
  • d474443 fix: avoid call stack overflow while processing globs (#19035) (Livia Medeiros)

Documentation

  • 151c965 docs: update context.languageOptions.parser description (#19084) (Nitin Kumar)
  • dc34f94 docs: Update README (GitHub Actions Bot)
  • f16e846 docs: Update README (GitHub Actions Bot)
  • ee0a77e docs: change link from @​types/eslint to lib/types (#19049) (Karl Horky)
  • 50f03a1 docs: Clarify global ignores in config migration guide (#19032) (Milos Djermanovic)

Build Related

  • 37c9177 build: update @wdio/* dependencies (#19068) (Francesco Trotta)
  • 35a8858 build: exclude flawed dendency versions (#19065) (Francesco Trotta)

Chores

  • f36cb16 chore: upgrade @​eslint/js@​9.14.0 (#19086) (Milos Djermanovic)
  • 28be447 chore: package.json update for @​eslint/js release (Jenkins)
  • f48a2a0 test: add no-invalid-regexp tests with RegExp Modifiers (#19075) (Milos Djermanovic)
  • 425202e perf: Fix caching in config loaders (#19042) (Milos Djermanovic)
  • 3d44b3c ci: run tests in Node.js 23 (#19055) (Francesco Trotta)
  • 7259627 test: ensure tmp directory cleanup in check-emfile-handling.js (#19036) (Livia Medeiros)

v9.13.0

Features

  • 381c32b feat: Allow languages to provide defaultLanguageOptions (

Bumps the allnpm group with 30 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@lerna-lite/cli](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/cli) | `3.9.1` | `3.10.0` |
| [@lerna-lite/publish](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/publish) | `3.9.1` | `3.10.0` |
| [@lerna-lite/run](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/run) | `3.9.1` | `3.10.0` |
| [@lerna-lite/version](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/version) | `3.9.1` | `3.10.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.5` | `22.9.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.6.0` | `8.13.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.6.0` | `8.13.0` |
| [eslint](https://github.com/eslint/eslint) | `9.11.0` | `9.14.0` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.30.0` | `2.31.0` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.36.1` | `7.37.2` |
| [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) | `0.41.0` | `0.42.0` |
| [npm-check-updates](https://github.com/raineorshine/npm-check-updates) | `17.1.3` | `17.1.10` |
| [postcss](https://github.com/postcss/postcss) | `8.4.47` | `8.4.48` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.9.0` | `16.10.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.6.3` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.25.2` | `7.26.0` |
| [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `8.3.2` | `8.4.2` |
| [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/actions) | `8.3.2` | `8.4.2` |
| [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs) | `8.3.2` | `8.4.2` |
| [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `8.3.2` | `8.4.2` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `8.3.2` | `8.4.2` |
| [@storybook/addon-viewport](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/viewport) | `8.3.2` | `8.4.2` |
| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.3.2` | `8.4.2` |
| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.3.2` | `8.4.2` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.8` | `18.3.12` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.0` | `18.3.1` |
| [react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter) | `15.5.0` | `15.6.1` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.3.2` | `8.4.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.7` | `5.4.10` |
| [style-dictionary](https://github.com/amzn/style-dictionary) | `4.1.2` | `4.1.4` |



Updates `@lerna-lite/cli` from 3.9.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.9.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.9.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.9.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.5.5 to 22.9.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.6.0 to 8.13.0
- [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/v8.13.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.6.0 to 8.13.0
- [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/v8.13.0/packages/parser)

Updates `eslint` from 9.11.0 to 9.14.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.11.0...v9.14.0)

Updates `eslint-plugin-import` from 2.30.0 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.30.0...v2.31.0)

Updates `eslint-plugin-react` from 7.36.1 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.36.1...v7.37.2)

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 `npm-check-updates` from 17.1.3 to 17.1.10
- [Release notes](https://github.com/raineorshine/npm-check-updates/releases)
- [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md)
- [Commits](raineorshine/npm-check-updates@v17.1.3...v17.1.10)

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

Updates `stylelint` from 16.9.0 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.9.0...16.10.0)

Updates `typescript` from 5.6.2 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.6.2...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 `@storybook/addon-a11y` from 8.3.2 to 8.4.2
- [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.2/code/addons/a11y)

Updates `@storybook/addon-actions` from 8.3.2 to 8.4.2
- [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.2/code/addons/actions)

Updates `@storybook/addon-docs` from 8.3.2 to 8.4.2
- [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.2/code/addons/docs)

Updates `@storybook/addon-interactions` from 8.3.2 to 8.4.2
- [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.2/code/addons/interactions)

Updates `@storybook/addon-links` from 8.3.2 to 8.4.2
- [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.2/code/addons/links)

Updates `@storybook/addon-viewport` from 8.3.2 to 8.4.2
- [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.2/code/addons/viewport)

Updates `@storybook/react` from 8.3.2 to 8.4.2
- [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.2/code/renderers/react)

Updates `@storybook/react-vite` from 8.3.2 to 8.4.2
- [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.2/code/frameworks/react-vite)

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

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 `react-syntax-highlighter` from 15.5.0 to 15.6.1
- [Release notes](https://github.com/react-syntax-highlighter/react-syntax-highlighter/releases)
- [Changelog](https://github.com/react-syntax-highlighter/react-syntax-highlighter/blob/master/CHANGELOG.MD)
- [Commits](react-syntax-highlighter/react-syntax-highlighter@15.5.0...v15.6.1)

Updates `storybook` from 8.3.2 to 8.4.2
- [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.2/code/lib/cli)

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

Updates `style-dictionary` from 4.1.2 to 4.1.4
- [Release notes](https://github.com/amzn/style-dictionary/releases)
- [Changelog](https://github.com/amzn/style-dictionary/blob/main/CHANGELOG.md)
- [Commits](amzn/style-dictionary@v4.1.2...v4.1.4)

---
updated-dependencies:
- dependency-name: "@lerna-lite/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allnpm
- dependency-name: "@lerna-lite/publish"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allnpm
- dependency-name: "@lerna-lite/run"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allnpm
- dependency-name: "@lerna-lite/version"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allnpm
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allnpm
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allnpm
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allnpm
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allnpm
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allnpm
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allnpm
- dependency-name: markdownlint-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allnpm
- dependency-name: npm-check-updates
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: allnpm
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: allnpm
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allnpm
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: allnpm
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allnpm
- dependency-name: "@storybook/addon-a11y"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allnpm
- dependency-name: "@storybook/addon-actions"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allnpm
- dependency-name: "@storybook/addon-docs"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allnpm
- dependency-name: "@storybook/addon-interactions"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allnpm
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allnpm
- dependency-name: "@storybook/addon-viewport"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allnpm
- dependency-name: "@storybook/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allnpm
- dependency-name: "@storybook/react-vite"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allnpm
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: allnpm
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: allnpm
- dependency-name: react-syntax-highlighter
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allnpm
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allnpm
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: allnpm
- dependency-name: style-dictionary
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: allnpm
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 11, 2024

The following labels could not be found: dependencies.

@dependabot dependabot bot requested a review from a team as a code owner November 11, 2024 08:12
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 18, 2024

Superseded by #23.

@dependabot dependabot bot closed this Nov 18, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/allnpm-09369c947a branch November 18, 2024 08:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants