Skip to content

Commit e58cd56

Browse files
authored
Merge branch 'main' into fix_16865_numberInput_step
2 parents 05f85bc + 6686fc3 commit e58cd56

File tree

483 files changed

+8812
-4169
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

483 files changed

+8812
-4169
lines changed

.all-contributorsrc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1569,6 +1569,24 @@
15691569
"contributions": [
15701570
"code"
15711571
]
1572+
},
1573+
{
1574+
"login": "lharrison13",
1575+
"name": "Luke Harrison",
1576+
"avatar_url": "https://avatars.githubusercontent.com/u/172074450?v=4",
1577+
"profile": "https://github.com/lharrison13",
1578+
"contributions": [
1579+
"code"
1580+
]
1581+
},
1582+
{
1583+
"login": "tekno0ryder",
1584+
"name": "Ahmed Alsinan",
1585+
"avatar_url": "https://avatars.githubusercontent.com/u/8721803?v=4",
1586+
"profile": "https://github.com/tekno0ryder",
1587+
"contributions": [
1588+
"code"
1589+
]
15721590
}
15731591
],
15741592
"commitConvention": "none"

.github/renovate.json5

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@
1111

1212
// https://docs.renovatebot.com/presets-npm/#npmunpublishsafe
1313
'npm:unpublishSafe',
14-
15-
// https://docs.renovatebot.com/presets-schedule/#scheduledaily
16-
'schedule:every weekday',
1714
],
15+
"schedule": [
16+
"after 10pm every weekday",
17+
"before 5am every weekday",
18+
"every weekend"
19+
]
1820
vulnerabilityAlerts: {
1921
enabled: true,
2022
},

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2121
- name: Use Node.js 20.x
22-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #v4.0.2
22+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b #v4.0.3
2323
with:
2424
node-version: '20.x'
2525
- name: Run yarn dedupe
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3232
- name: Use Node.js 20.x
33-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #v4.0.2
33+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b #v4.0.3
3434
with:
3535
node-version: '20.x'
3636
- name: Install dependencies
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4545
- name: Use Node.js 20.x
46-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #v4.0.2
46+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b #v4.0.3
4747
with:
4848
node-version: '20.x'
4949
- name: Install dependencies
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6060
- name: Use Node.js 20.x
61-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #v4.0.2
61+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b #v4.0.3
6262
with:
6363
node-version: '20.x'
6464
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 #v4.0.2
@@ -85,7 +85,7 @@ jobs:
8585
steps:
8686
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
8787
- name: Use Node.js 20.x
88-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #v4.0.2
88+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b #v4.0.3
8989
with:
9090
node-version: '20.x'
9191
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 #v4.0.2
@@ -125,7 +125,7 @@ jobs:
125125
steps:
126126
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
127127
- name: Use Node.js 20.x
128-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #v4.0.2
128+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b #v4.0.3
129129
with:
130130
node-version: '20.x'
131131
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 #v4.0.2
@@ -188,7 +188,7 @@ jobs:
188188
steps:
189189
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
190190
- name: Use Node.js 20.x
191-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #v4.0.2
191+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b #v4.0.3
192192
with:
193193
node-version: '20.x'
194194
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 #v4.0.2

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424

2525
# Initializes the CodeQL tools for scanning.
2626
- name: Initialize CodeQL
27-
uses: github/codeql-action/init@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12
27+
uses: github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
2828
with:
2929
languages: javascript
3030

3131
- name: Perform CodeQL Analysis
32-
uses: github/codeql-action/analyze@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12
32+
uses: github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0

.github/workflows/deploy-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
repository: carbon-design-system/design-language-website
2222
ref: master
2323
- name: Use Node.js 20.x
24-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #v4.0.2
24+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b #v4.0.3
2525
with:
2626
node-version: '20.x'
2727
registry-url: 'https://registry.npmjs.org'
@@ -63,7 +63,7 @@ jobs:
6363
repository: carbon-design-system/gatsby-theme-carbon
6464
ref: main
6565
- name: Use Node.js 20.x
66-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #v4.0.2
66+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b #v4.0.3
6767
with:
6868
node-version: '20.x'
6969
registry-url: 'https://registry.npmjs.org'

.github/workflows/deploy-react-storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 4.1.7
3232
- name: Use Node.js 20.x
33-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #v4.0.2
33+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b #v4.0.3
3434
with:
3535
node-version: '20.x'
3636
- name: Install dependencies

.github/workflows/nightly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1717
- name: Use Node.js 20.x
18-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #v4.0.2
18+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b #v4.0.3
1919
with:
2020
node-version: '20.x'
2121
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2222

2323
- name: Use Node.js 20.x
24-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #v4.0.2
24+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b #v4.0.3
2525
with:
2626
node-version: '20.x'
2727
registry-url: 'https://registry.npmjs.org'

.github/workflows/sync-generated-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1111
- name: Use Node.js 20.x
12-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #v4.0.2
12+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b #v4.0.3
1313
with:
1414
node-version: '20.x'
1515
- name: Install dependencies

.github/workflows/v10-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1717

1818
- name: Use Node.js 20.x
19-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #v4.0.2
19+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b #v4.0.3
2020
with:
2121
node-version: '20.x'
2222
- name: Run yarn dedupe
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
ref: v10
3131
- name: Use Node.js 20.x
32-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #v4.0.2
32+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b #v4.0.3
3333
with:
3434
node-version: '20.x'
3535
- name: Install dependencies
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
ref: v10
4646
- name: Use Node.js 20.x
47-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #v4.0.2
47+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b #v4.0.3
4848
with:
4949
node-version: '20.x'
5050
- name: Install dependencies
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
ref: v10
6363
- name: Use Node.js 20.x
64-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #v4.0.2
64+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b #v4.0.3
6565
with:
6666
node-version: '20.x'
6767
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 #v4.0.2
@@ -89,7 +89,7 @@ jobs:
8989
with:
9090
ref: v10
9191
- name: Use Node.js 20.x
92-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #v4.0.2
92+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b #v4.0.3
9393
with:
9494
node-version: '20.x'
9595
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 #v4.0.2

.github/workflows/v10-deploy-react-storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2020

2121
- name: Use Node.js 20.x
22-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #v4.0.2
22+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b #v4.0.3
2323
with:
2424
node-version: '20.x'
2525
- name: Install dependencies

.github/workflows/v10-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2020

2121
- name: Use Node.js 20.x
22-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #v4.0.2
22+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b #v4.0.3
2323
with:
2424
node-version: '20.x'
2525
registry-url: 'https://registry.npmjs.org'

.github/workflows/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
fetch-depth: '0'
3434
- name: Use Node.js 20.x
35-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #v4.0.2
35+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b #v4.0.3
3636
with:
3737
node-version: '20.x'
3838
registry-url: 'https://registry.npmjs.org'
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

README.md

Lines changed: 2 additions & 0 deletions

achecker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
const path = require('path');
1111

1212
module.exports = {
13-
ruleArchive: 'latest',
13+
ruleArchive: '17June2024',
1414
policies: ['Custom_Ruleset'],
1515
failLevels: ['violation'],
1616
reportLevels: [

config/babel-preset-carbon/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "babel-preset-carbon",
33
"private": true,
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"repository": {
@@ -18,13 +18,13 @@
1818
"react"
1919
],
2020
"dependencies": {
21-
"@babel/core": "^7.18.2",
22-
"@babel/plugin-proposal-class-properties": "^7.17.12",
23-
"@babel/plugin-proposal-export-default-from": "^7.17.12",
24-
"@babel/plugin-proposal-export-namespace-from": "^7.17.12",
25-
"@babel/plugin-transform-react-constant-elements": "^7.17.12",
26-
"@babel/preset-env": "^7.18.2",
27-
"@babel/preset-react": "^7.17.12",
21+
"@babel/core": "^7.24.7",
22+
"@babel/plugin-proposal-class-properties": "^7.18.6",
23+
"@babel/plugin-proposal-export-default-from": "^7.24.7",
24+
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
25+
"@babel/plugin-transform-react-constant-elements": "^7.24.7",
26+
"@babel/preset-env": "^7.24.7",
27+
"@babel/preset-react": "^7.24.7",
2828
"babel-plugin-dev-expression": "^0.2.3",
2929
"browserslist-config-carbon": "^11.2.0"
3030
}

config/eslint-config-carbon/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-config-carbon",
33
"description": "ESLint configuration for Carbon",
4-
"version": "3.13.0",
4+
"version": "3.14.0",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"repository": {
@@ -33,7 +33,7 @@
3333
"eslint": "^9.0.0"
3434
},
3535
"dependencies": {
36-
"@babel/eslint-parser": "^7.19.1",
36+
"@babel/eslint-parser": "^7.24.7",
3737
"@typescript-eslint/eslint-plugin": "^5.59.6",
3838
"@typescript-eslint/parser": "^5.59.6",
3939
"eslint-config-airbnb": "^19.0.4",

config/jest-config-carbon/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jest-config-carbon",
33
"private": true,
44
"description": "Jest configuration and preset for Carbon",
5-
"version": "1.12.0",
5+
"version": "1.14.0-rc.0",
66
"license": "Apache-2.0",
77
"main": "index.js",
88
"repository": {
@@ -19,15 +19,15 @@
1919
"react"
2020
],
2121
"dependencies": {
22-
"@babel/core": "^7.18.2",
23-
"@babel/plugin-proposal-class-properties": "^7.17.12",
24-
"@babel/plugin-proposal-export-default-from": "^7.17.12",
25-
"@babel/plugin-proposal-export-namespace-from": "^7.17.12",
26-
"@babel/plugin-transform-runtime": "^7.18.2",
27-
"@babel/preset-env": "^7.18.2",
28-
"@babel/preset-react": "^7.17.12",
29-
"@babel/runtime": "^7.18.3",
30-
"accessibility-checker": "^3.1.48",
22+
"@babel/core": "^7.24.7",
23+
"@babel/plugin-proposal-class-properties": "^7.18.6",
24+
"@babel/plugin-proposal-export-default-from": "^7.24.7",
25+
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
26+
"@babel/plugin-transform-runtime": "^7.24.7",
27+
"@babel/preset-env": "^7.24.7",
28+
"@babel/preset-react": "^7.24.7",
29+
"@babel/runtime": "^7.24.7",
30+
"accessibility-checker": "^3.1.74",
3131
"axe-core": "^4.3.5",
3232
"babel-jest": "^28.1.0",
3333
"chalk": "^4.1.1",

docs/migration/v11.md

Lines changed: 8 additions & 0 deletions

0 commit comments

Comments
 (0)