Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Bump the allnpm group across 1 directory with 29 updates #20

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps the allnpm group with 29 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.8.1
@typescript-eslint/eslint-plugin 8.6.0 8.11.0
@typescript-eslint/parser 8.6.0 8.11.0
eslint 9.11.0 9.13.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.8
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.3.6
@storybook/addon-actions 8.3.2 8.3.6
@storybook/addon-docs 8.3.2 8.3.6
@storybook/addon-interactions 8.3.2 8.3.6
@storybook/addon-links 8.3.2 8.3.6
@storybook/addon-viewport 8.3.2 8.3.6
@storybook/react 8.3.2 8.3.6
@storybook/react-vite 8.3.2 8.3.6
@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.3.6
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.8.1

Commits

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

Release notes

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

v8.11.0

8.11.0 (2024-10-21)

🚀 Features

  • eslint-plugin: [no-base-to-string] add support for catching toLocaleString (#10138)
  • eslint-plugin: [no-unnecessary-type-parameters] add suggestion fixer (#10149)

🩹 Fixes

  • eslint-plugin: [class-literal-property-style] don't report nodes with override keyword (#10135)
  • rule-tester: allow custom filename outside directory (#10147)

❤️ Thank You

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

v8.10.0

8.10.0 (2024-10-17)

🚀 Features

  • support TypeScript 5.6 (#9972)

🩹 Fixes

  • typescript-eslint: propagate name field to extended configs in config helper (#10094)

❤️ Thank You

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

v8.9.0

8.9.0 (2024-10-14)

🚀 Features

  • rule-tester: hooks for test cases (#10109)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-parameters] cannot assume variables are either type or value (#10093)

... (truncated)

Changelog

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

8.11.0 (2024-10-21)

🚀 Features

  • eslint-plugin: [no-unnecessary-type-parameters] add suggestion fixer (#10149)
  • eslint-plugin: [no-base-to-string] add support for catching toLocaleString (#10138)

🩹 Fixes

  • eslint-plugin: [class-literal-property-style] don't report nodes with override keyword (#10135)

❤️ Thank You

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)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-parameters] cannot assume variables are either type or value

  • scope-manager: [no-use-before-define] do not treat nested namespace aliases as variable references

  • eslint-plugin: [return-await] sync the behavior with await-thenable

  • eslint-plugin: [prefer-literal-enum-member] report a different error message when allowBitwiseExpressions is enabled

  • eslint-plugin: [no-loop-func] sync from upstream base rule

  • eslint-plugin: [no-unused-vars] never report the naming of an enum member

  • eslint-plugin: correct use-at-your-own-risk type definitions

  • eslint-plugin: handle unions in await...for

... (truncated)

Commits
  • 79c27a8 chore(release): publish 8.11.0
  • c8e7c27 feat(eslint-plugin): [no-unnecessary-type-parameters] add suggestion fixer (#...
  • 9a182d0 feat(eslint-plugin): [no-base-to-string] add support for catching toLocaleStr...
  • 8d35958 chore: enable eslint-plugin-perfectionist on typescript-estree package (#9852)
  • 0cbd4cd fix(eslint-plugin): [class-literal-property-style] don't report nodes with `o...
  • 127066a chore: coverage issues caused by using export assignments (#10151)
  • 7effdea chore(release): publish 8.10.0
  • f9c49e3 feat: support TypeScript 5.6 (#9972)
  • d09d36d docs: inject option descriptions into rule docs when possible (#9925)
  • 373c63a chore(eslint-plugin): [no-unnecessary-condition] remove dead suggestion id (#...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.6.0 to 8.11.0

Release notes

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

v8.11.0

8.11.0 (2024-10-21)

🚀 Features

  • eslint-plugin: [no-base-to-string] add support for catching toLocaleString (#10138)
  • eslint-plugin: [no-unnecessary-type-parameters] add suggestion fixer (#10149)

🩹 Fixes

  • eslint-plugin: [class-literal-property-style] don't report nodes with override keyword (#10135)
  • rule-tester: allow custom filename outside directory (#10147)

❤️ Thank You

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

v8.10.0

8.10.0 (2024-10-17)

🚀 Features

  • support TypeScript 5.6 (#9972)

🩹 Fixes

  • typescript-eslint: propagate name field to extended configs in config helper (#10094)

❤️ Thank You

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

v8.9.0

8.9.0 (2024-10-14)

🚀 Features

  • rule-tester: hooks for test cases (#10109)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-parameters] cannot assume variables are either type or value (#10093)

... (truncated)

Changelog

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

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)

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.0 (2024-09-30)

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.7.0 (2024-09-23)

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.

Commits
  • 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
  • 2055cfb chore(release): publish 8.8.0
  • b88ea33 chore(release): publish 8.7.0
  • See full diff in compare view

Updates eslint from 9.11.0 to 9.13.0

Release notes

Sourced from eslint's releases.

v9.13.0

Features

  • 381c32b feat: Allow languages to provide defaultLanguageOptions (#19003) (Milos Djermanovic)
  • bf723bd feat: Improve eslintrc warning message (#19023) (Milos Djermanovic)
  • 1def4cd feat: drop support for jiti v1.21 (#18996) (Francesco Trotta)
  • f879be2 feat: export ESLint.defaultConfig (#18983) (Nitin Kumar)

Bug Fixes

Documentation

  • abdbfa8 docs: mark LintMessage#nodeType as deprecated (#19019) (Nitin Kumar)
  • 19e68d3 docs: update deprecated rules type definitions (#19018) (Nitin Kumar)
  • 7dd402d docs: Update examples of passing multiple values to a CLI option (#19006) (Milos Djermanovic)
  • 5dcbc51 docs: Add example with side-effect imports to no-restricted-imports (#18997) (Milos Djermanovic)
  • 1ee87ca docs: Update README (GitHub Actions Bot)
  • 2c3dbdc docs: Use prerendered sponsors for README (#18988) (Milos Djermanovic)

Chores

v9.12.0

Features

  • 5a6a053 feat: update to jiti v2 (#18954) (Arya Emami)
  • 17a07fb feat: Hooks for test cases (RuleTester) (#18771) (Anna Bocharova)
  • 2ff0e51 feat: Implement alternate config lookup (#18742) (Nicholas C. Zakas)
  • 2d17453 feat: Implement modified cyclomatic complexity (#18896) (Dmitry Pashkevich)

Bug Fixes

  • ea380ca fix: Upgrade retry to avoid EMFILE errors (#18986) (Nicholas C. Zakas)
  • fdd6319 fix: Issues with type definitions (#18940) (Arya Emami)

Documentation

  • ecbd522 docs: Mention code explorer (#18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#18976) (Milos Djermanovic)
  • 57232ff docs: Mention plugin-kit in language docs (#18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#18944) (Jay)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.13.0 - October 18, 2024

  • 68d2d9d chore: upgrade to @eslint/[email protected] and @eslint/core@^0.7.0 (#19034) (Francesco Trotta)
  • 2211f0a chore: package.json update for @​eslint/js release (Jenkins)
  • 381c32b feat: Allow languages to provide defaultLanguageOptions (#19003) (Milos Djermanovic)
  • 78836d4 fix: update the complexi...

    Description has been truncated

Bumps the allnpm group with 29 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.8.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.6.0` | `8.11.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.6.0` | `8.11.0` |
| [eslint](https://github.com/eslint/eslint) | `9.11.0` | `9.13.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.8` |
| [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.3.6` |
| [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/actions) | `8.3.2` | `8.3.6` |
| [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs) | `8.3.2` | `8.3.6` |
| [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `8.3.2` | `8.3.6` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `8.3.2` | `8.3.6` |
| [@storybook/addon-viewport](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/viewport) | `8.3.2` | `8.3.6` |
| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.3.2` | `8.3.6` |
| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.3.2` | `8.3.6` |
| [@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.3.6` |
| [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.8.1
- [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.11.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.11.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.6.0 to 8.11.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.11.0/packages/parser)

Updates `eslint` from 9.11.0 to 9.13.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.13.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.8
- [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.8)

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.3.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.3.6/code/addons/a11y)

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

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

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

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

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

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

Updates `@storybook/react-vite` from 8.3.2 to 8.3.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.3.6/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.3.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.3.6/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: 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-patch
  dependency-group: allnpm
- dependency-name: "@storybook/addon-actions"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: allnpm
- dependency-name: "@storybook/addon-docs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: allnpm
- dependency-name: "@storybook/addon-interactions"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: allnpm
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: allnpm
- dependency-name: "@storybook/addon-viewport"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: allnpm
- dependency-name: "@storybook/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: allnpm
- dependency-name: "@storybook/react-vite"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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-patch
  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] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner October 28, 2024 07:34
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 28, 2024

The following labels could not be found: dependencies.

@berrydenhartog
Copy link
Member

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 3, 2024

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 4, 2024

Superseded by #21.

@dependabot dependabot bot closed this Nov 4, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/allnpm-26b6091c68 branch November 4, 2024 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant