Skip to content

Commit

Permalink
Merge branch 'main' into main-lmp-use-htmlcs-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton committed Jan 4, 2024
2 parents 44883e3 + 00d701b commit bd320ee
Show file tree
Hide file tree
Showing 344 changed files with 23,443 additions and 14,063 deletions.
20 changes: 10 additions & 10 deletions .bundlewatch.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,51 +2,51 @@
"files": [
{
"path": "./dist/css/boosted-grid.css",
"maxSize": "11.0 kB"
"maxSize": "7.0 kB"
},
{
"path": "./dist/css/boosted-grid.min.css",
"maxSize": "10.0 kB"
"maxSize": "6.25 kB"
},
{
"path": "./dist/css/boosted-reboot.css",
"maxSize": "4.5 kB"
},
{
"path": "./dist/css/boosted-reboot.min.css",
"maxSize": "4.25 kB"
"maxSize": "4.5 kB"
},
{
"path": "./dist/css/boosted-utilities.css",
"maxSize": "12.5 kB"
"maxSize": "12.75 kB"
},
{
"path": "./dist/css/boosted-utilities.min.css",
"maxSize": "11.75 kB"
"maxSize": "12.0 kB"
},
{
"path": "./dist/css/boosted.css",
"maxSize": "42.75 kB"
"maxSize": "44.5 kB"
},
{
"path": "./dist/css/boosted.min.css",
"maxSize": "39.75 kB"
"maxSize": "41.5 kB"
},
{
"path": "./dist/js/boosted.bundle.js",
"maxSize": "48.25 kB"
},
{
"path": "./dist/js/boosted.bundle.min.js",
"maxSize": "25.25 kB"
"maxSize": "25.5 kB"
},
{
"path": "./dist/js/boosted.esm.js",
"maxSize": "33.25 kB"
"maxSize": "33.0 kB"
},
{
"path": "./dist/js/boosted.esm.min.js",
"maxSize": "20.5 kB"
"maxSize": "20.25 kB"
},
{
"path": "./dist/js/boosted.js",
Expand Down
4 changes: 2 additions & 2 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"dropright",
"dropstart",
"dropup",
"dgst",
"errorf",
"evenodd",
"favicon",
Expand All @@ -51,7 +52,6 @@
"flexbox",
"française",
"fullscreen",
"Gaël",
"getbootstrap",
"Grayscale",
"Helv",
Expand All @@ -78,6 +78,7 @@
"mouseleave",
"myproject",
"navbars",
"navigations",
"navs",
"Neue",
"noindex",
Expand All @@ -89,7 +90,6 @@
"paginations",
"pinterest",
"popperjs",
"Poupard",
"prebuild",
"preconnect",
"preconnecting",
Expand Down
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"node": true
},
"parserOptions": {
"sourceType": "script"
"sourceType": "module"
},
"rules": {
"no-console": "off",
Expand Down
15 changes: 12 additions & 3 deletions .github/SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ See the [contributing guidelines](CONTRIBUTING.md) for sharing bug reports.

### How-to

For general troubleshooting or help getting started:
For general Boosted troubleshooting or help getting started:

- Ask and explore [our GitHub Discussions](https://github.com/twbs/bootstrap/discussions).
- Ask questions and explore [our GitHub Discussions](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/discussions).
- Chat with the core team and fellow Boosted users on internal Orange communication tools.

For general Bootstrap troubleshooting or help getting started:

- Follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap).
- Read and subscribe to [The Official Bootstrap Blog](https://blog.getbootstrap.com/).
- Ask questions and explore [Bootstrap GitHub Discussions](https://github.com/twbs/bootstrap/discussions).
- Discuss, ask questions, and more on [the community Discord](https://discord.gg/bZUvakRU3M) or [Bootstrap subreddit](https://reddit.com/r/bootstrap).
- Chat with fellow Bootstrappers in IRC. On the `irc.libera.chat` server, in the `#bootstrap` channel.
- Ask and explore Stack Overflow with the [`bootstrap-5`](https://stackoverflow.com/questions/tagged/bootstrap-5) tag.
- Implementation help may be found at Stack Overflow (tagged [`bootstrap-5`](https://stackoverflow.com/questions/tagged/bootstrap-5)).
- Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/bootstrap) or similar delivery mechanisms for maximum discoverability.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ updates:
- dependency-name: "karma-rollup-preprocessor"
- dependency-name: "lockfile-lint"
- dependency-name: "nodemon"
- dependency-name: "npm-run-all"
- dependency-name: "npm-run-all2"
- dependency-name: "postcss"
- dependency-name: "postcss-cli"
- dependency-name: "rollup"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
FORCE_COLOR: 2
NODE: 18
NODE: 20

permissions:
contents: read
Expand All @@ -15,16 +15,16 @@ jobs:
browserstack:
runs-on: ubuntu-latest
timeout-minutes: 30
if: "!(contains(github.event.*.labels.*.name, 'skip:ci') || github.actor == 'dependabot[bot]')"
if: github.actor != 'dependabot[bot]'

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "${{ env.NODE }}"
cache: npm
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/bundlewatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,29 @@ on:
- 'js/**'
- 'scss/**'
pull_request:
types: [labeled, unlabeled, opened, reopened, synchronize]
types: [opened, reopened, synchronize]
workflow_dispatch:

env:
FORCE_COLOR: 2
NODE: 18
NODE: 20

permissions:
contents: read

jobs:
bundlewatch:
runs-on: ubuntu-latest
if: "!(contains(github.event.*.labels.*.name, 'skip:ci') || github.actor == 'dependabot[bot]')"
if: github.actor != 'dependabot[bot]'

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "${{ env.NODE }}"
cache: npm
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/calibreapp-image-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,21 @@ on:
types: [opened, synchronize]
workflow_dispatch:

permissions:
contents: read

jobs:
build:
# Only run on Pull Requests within the same repository, and not from forks.
if: github.event.pull_request.head.repo.full_name == github.repository
name: calibreapp/image-actions
runs-on: ubuntu-latest
permissions:
# allow calibreapp/image-actions to update PRs
pull-requests: write
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Clone repository
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/cspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
pull_request:
types: [labeled, unlabeled, opened, reopened, synchronize]
types: [opened, reopened, synchronize]
workflow_dispatch:

env:
Expand All @@ -21,16 +21,16 @@ jobs:
contents: read
pull-requests: read
runs-on: ubuntu-latest
if: "!(contains(github.event.*.labels.*.name, 'skip:ci') || github.actor == 'dependabot[bot]')"
if: github.actor != 'dependabot[bot]'

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Run cspell
uses: streetsidesoftware/cspell-action@v2
uses: streetsidesoftware/cspell-action@v5
with:
config: ".cspell.json"
files: "**/*.md"
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/css.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,29 @@ on:
paths:
- "scss/**"
pull_request:
types: [labeled, unlabeled, opened, reopened, synchronize]
types: [opened, reopened, synchronize]
workflow_dispatch:

env:
FORCE_COLOR: 2
NODE: 18
NODE: 20

permissions:
contents: read

jobs:
css:
runs-on: ubuntu-latest
if: "!(contains(github.event.*.labels.*.name, 'skip:ci') || github.actor == 'dependabot[bot]') || github.event_name == 'workflow_dispatch'"
if: github.actor != 'dependabot[bot]' || github.event_name == 'workflow_dispatch'

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "${{ env.NODE }}"
cache: npm
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,29 @@ on:
- 'scss/**'
- 'site/**'
pull_request:
types: [labeled, unlabeled, opened, reopened, synchronize]
types: [opened, reopened, synchronize]
workflow_dispatch:

env:
FORCE_COLOR: 2
NODE: 18
NODE: 20

permissions:
contents: read

jobs:
docs:
runs-on: ubuntu-latest
if: "!(contains(github.event.*.labels.*.name, 'skip:ci') || github.actor == 'dependabot[bot]')"
if: github.actor != 'dependabot[bot]'

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "${{ env.NODE }}"
cache: npm
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
paths:
- 'js/**'
pull_request:
types: [labeled, unlabeled, opened, reopened, synchronize]
types: [opened, reopened, synchronize]
workflow_dispatch:

env:
FORCE_COLOR: 2
NODE: 18
NODE: 20

permissions:
contents: read
Expand All @@ -24,16 +24,16 @@ jobs:
contents: read
name: JS Tests
runs-on: ubuntu-latest
if: "!(contains(github.event.*.labels.*.name, 'skip:ci') || github.actor == 'dependabot[bot]')"
if: github.actor != 'dependabot[bot]'

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE }}
cache: npm
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,29 @@ on:
- 'js/**'
- 'scss/**'
pull_request:
types: [labeled, unlabeled, opened, reopened, synchronize]
types: [opened, reopened, synchronize]
workflow_dispatch:

env:
FORCE_COLOR: 2
NODE: 18
NODE: 20

permissions:
contents: read

jobs:
lint:
runs-on: ubuntu-latest
if: "!(contains(github.event.*.labels.*.name, 'skip:ci') || github.actor == 'dependabot[bot]')"
if: github.actor != 'dependabot[bot]'

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "${{ env.NODE }}"
cache: npm
Expand Down
Loading

0 comments on commit bd320ee

Please sign in to comment.