From 8a725016fe0978244c5cd45ce4bdb19b1b91e669 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 10:56:37 +0000 Subject: [PATCH 1/8] Build(deps): Bump coverallsapp/github-action from 1.1.3 to 1.2.2 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.1.3 to 1.2.2. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/1.1.3...v1.2.2) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index a8994b6cc3..10d6da3305 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -45,7 +45,7 @@ jobs: run: npm run js-test - name: Run Coveralls - uses: coverallsapp/github-action@1.1.3 + uses: coverallsapp/github-action@v1.2.2 with: github-token: "${{ secrets.GITHUB_TOKEN }}" path-to-lcov: "./js/coverage/lcov.info" From 34901f1bc734cf4dd4eaa2e9581aeb72c3f9316e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Thu, 2 Mar 2023 08:28:45 +0100 Subject: [PATCH 2/8] Docs: rollback some modification about `.text-muted` deprecation messages --- site/content/docs/5.3/migration.md | 4 ++-- site/content/docs/5.3/utilities/colors.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/site/content/docs/5.3/migration.md b/site/content/docs/5.3/migration.md index e13391e148..3cf60aaf28 100644 --- a/site/content/docs/5.3/migration.md +++ b/site/content/docs/5.3/migration.md @@ -214,9 +214,9 @@ We've also introduced a new `.progress-stacked` class to more logically wrap [mu ### Utilities -- Deprecated `.text-body-secondary` will be be replaced by `.text-body-secondary` in v6. +- Deprecated `.text-muted` will be be replaced by `.text-body-secondary` in v6. - With the addition of the expanded theme colors and variables, the `.text-body-secondary` variables and utility have been deprecated with v5.3.0. Its default value has also has been reassigned to the new `--bs-secondary-color` CSS variable to better support color modes. It will be removed in v6.0.0. + With the addition of the expanded theme colors and variables, the `.text-muted` variables and utility have been deprecated with v5.3.0. Its default value has also has been reassigned to the new `--bs-secondary-color` CSS variable to better support color modes. It will be removed in v6.0.0. - Adds new `.overflow-x`, `.overflow-y`, and several `.object-fit-*` utilities. _The object-fit property is used to specify how an `` or `