Skip to content

Commit

Permalink
chore(merge main): patched Boosted commit → 7bde599 (#2827)
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton authored Dec 26, 2024
1 parent 3d7c940 commit b22e65c
Show file tree
Hide file tree
Showing 13 changed files with 861 additions and 1,424 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Guidelines for bug reports:

3. **Isolate the problem** — ideally create a [reduced test
case](https://css-tricks.com/reduced-test-cases/) and a live example.
This [CodePen](https://codepen.io/julien-deramond/pen/RwzRNjG) is helpful template.
This [CodePen](https://codepen.io/louismaximepiton/pen/RNbVWVw) is helpful template.


A good bug report shouldn't leave others needing to chase you up for more
Expand Down
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ updates:
- package-ecosystem: npm
directory: "/"
reviewers:
- julien-deramond
- louismaximepiton
labels:
- dependencies
- v5
Expand All @@ -32,6 +32,7 @@ updates:
- dependency-name: "@babel/cli"
- dependency-name: "@babel/core"
- dependency-name: "@babel/preset-env"
- dependency-name: "@docsearch/js"
- dependency-name: "@popperjs/core"
- dependency-name: "@rollup/plugin-babel"
- dependency-name: "@rollup/plugin-commonjs"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pa11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
node-version: "${{ env.NODE }}"

- name: Set up npm cache
uses: actions/cache@v4.1.1
uses: actions/cache@v4.2.0
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ representative at an online or offline event.

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

All community leaders are obligated to respect the privacy and security of the
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"email": "[email protected]"
},
{
"name": "Julien Déramond",
"email": "julien.deramond@orange.com"
"name": "Vincent Prothais",
"email": "vincent.prothais@orange.com"
}
],
"support": {
Expand Down
Loading

0 comments on commit b22e65c

Please sign in to comment.