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

chore(merge main): patched Boosted commit → 7bde599 #2827

Merged
merged 11 commits into from
Dec 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading