Skip to content

Commit c3e8895

Browse files
authored
Merge branch 'main' into main-his-a11y-0-3-aria-hidden
2 parents 3b72003 + 03fdf25 commit c3e8895

57 files changed

Lines changed: 2163 additions & 2837 deletions

Some content is hidden

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

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ updates:
1010
- package-ecosystem: npm
1111
directory: "/"
1212
reviewers:
13-
- julien-deramond
13+
- louismaximepiton
1414
labels:
1515
- dependencies
1616
- v5
@@ -32,6 +32,7 @@ updates:
3232
- dependency-name: "@babel/cli"
3333
- dependency-name: "@babel/core"
3434
- dependency-name: "@babel/preset-env"
35+
- dependency-name: "@docsearch/js"
3536
- dependency-name: "@popperjs/core"
3637
- dependency-name: "@rollup/plugin-babel"
3738
- dependency-name: "@rollup/plugin-commonjs"

.github/workflows/pa11y.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
node-version: "${{ env.NODE }}"
3333

3434
- name: Set up npm cache
35-
uses: actions/cache@v4.0.2
35+
uses: actions/cache@v4.1.2
3636
with:
3737
path: ~/.npm
3838
key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}

.github/workflows/percy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node-version: "${{ env.NODE }}"
3131

3232
- name: Set up npm cache
33-
uses: actions/cache@v4.0.2
33+
uses: actions/cache@v4.1.2
3434
with:
3535
path: ~/.npm
3636
key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ representative at an online or offline event.
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262
reported to the community leaders responsible for enforcement at
63-
julien.deramond@orange.com.
63+
vincent.prothais@orange.com.
6464
All complaints will be reviewed and investigated promptly and fairly.
6565

6666
All community leaders are obligated to respect the privacy and security of the

build/vnu-jar.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ execFile('java', ['-version'], (error, stdout, stderr) => {
3131
// NOT RECOMMENDED, but it's still valid - we explain in the docs that it's not ideal,
3232
// and offer more robust alternatives, but also need to show a less-than-ideal example
3333
'An “aria-disabled” attribute whose value is “true” should not be specified on an “a” element that has an “href” attribute.',
34-
// Boosted mod: `role="img"` is needed for `<img "src=.svg" alt="">`
35-
'The “img” role is unnecessary for element “img”.',
3634
'.*Consider using the “h1” element as a top-level heading only.*'
3735
// End mod
3836
].join('|')

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"email": "loic.laussel@orange.com"
2929
},
3030
{
31-
"name": "Julien Déramond",
32-
"email": "julien.deramond@orange.com"
31+
"name": "Vincent Prothais",
32+
"email": "vincent.prothais@orange.com"
3333
}
3434
],
3535
"support": {

0 commit comments

Comments
 (0)