From 2ebe05a3ee22b1ff7f61f12c850be7d5167d2b6d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 6 Sep 2024 15:18:38 +0200
Subject: [PATCH] build(deps): bump @amsterdam/design-system-react from 0.10.0
to 0.11.1 (#123)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps
[@amsterdam/design-system-react](https://github.com/Amsterdam/design-system/tree/HEAD/packages/react)
from 0.10.0 to 0.11.1.
Release notes
Sourced from @amsterdam/design-system-react
's
releases.
design-system-css: v0.11.1
0.11.1
(2024-08-29)
Bug Fixes
design-system-react: v0.11.1
0.11.1
(2024-08-29)
Bug Fixes
design-system-css: v0.11.0
0.11.0
(2024-07-25)
⚠ BREAKING CHANGES
- Remove Visually Hidden component (#1391)
- Remove HeadingLevel type, group Heading sizes in story (#1387)
- Apply default gap in Row and Column without extra class (#1422)
- Include ‘gap-’ in class names for Row and Column gap (#1421)
- Rename Form Field Character Counter to Character Count (#1363)
- Improve sizing behaviour of Dialog (#1329)
- Change CSS classes for Heading level for consistency with token
names (#1355)
- Merge ‘stack’ and ‘inside’ space categories and update components
(#1267)
Features
- Add documention for Gap and Margin utility classes (#1427)
(6adbd13)
- Add focus on initial render to Form Error List (#1328)
(09387b7)
- Add horizontal and vertical alignment options to Column (#1428)
(d5a7766)
- Add horizontal and vertical alignment options to Row (#1330)
(1b9c269)
- Allow a row to wrap its items onto multiple lines (#1319)
(42424eb)
- Apply default gap in Row and Column without extra class (#1422)
(3af0b1f)
- Improve sizing behaviour of Dialog (#1329)
(a54d239)
- Let Form Error List add the error count to the document title (#1309)
(f18f03b)
- Merge ‘stack’ and ‘inside’ space categories and update components
(#1267)
(a0de626)
- Remove HeadingLevel type, group Heading sizes in story (#1387)
(8d05017)
- Remove Visually Hidden component (#1391)
(83a60ca)
- Rename Form Field Character Counter to Character Count (#1363)
(a5299db)
- Use flexbox and regular space in Column as we do in Row (#1388)
(86d693c)
Bug Fixes
... (truncated)
Changelog
Sourced from @amsterdam/design-system-react
's
changelog.
0.11.1
(2024-08-29)
Bug Fixes
0.11.0
(2024-07-25)
⚠ BREAKING CHANGES
- Remove Visually Hidden component (#1391)
- Remove HeadingLevel type, group Heading sizes in story (#1387)
- Apply default gap in Row and Column without extra class (#1422)
- Rename Form Field Character Counter to Character Count (#1363)
Features
- Add focus on initial render to Form Error List (#1328)
(09387b7)
- Add horizontal and vertical alignment options to Column (#1428)
(d5a7766)
- Add horizontal and vertical alignment options to Row (#1330)
(1b9c269)
- Allow a row to wrap its items onto multiple lines (#1319)
(42424eb)
- Apply default gap in Row and Column without extra class (#1422)
(3af0b1f)
- Let Form Error List add the error count to the document title (#1309)
(f18f03b)
- Remove HeadingLevel type, group Heading sizes in story (#1387)
(8d05017)
- Remove Visually Hidden component (#1391)
(83a60ca)
- Rename Form Field Character Counter to Character Count (#1363)
(a5299db)
Bug Fixes
- Change CSS classes for Heading level for consistency with token
names (#1355)
(7c34bbe)
- Include ‘gap-’ in class names for Row and Column gap (#1421)
(21cfcbf)
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@amsterdam/design-system-react&package-manager=npm_and_yarn&previous-version=0.10.0&new-version=0.11.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
packages/storybook/package.json | 2 +-
pnpm-lock.yaml | 22 +++++++---------------
2 files changed, 8 insertions(+), 16 deletions(-)
diff --git a/packages/storybook/package.json b/packages/storybook/package.json
index 3cd6b078..e396335b 100644
--- a/packages/storybook/package.json
+++ b/packages/storybook/package.json
@@ -49,7 +49,7 @@
},
"dependencies": {
"@amsterdam/design-system-css": "0.10.0",
- "@amsterdam/design-system-react": "0.10.0",
+ "@amsterdam/design-system-react": "0.11.1",
"@amsterdam/design-system-assets": "0.2.1",
"@amsterdam/design-system-tokens": "0.10.0",
"clsx": "2.1.1"
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index b82e62b7..4487a5c8 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -220,8 +220,8 @@ importers:
specifier: 0.10.0
version: 0.10.0(@amsterdam/design-system-assets@0.2.1)(@amsterdam/design-system-tokens@0.10.0)
'@amsterdam/design-system-react':
- specifier: 0.10.0
- version: 0.10.0(@amsterdam/design-system-css@0.10.0(@amsterdam/design-system-assets@0.2.1)(@amsterdam/design-system-tokens@0.10.0))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ specifier: 0.11.1
+ version: 0.11.1(@amsterdam/design-system-css@0.10.0(@amsterdam/design-system-assets@0.2.1)(@amsterdam/design-system-tokens@0.10.0))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
'@amsterdam/design-system-tokens':
specifier: 0.10.0
version: 0.10.0
@@ -412,10 +412,10 @@ packages:
react: 16 - 18
react-dom: 16 - 18
- '@amsterdam/design-system-react@0.10.0':
- resolution: {integrity: sha512-Qnh56pambks8mzqE3alkyknTD4NRHwR8IOjK7+Ckr+9+RvezCTygDZDCrEb5kbmbnbtyJRYpHbOQxzeXKlm1fA==}
+ '@amsterdam/design-system-react@0.11.1':
+ resolution: {integrity: sha512-xFCXhaXbm2m5+xYUlT9aHlFQ3MyWMRqRY8byK2yU8yLW3MDfqTMoqwSTUMhmvA6dj1JtGfuYEdv7RoxYSp3irg==}
peerDependencies:
- '@amsterdam/design-system-css': 0.10.0
+ '@amsterdam/design-system-css': 0.11.1
react: 16 - 18
react-dom: 16 - 18
@@ -1150,10 +1150,6 @@ packages:
'@babel/regjsgen@0.8.0':
resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==}
- '@babel/runtime@7.24.7':
- resolution: {integrity: sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==}
- engines: {node: '>=6.9.0'}
-
'@babel/runtime@7.24.8':
resolution: {integrity: sha512-5F7SDGs1T72ZczbRwbGO9lQi0NLjQxzl6i4lJxLxfW9U5UluCSyEJeniWvnhl3/euNiqQVbo8zruhsDfid0esA==}
engines: {node: '>=6.9.0'}
@@ -7914,11 +7910,11 @@ snapshots:
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
- '@amsterdam/design-system-react@0.10.0(@amsterdam/design-system-css@0.10.0(@amsterdam/design-system-assets@0.2.1)(@amsterdam/design-system-tokens@0.10.0))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@amsterdam/design-system-react@0.11.1(@amsterdam/design-system-css@0.10.0(@amsterdam/design-system-assets@0.2.1)(@amsterdam/design-system-tokens@0.10.0))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
'@amsterdam/design-system-css': 0.10.0(@amsterdam/design-system-assets@0.2.1)(@amsterdam/design-system-tokens@0.10.0)
'@amsterdam/design-system-react-icons': 0.1.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
clsx: 2.1.1
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
@@ -8860,10 +8856,6 @@ snapshots:
'@babel/regjsgen@0.8.0': {}
- '@babel/runtime@7.24.7':
- dependencies:
- regenerator-runtime: 0.14.1
-
'@babel/runtime@7.24.8':
dependencies:
regenerator-runtime: 0.14.1