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-updates group across 1 directory with 48 updates #275

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2025

Bumps the patch-and-minor-updates group with 48 updates in the / directory:

Package From To
@lerna-lite/cli 3.10.0 3.12.1
@lerna-lite/publish 3.4.0 3.12.2
@lerna-lite/run 3.10.0 3.12.1
@lerna-lite/version 3.10.0 3.12.2
@types/node 20.12.14 20.17.22
eslint-plugin-react 7.37.2 7.37.4
husky 9.1.6 9.1.7
lint-staged 15.2.10 15.4.3
markdownlint-cli 0.42.0 0.44.0
npm-check-updates 17.1.8 17.1.15
postcss 8.4.47 8.5.3
prettier 3.3.3 3.5.2
stylelint 16.10.0 16.15.0
typescript 5.4.5 5.8.2
@babel/core 7.26.0 7.26.9
@babel/plugin-transform-runtime 7.25.9 7.26.9
@babel/preset-env 7.26.0 7.26.9
@babel/preset-react 7.25.9 7.26.3
@babel/runtime 7.26.0 7.26.9
@testing-library/jest-dom 6.4.5 6.6.3
@types/testing-library__jest-dom 5.14.9 6.0.0
@testing-library/react 16.0.1 16.2.0
@testing-library/user-event 14.5.2 14.6.1
@types/jest 29.5.12 29.5.14
@vitejs/plugin-react 4.3.0 4.3.4
rollup 4.24.2 4.34.9
sass 1.77.8 1.85.1
tslib 2.6.2 2.8.1
@amsterdam/design-system-css 0.11.1 0.14.1
@amsterdam/design-system-react 0.11.1 0.14.1
@amsterdam/design-system-assets 0.2.1 0.3.0
@amsterdam/design-system-tokens 0.11.0 0.14.0
@storybook/addon-a11y 8.4.0 8.6.3
@storybook/addon-actions 8.3.6 8.6.3
@storybook/addon-docs 8.3.6 8.6.3
@storybook/addon-interactions 8.3.6 8.6.3
@storybook/addon-links 8.3.6 8.6.3
@storybook/addon-viewport 8.4.0 8.6.3
@storybook/manager-api 8.3.6 8.6.3
@storybook/react 8.3.6 8.6.3
@storybook/react-vite 8.3.6 8.6.3
@storybook/theming 8.3.6 8.6.3
storybook 8.3.6 8.6.3
@stencil/core 4.19.2 4.27.1
@stencil/react-output-target 0.5.3 0.8.2
@stencil/sass 3.0.12 3.1.7
@tokens-studio/sd-transforms 1.2.6 1.2.9
style-dictionary 4.1.4 4.3.3

Updates @lerna-lite/cli from 3.10.0 to 3.12.1

Release notes

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

v3.12.1

3.12.1 (2025-02-18)

Small patch release to update Octokit dependencies to latest which is mitigating ReDos issue (see Octokit/Rest release and CVE-2025-25288 for more info)

Bug Fixes

v3.12.0 - full pnpm catalogs support

🔈 Full pnpm catalogs support for both lerna version and lerna publish commands

The previous release brought support for catalogs but only for lerna version, however with this new release we bring support to both version and publish commands. 🚀

3.12.0 (2025-01-31)

Features

Bug Fixes

v3.11.0

3.11.0 (2025-01-02)

📢 Lerna-Lite now provides partial support for the new pnpm catalog: protocol

Starting the New Year with a new feature :) Thanks to @​wassim-ben-amor and @​Mister-Hope for providing the code and a pull request for this new feature. However please note that it comes with certain limitations (as described in the Publish#catalog docs)

The catalog: protocol (pnpm catalog) can be recognized by Lerna-Lite. When publishing, they will be kept as is. If you need to bump the version of a package in a catalog, you will need to edit pnpm-workspace.yaml manually. So we suggest using workspace: protocol instead for workspace dependencies.

Also note that there are currently no unit tests for this new feature yet, we should eventually add unit tests but it was skipped for now to make the new feature available as quickly as possible. Getting a PR by anyone to add unit tests would be super welcome. Thanks again to @​wassim-ben-amor and @​Mister-Hope for this external contributions 💯

[!NOTE] It seems that I misunderstood what the external PR for catalog: really does, it only makes lerna version happier (not crash as opposed to before) and users would have to execute pnpm publish instead of lerna publish for the catalog: to really be replaced. It would probably require more work in Lerna-Lite to fully support catalog: for both lerna commands (version/publish)... more to come I guess

Lerna-Lite v3.12.0 brought full catalog: support to both version and publish commands 🚀

Features

... (truncated)

Changelog

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

3.12.1 (2025-02-18)

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

3.12.0 (2025-01-31)

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

3.11.0 (2025-01-02)

Bug Fixes

3.10.1 (2024-11-28)

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

Commits
  • 50da3e5 chore(release): publish new version v3.12.1
  • 4d410a9 chore(release): publish new version v3.12.0
  • c4f7c10 chore(deps): use catalog: anywhere we have duplicate versions (#976)
  • 2cf5915 chore(release): publish new version v3.11.0
  • 956ad09 fix(deps): update all non-major dependencies (#966)
  • 6aab9c5 chore: add missing git prefix on git repo links
  • a91533e chore(release): publish new version v3.10.1
  • See full diff in compare view

Updates @lerna-lite/publish from 3.4.0 to 3.12.2

Release notes

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

v3.12.2

3.12.2 (2025-02-28)

Bug Fixes

v3.12.1

3.12.1 (2025-02-18)

Small patch release to update Octokit dependencies to latest which is mitigating ReDos issue (see Octokit/Rest release and CVE-2025-25288 for more info)

Bug Fixes

v3.12.0 - full pnpm catalogs support

🔈 Full pnpm catalogs support for both lerna version and lerna publish commands

The previous release brought support for catalogs but only for lerna version, however with this new release we bring support to both version and publish commands. 🚀

3.12.0 (2025-01-31)

Features

Bug Fixes

v3.11.0

3.11.0 (2025-01-02)

📢 Lerna-Lite now provides partial support for the new pnpm catalog: protocol

Starting the New Year with a new feature :) Thanks to @​wassim-ben-amor and @​Mister-Hope for providing the code and a pull request for this new feature. However please note that it comes with certain limitations (as described in the Publish#catalog docs)

The catalog: protocol (pnpm catalog) can be recognized by Lerna-Lite. When publishing, they will be kept as is. If you need to bump the version of a package in a catalog, you will need to edit pnpm-workspace.yaml manually. So we suggest using workspace: protocol instead for workspace dependencies.

... (truncated)

Changelog

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

3.12.2 (2025-02-28)

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

3.12.1 (2025-02-18)

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

3.12.0 (2025-01-31)

Features

Bug Fixes

3.11.0 (2025-01-02)

Features

Bug Fixes

3.10.1 (2024-11-28)

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

3.10.0 (2024-10-15)

Features

3.9.3 (2024-10-08)

Bug Fixes

3.9.2 (2024-09-28)

Bug Fixes

... (truncated)

Commits
  • 4138395 chore(release): publish new version v3.12.2
  • edf234b docs: add catalog note about lerna only reading catalog not writing to
  • 50da3e5 chore(release): publish new version v3.12.1
  • 8670bff docs: improve catalog documentation
  • 4d410a9 chore(release): publish new version v3.12.0
  • c4f7c10 chore(deps): use catalog: anywhere we have duplicate versions (#976)
  • 1dd3dc7 feat(publish): support pnpm catalog: protocol with lerna publish (#975)
  • cc55d79 docs: fix some typos
  • 2c14288 fix(deps): update dependency tinyrainbow to v2 (#973)
  • 24d1bbc fix(deps): update all non-major dependencies (#971)
  • Additional commits viewable in compare view

Updates @lerna-lite/run from 3.10.0 to 3.12.1

Release notes

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

v3.12.1

3.12.1 (2025-02-18)

Small patch release to update Octokit dependencies to latest which is mitigating ReDos issue (see Octokit/Rest release and CVE-2025-25288 for more info)

Bug Fixes

v3.12.0 - full pnpm catalogs support

🔈 Full pnpm catalogs support for both lerna version and lerna publish commands

The previous release brought support for catalogs but only for lerna version, however with this new release we bring support to both version and publish commands. 🚀

3.12.0 (2025-01-31)

Features

Bug Fixes

v3.11.0

3.11.0 (2025-01-02)

📢 Lerna-Lite now provides partial support for the new pnpm catalog: protocol

Starting the New Year with a new feature :) Thanks to @​wassim-ben-amor and @​Mister-Hope for providing the code and a pull request for this new feature. However please note that it comes with certain limitations (as described in the Publish#catalog docs)

The catalog: protocol (pnpm catalog) can be recognized by Lerna-Lite. When publishing, they will be kept as is. If you need to bump the version of a package in a catalog, you will need to edit pnpm-workspace.yaml manually. So we suggest using workspace: protocol instead for workspace dependencies.

Also note that there are currently no unit tests for this new feature yet, we should eventually add unit tests but it was skipped for now to make the new feature available as quickly as possible. Getting a PR by anyone to add unit tests would be super welcome. Thanks again to @​wassim-ben-amor and @​Mister-Hope for this external contributions 💯

[!NOTE] It seems that I misunderstood what the external PR for catalog: really does, it only makes lerna version happier (not crash as opposed to before) and users would have to execute pnpm publish instead of lerna publish for the catalog: to really be replaced. It would probably require more work in Lerna-Lite to fully support catalog: for both lerna commands (version/publish)... more to come I guess

Lerna-Lite v3.12.0 brought full catalog: support to both version and publish commands 🚀

Features

... (truncated)

Changelog

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

3.12.1 (2025-02-18)

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

3.12.0 (2025-01-31)

Features

Bug Fixes

3.11.0 (2025-01-02)

Bug Fixes

3.10.1 (2024-11-28)

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

Commits
  • 50da3e5 chore(release): publish new version v3.12.1
  • 4d410a9 chore(release): publish new version v3.12.0
  • c4f7c10 chore(deps): use catalog: anywhere we have duplicate versions (#976)
  • 1dd3dc7 feat(publish): support pnpm catalog: protocol with lerna publish (#975)
  • 2c14288 fix(deps): update dependency tinyrainbow to v2 (#973)
  • 24d1bbc fix(deps): update all non-major dependencies (#971)
  • 2cf5915 chore(release): publish new version v3.11.0
  • 956ad09 fix(deps): update all non-major dependencies (#966)
  • 6aab9c5 chore: add missing git prefix on git repo links
  • a91533e chore(release): publish new version v3.10.1
  • Additional commits viewable in compare view

Updates @lerna-lite/version from 3.10.0 to 3.12.2

Release notes

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

v3.12.2

3.12.2 (2025-02-28)

Bug Fixes

v3.12.1

3.12.1 (2025-02-18)

Small patch release to update Octokit dependencies to latest which is mitigating ReDos issue (see Octokit/Rest release and CVE-2025-25288 for more info)

Bug Fixes

v3.12.0 - full pnpm catalogs support

🔈 Full pnpm catalogs support for both lerna version and lerna publish commands

The previous release brought support for catalogs but only for lerna version, however with this new release we bring support to both version and publish commands. 🚀

3.12.0 (2025-01-31)

Features

Bug Fixes

v3.11.0

3.11.0 (2025-01-02)

📢 Lerna-Lite now provides partial support for the new pnpm catalog: protocol

Starting the New Year with a new feature :) Thanks to @​wassim-ben-amor and @​Mister-Hope for providing the code and a pull request for this new feature. However please note that it comes with certain limitations (as described in the Publish#catalog docs)

The catalog: protocol (pnpm catalog) can be recognized by Lerna-Lite. When publishing, they will be kept as is. If you need to bump the version of a package in a catalog, you will need to edit pnpm-workspace.yaml manually. So we suggest using workspace: protocol instead for workspace dependencies.

... (truncated)

Changelog

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

3.12.2 (2025-02-28)

Bug Fixes

3.12.1 (2025-02-18)

Bug Fixes

3.12.0 (2025-01-31)

Features

Bug Fixes

3.11.0 (2025-01-02)

Bug Fixes

3.10.1 (2024-11-28)

Bug Fixes

Commits
  • 4138395 chore(release): publish new version v3.12.2
  • 0587015 fix: dry-run, don't throw no changelog w/o release, fixes #988 (#990)
  • 1cc92ee fix(deps): update all non-major dependencies (#986)
  • 13622d1 docs: add catalog note about lerna only reading catalog not writing to
  • c7f4120 docs: add catalog note about lerna only reading catalog not writing to
  • 50da3e5 chore(release): publish new version v3.12.1
  • 2be4207 fix(deps): update all non-major dependencies (#981)
  • 917d387 docs: improve catalog documentation
  • 4d410a9 chore(release): publish new version v3.12.0
  • c4f7c10 chore(deps): use catalog: anywhere we have duplicate versions (#976)
  • Additional commits viewable in compare view

Updates @types/node from 20.12.14 to 20.17.22

Commits

Updates eslint-plugin-react from 7.37.2 to 7.37.4

Release notes

Sourced from eslint-plugin-react's releases.

v7.37.4

Fixed

  • [no-unknown-property]: support onBeforeToggle, popoverTarget, popoverTargetAction attributes (#3865[] @​acusti)
  • [types] fix types of flat configs (#3874[] @​ljharb)

#1000: jsx-eslint/eslint-plugin-react#1000 #1002: jsx-eslint/eslint-plugin-react#1002 #1005: jsx-eslint/eslint-plugin-react#1005 #100: jsx-eslint/eslint-plugin-react#100 #1010: jsx-eslint/eslint-plugin-react#1010 #1013: jsx-eslint/eslint-plugin-react#1013 #1022: jsx-eslint/eslint-plugin-react#1022 #1029: jsx-eslint/eslint-plugin-react#1029 #102: jsx-eslint/eslint-plugin-react#102 #1034: jsx-eslint/eslint-plugin-react#1034 #1038: jsx-eslint/eslint-plugin-react#1038 #1041: jsx-eslint/eslint-plugin-react#1041 #1043: jsx-eslint/eslint-plugin-react#1043 #1046: jsx-eslint/eslint-plugin-react#1046 #1047: jsx-eslint/eslint-plugin-react#1047 #1050: jsx-eslint/eslint-plugin-react#1050 #1053: jsx-eslint/eslint-plugin-react#1053 #1057: jsx-eslint/eslint-plugin-react#1057 #105: jsx-eslint/eslint-plugin-react#105 #1061: jsx-eslint/eslint-plugin-react#1061 #1062: jsx-eslint/eslint-plugin-react#1062 #1070: jsx-eslint/eslint-plugin-react#1070 #1071: jsx-eslint/eslint-plugin-react#1071 #1073: jsx-eslint/eslint-plugin-react#1073 #1076: jsx-eslint/eslint-plugin-react#1076 #1079: jsx-eslint/eslint-plugin-react#1079 #1088: jsx-eslint/eslint-plugin-react#1088 #1098: jsx-eslint/eslint-plugin-react#1098 #1101: jsx-eslint/eslint-plugin-react#1101 #1103: jsx-eslint/eslint-plugin-react#1103 #110: jsx-eslint/eslint-plugin-react#110 #1116: jsx-eslint/eslint-plugin-react#1116 #1117: jsx-eslint/eslint-plugin-react#1117 #1119: jsx-eslint/eslint-plugin-react#1119 #1121: jsx-eslint/eslint-plugin-react#1121 #1122: jsx-eslint/eslint-plugin-react#1122 #1123: jsx-eslint/eslint-plugin-react#1123 #1130: jsx-eslint/eslint-plugin-react#1130 #1131: jsx-eslint/eslint-plugin-react#1131 #1132: jsx-eslint/eslint-plugin-react#1132 #1134: jsx-eslint/eslint-plugin-react#1134 #1135: jsx-eslint/eslint-plugin-react#1135 #1139: jsx-eslint/eslint-plugin-react#1139 #1148: jsx-eslint/eslint-plugin-react#1148 #1149: jsx-eslint/eslint-plugin-react#1149

... (truncated)

Changelog

Sourced from eslint-plugin-react's changelog.

7.37.4 - 2025.01.12

Fixed

  • [no-unknown-property]: support onBeforeToggle, popoverTarget, popoverTargetAction attributes (#3865[] @​acusti)
  • [types] fix types of flat configs (#3874[] @​ljharb)

#3874: jsx-eslint/eslint-plugin-react#3874 #3865: jsx-eslint/eslint-plugin-react#3865

7.37.3 - 2024.12.23

Fixed

  • [no-danger]: avoid a crash on a nested component name (#3833[] @​ljharb)
  • [Fix] types: correct generated type declaration (#3840[] @​ocavue)
  • [no-unknown-property]: support precedence prop in react 19 (#3829[] @​acusti)
  • [prop-types]: props missing in validation when using generic types from a namespace import (#3859[] @​rbondoc96)

Changed

  • [Tests] [jsx-no-script-url]: Improve tests (#3849[] @​radu2147)
  • [Docs] fix broken links: [default-props-match-prop-types], [jsx-boolean-value], [jsx-curly-brace-presence], [jsx-no-bind], [no-array-index-key], [no-is-mounted], [no-render-return-value], [require-default-props] (#3841[] @​bastiendmt)

#3859: jsx-eslint/eslint-plugin-re...

Description has been truncated

…y with 48 updates

Bumps the patch-and-minor-updates group with 48 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@lerna-lite/cli](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/cli) | `3.10.0` | `3.12.1` |
| [@lerna-lite/publish](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/publish) | `3.4.0` | `3.12.2` |
| [@lerna-lite/run](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/run) | `3.10.0` | `3.12.1` |
| [@lerna-lite/version](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/version) | `3.10.0` | `3.12.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.14` | `20.17.22` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.2` | `7.37.4` |
| [husky](https://github.com/typicode/husky) | `9.1.6` | `9.1.7` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.10` | `15.4.3` |
| [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) | `0.42.0` | `0.44.0` |
| [npm-check-updates](https://github.com/raineorshine/npm-check-updates) | `17.1.8` | `17.1.15` |
| [postcss](https://github.com/postcss/postcss) | `8.4.47` | `8.5.3` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.5.2` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.10.0` | `16.15.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.4.5` | `5.8.2` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.0` | `7.26.9` |
| [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) | `7.25.9` | `7.26.9` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.26.0` | `7.26.9` |
| [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.25.9` | `7.26.3` |
| [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) | `7.26.0` | `7.26.9` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.5` | `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.1` | `16.2.0` |
| [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.5.2` | `14.6.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.0` | `4.3.4` |
| [rollup](https://github.com/rollup/rollup) | `4.24.2` | `4.34.9` |
| [sass](https://github.com/sass/dart-sass) | `1.77.8` | `1.85.1` |
| [tslib](https://github.com/Microsoft/tslib) | `2.6.2` | `2.8.1` |
| [@amsterdam/design-system-css](https://github.com/Amsterdam/design-system/tree/HEAD/packages/css) | `0.11.1` | `0.14.1` |
| [@amsterdam/design-system-react](https://github.com/Amsterdam/design-system/tree/HEAD/packages/react) | `0.11.1` | `0.14.1` |
| [@amsterdam/design-system-assets](https://github.com/Amsterdam/design-system/tree/HEAD/proprietary/assets) | `0.2.1` | `0.3.0` |
| [@amsterdam/design-system-tokens](https://github.com/Amsterdam/design-system/tree/HEAD/proprietary/tokens) | `0.11.0` | `0.14.0` |
| [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `8.4.0` | `8.6.3` |
| [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/actions) | `8.3.6` | `8.6.3` |
| [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs) | `8.3.6` | `8.6.3` |
| [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `8.3.6` | `8.6.3` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `8.3.6` | `8.6.3` |
| [@storybook/addon-viewport](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/viewport) | `8.4.0` | `8.6.3` |
| [@storybook/manager-api](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/manager-api) | `8.3.6` | `8.6.3` |
| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.3.6` | `8.6.3` |
| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.3.6` | `8.6.3` |
| [@storybook/theming](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/theming) | `8.3.6` | `8.6.3` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.3.6` | `8.6.3` |
| [@stencil/core](https://github.com/ionic-team/stencil) | `4.19.2` | `4.27.1` |
| [@stencil/react-output-target](https://github.com/ionic-team/stencil-ds-output-targets) | `0.5.3` | `0.8.2` |
| [@stencil/sass](https://github.com/stenciljs/sass) | `3.0.12` | `3.1.7` |
| [@tokens-studio/sd-transforms](https://github.com/tokens-studio/sd-transforms) | `1.2.6` | `1.2.9` |
| [style-dictionary](https://github.com/amzn/style-dictionary) | `4.1.4` | `4.3.3` |



Updates `@lerna-lite/cli` from 3.10.0 to 3.12.1
- [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.12.1/packages/cli)

Updates `@lerna-lite/publish` from 3.4.0 to 3.12.2
- [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.12.2/packages/publish)

Updates `@lerna-lite/run` from 3.10.0 to 3.12.1
- [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.12.1/packages/run)

Updates `@lerna-lite/version` from 3.10.0 to 3.12.2
- [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.12.2/packages/version)

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

Updates `eslint-plugin-react` from 7.37.2 to 7.37.4
- [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.37.2...v7.37.4)

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

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

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

Updates `npm-check-updates` from 17.1.8 to 17.1.15
- [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.8...v17.1.15)

Updates `postcss` from 8.4.47 to 8.5.3
- [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.5.3)

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

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

Updates `typescript` from 5.4.5 to 5.8.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.8.2)

Updates `@babel/core` from 7.26.0 to 7.26.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.26.9/packages/babel-core)

Updates `@babel/plugin-transform-runtime` from 7.25.9 to 7.26.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.26.9/packages/babel-plugin-transform-runtime)

Updates `@babel/preset-env` from 7.26.0 to 7.26.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.26.9/packages/babel-preset-env)

Updates `@babel/preset-react` from 7.25.9 to 7.26.3
- [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.3/packages/babel-preset-react)

Updates `@babel/runtime` from 7.26.0 to 7.26.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.26.9/packages/babel-runtime)

Updates `@testing-library/jest-dom` from 6.4.5 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.5...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.1 to 16.2.0
- [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.1...v16.2.0)

Updates `@testing-library/user-event` from 14.5.2 to 14.6.1
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](testing-library/user-event@v14.5.2...v14.6.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 `@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 `@vitejs/plugin-react` from 4.3.0 to 4.3.4
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.3.4/packages/plugin-react)

Updates `rollup` from 4.24.2 to 4.34.9
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.24.2...v4.34.9)

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

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

Updates `@amsterdam/design-system-css` from 0.11.1 to 0.14.1
- [Release notes](https://github.com/Amsterdam/design-system/releases)
- [Changelog](https://github.com/Amsterdam/design-system/blob/develop/packages/css/CHANGELOG.md)
- [Commits](https://github.com/Amsterdam/design-system/commits/design-system-css-v0.14.1/packages/css)

Updates `@amsterdam/design-system-react` from 0.11.1 to 0.14.1
- [Release notes](https://github.com/Amsterdam/design-system/releases)
- [Changelog](https://github.com/Amsterdam/design-system/blob/develop/packages/react/CHANGELOG.md)
- [Commits](https://github.com/Amsterdam/design-system/commits/design-system-css-v0.14.1/packages/react)

Updates `@amsterdam/design-system-assets` from 0.2.1 to 0.3.0
- [Release notes](https://github.com/Amsterdam/design-system/releases)
- [Changelog](https://github.com/Amsterdam/design-system/blob/develop/proprietary/assets/CHANGELOG.md)
- [Commits](https://github.com/Amsterdam/design-system/commits/design-system-assets-v0.3.0/proprietary/assets)

Updates `@amsterdam/design-system-tokens` from 0.11.0 to 0.14.0
- [Release notes](https://github.com/Amsterdam/design-system/releases)
- [Changelog](https://github.com/Amsterdam/design-system/blob/develop/proprietary/tokens/CHANGELOG.md)
- [Commits](https://github.com/Amsterdam/design-system/commits/design-system-css-v0.14.0/proprietary/tokens)

Updates `@storybook/addon-a11y` from 8.4.0 to 8.6.3
- [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.6.3/code/addons/a11y)

Updates `@storybook/addon-actions` from 8.3.6 to 8.6.3
- [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.6.3/code/addons/actions)

Updates `@storybook/addon-docs` from 8.3.6 to 8.6.3
- [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.6.3/code/addons/docs)

Updates `@storybook/addon-interactions` from 8.3.6 to 8.6.3
- [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.6.3/code/addons/interactions)

Updates `@storybook/addon-links` from 8.3.6 to 8.6.3
- [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.6.3/code/addons/links)

Updates `@storybook/addon-viewport` from 8.4.0 to 8.6.3
- [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.6.3/code/addons/viewport)

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

Updates `@storybook/react` from 8.3.6 to 8.6.3
- [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.6.3/code/renderers/react)

Updates `@storybook/react-vite` from 8.3.6 to 8.6.3
- [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.6.3/code/frameworks/react-vite)

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

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

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

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

Updates `@stencil/sass` from 3.0.12 to 3.1.7
- [Release notes](https://github.com/stenciljs/sass/releases)
- [Changelog](https://github.com/stenciljs/sass/blob/main/RELEASE.md)
- [Commits](stenciljs/sass@v3.0.12...v3.1.7)

Updates `@tokens-studio/sd-transforms` from 1.2.6 to 1.2.9
- [Release notes](https://github.com/tokens-studio/sd-transforms/releases)
- [Changelog](https://github.com/tokens-studio/sd-transforms/blob/main/CHANGELOG.md)
- [Commits](tokens-studio/sd-transforms@v1.2.6...v1.2.9)

Updates `style-dictionary` from 4.1.4 to 4.3.3
- [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.4...v4.3.3)

---
updated-dependencies:
- dependency-name: "@lerna-lite/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@lerna-lite/publish"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@lerna-lite/run"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@lerna-lite/version"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-updates
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-updates
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: markdownlint-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: npm-check-updates
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-updates
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-updates
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-updates
- dependency-name: "@babel/preset-react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@babel/runtime"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-updates
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@types/testing-library__jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: patch-and-minor-updates
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@testing-library/user-event"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-updates
- dependency-name: "@types/testing-library__jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: patch-and-minor-updates
- dependency-name: "@vitejs/plugin-react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-updates
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: tslib
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@amsterdam/design-system-css"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@amsterdam/design-system-react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@amsterdam/design-system-assets"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@amsterdam/design-system-tokens"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@storybook/addon-a11y"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@storybook/addon-actions"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@storybook/addon-docs"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@storybook/addon-interactions"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@storybook/addon-viewport"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@storybook/manager-api"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@storybook/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@storybook/react-vite"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@storybook/theming"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@stencil/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@stencil/react-output-target"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@stencil/sass"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@tokens-studio/sd-transforms"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-updates
- dependency-name: style-dictionary
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 1, 2025
@dependabot dependabot bot requested a review from a team March 1, 2025 22:45
Copy link

vercel bot commented Mar 1, 2025

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

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
tilburg ⬜️ Ignored (Inspect) Visit Preview Mar 1, 2025 10:45pm

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 6, 2025

Superseded by #278.

@dependabot dependabot bot closed this Mar 6, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/patch-and-minor-updates-7ad244c3bb branch March 6, 2025 10:19
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