mirror of
https://github.com/twbs/bootstrap.git
synced 2025-12-28 13:40:43 +00:00
Patch 2 (#17)
* Build(deps-dev): Bump the development-dependencies group with 2 updates - astro ^5.12.5 → ^5.12.6 - zod ^4.0.13 → ^4.0.14 * Build(deps-dev): Bump the development-dependencies group with 3 updates - @astrojs/markdown-remark ^6.3.3 → ^6.3.4 - @astrojs/mdx ^4.3.1 → ^4.3.2 - astro ^5.12.6 → ^5.12.7 * Build(deps-dev): Bump the development-dependencies group with 3 updates - @astrojs/markdown-remark ^6.3.4 → ^6.3.5 - @astrojs/mdx ^4.3.2 → ^4.3.3 - astro ^5.12.7 → ^5.12.8 * Docs: unminify package example HTML files (#41637) * Build(deps): Bump github/codeql-action from 3.29.4 to 3.29.5 (#41640) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.4 to 3.29.5. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](4e828ff8d4...51f77329af) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps-dev): Bump zod from 4.0.14 to 4.0.15 * Build(deps): Bump tmp from 0.2.3 to 0.2.4 (#41649) Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.3 to 0.2.4. - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](https://github.com/raszi/node-tmp/compare/v0.2.3...v0.2.4) --- updated-dependencies: - dependency-name: tmp dependency-version: 0.2.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps-dev): Bump stylelint from 16.23.0 to 16.23.1 * Build(deps-dev): Bump astro from 5.12.8 to 5.12.9 * Build(deps-dev): Bump zod from 4.0.15 to 4.0.16 * Build(deps-dev): Bump zod from 4.0.16 to 4.0.17 * Docs: fix missing "Copy to clipboard" tooltips when `<Example>` was used, not just `<Code>` (#41582) Co-authored-by: Julien Déramond <juderamond@gmail.com> * Build(deps): Bump github/codeql-action from 3.29.7 to 3.29.8 (#41657) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.7 to 3.29.8. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](51f77329af...76621b61de) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): Bump actions/checkout from 4.2.2 to 5.0.0 (#41655) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](11bd71901b...08c6903cd8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps-dev): bump dependencies - @astrojs/sitemap ^3.4.2 → ^3.5.0 - @babel/cli ^7.28.0 → ^7.28.3 - @babel/core ^7.28.0 → ^7.28.3 - @babel/preset-env ^7.28.0 → ^7.28.3 - astro ^5.12.9 → ^5.13.0 * Build(deps-dev): bump dependencies - @astrojs/markdown-remark ^6.3.5 → ^6.3.6 - @astrojs/mdx ^4.3.3 → ^4.3.4 - astro ^5.13.0 → ^5.13.2 * Build(deps-dev): Bump rollup from 4.46.2 to 4.46.3 * Build(deps): Bump github/codeql-action from 3.29.8 to 3.29.10 (#41664) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.8 to 3.29.10. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](76621b61de...96f518a34f) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Julien Déramond <juderamond@gmail.com> * Set cursor pointer on input search cancel button (#41639) * Set cursor pointer on input search cancel button * Update _reboot.scss * CSS: Fix spinner deformation in flex boxes when content is multiline (#41654) * Migrate MyGet script to GH actions (#41583) * Migrate MyGet script to GH actions to automatically build/publish the Bootstrap NuGet package when a release is created * Remove `-NoPackageAnalysis` flag * Use sha-1 for jobs --------- Co-authored-by: Jesse Mandel <jesse.mandel@jdpa.com> Co-authored-by: Julien Déramond <juderamond@gmail.com> * Revert "Attempt to return focus explicitly to dropdown trigger (#41365)" (#41668) This reverts commit24305e7b18. * docs: Minor range example code optimization (#41665) I think the 'custom' prefix for the ids in examples were mainly from Bootstrap v4 custom controls. Removing it makes it a bit shorter/neater. * Remove Themes from docs (#41671) * Release v5.3.8 (#41669) * Bump version * Run dist * Unrelated new docs error * Add permissions for NuGet package publishing * Build(deps): Bump actions/checkout from 4.2.2 to 5.0.0 (#41680) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.2.2...08c6903cd8c0fde910a37f88322edcfb5dd907a8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): Bump github/codeql-action from 3.29.10 to 3.29.11 (#41678) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.10 to 3.29.11. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](96f518a34f...3c3833e0f8) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * dependabot: group actions updates * Build(deps): Bump calibreapp/image-actions from 1.1.0 to 1.3.0 (#41679) * Build(deps): Bump calibreapp/image-actions from 1.1.0 to 1.3.0 Bumps [calibreapp/image-actions](https://github.com/calibreapp/image-actions) from 1.1.0 to 1.3.0. - [Release notes](https://github.com/calibreapp/image-actions/releases) - [Commits](737ceeaeed...51921e25c9) --- updated-dependencies: - dependency-name: calibreapp/image-actions dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Change githubToken to GITHUB_TOKEN in workflow --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com> * Build(deps): Bump the github-actions group with 2 updates (#41696) Bumps the github-actions group with 2 updates: [calibreapp/image-actions](https://github.com/calibreapp/image-actions) and [actions-cool/issues-helper](https://github.com/actions-cool/issues-helper). Updates `calibreapp/image-actions` from 1.1.0 to 1.3.0 - [Release notes](https://github.com/calibreapp/image-actions/releases) - [Commits](737ceeaeed...51921e25c9) Updates `actions-cool/issues-helper` from 3.6.2 to 3.6.3 - [Release notes](https://github.com/actions-cool/issues-helper/releases) - [Changelog](https://github.com/actions-cool/issues-helper/blob/main/CHANGELOG.md) - [Commits](50068f49b7...45d75b6cf7) --- updated-dependencies: - dependency-name: calibreapp/image-actions dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions-cool/issues-helper dependency-version: 3.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps-dev): Bump dependencies (#41717) - @astrojs/sitemap ^3.5.0 → ^3.5.1 - astro ^5.13.2 → ^5.13.5 - jasmine ^5.9.0 → ^5.10.0 - rollup ^4.46.3 → ^4.50.0 - terser ^5.43.1 → ^5.44.0 - zod ^4.0.17 → ^4.1.5 * Build(deps): Bump the github-actions group with 2 updates (#41721) Bumps the github-actions group with 2 updates: [calibreapp/image-actions](https://github.com/calibreapp/image-actions) and [github/codeql-action](https://github.com/github/codeql-action). Updates `calibreapp/image-actions` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/calibreapp/image-actions/releases) - [Commits](51921e25c9...f72c7c4a23) Updates `github/codeql-action` from 3.29.11 to 3.30.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](3c3833e0f8...2d92b76c45) --- updated-dependencies: - dependency-name: calibreapp/image-actions dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 3.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps-dev): Bump @babel/core from 7.28.3 to 7.28.4 * Docs: Add `.table` class to color tables example (#41691) Co-authored-by: Julien Déramond <juderamond@gmail.com> * Build(deps-dev): Bump dependencies - rollup ^4.50.0 → ^4.50.1 - stylelint ^16.23.1 → ^16.24.0 * Build(deps-dev): Bump dependencies - @astrojs/mdx ^4.3.4 → ^4.3.5 - astro ^5.13.5 → ^5.13.7 * Build(deps): Bump the github-actions group with 2 updates (#41730) Bumps the github-actions group with 2 updates: [actions/setup-node](https://github.com/actions/setup-node) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/setup-node` from 4.4.0 to 5.0.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](49933ea528...a0853c2454) Updates `github/codeql-action` from 3.30.0 to 3.30.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](2d92b76c45...f1f6e5f6af) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 3.30.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps-dev): Bump zod from 4.1.5 to 4.1.6 * Build(deps-dev): Bump dependencies - mime ^4.0.7 → ^4.1.0 - zod ^4.1.6 → ^4.1.8 * Build(deps-dev): Bump rollup from 4.50.1 to 4.50.2 * Build(deps): Bump the github-actions group with 2 updates (#41744) Bumps the github-actions group with 2 updates: [calibreapp/image-actions](https://github.com/calibreapp/image-actions) and [github/codeql-action](https://github.com/github/codeql-action). Updates `calibreapp/image-actions` from 1.4.0 to 1.4.1 - [Release notes](https://github.com/calibreapp/image-actions/releases) - [Commits](f72c7c4a23...f32575787d) Updates `github/codeql-action` from 3.30.2 to 3.30.3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](d3678e237b...192325c861) --- updated-dependencies: - dependency-name: calibreapp/image-actions dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 3.30.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps-dev): Bump dependencies - @astrojs/sitemap ^3.5.1 → ^3.6.0 - astro ^5.13.7 → ^5.13.8 - zod ^4.1.8 → ^4.1.9 * Build(deps-dev): Bump dependencies - astro ^5.13.8 → ^5.13.9 - rollup ^4.50.2 → ^4.52.0 * Build(deps-dev): Bump dependencies - @astrojs/markdown-remark ^6.3.6 → ^6.3.7 - @astrojs/mdx ^4.3.5 → ^4.3.6 - astro ^5.13.9 → ^5.13.10 - zod ^4.1.9 → ^4.1.11 * Build(deps-dev): Bump rollup from 4.52.0 to 4.52.2 * Build(deps-dev): Bump astro from 5.13.10 to 5.13.11 * chore(deps-dev): bump dependencies - astro ^5.13.11 → ^5.14.1 - jasmine ^5.10.0 → ^5.11.0 - rollup ^4.52.2 → ^4.52.3 * Build(deps-dev): Bump dependencies (#41780) - cross-env ^10.0.0 → ^10.1.0 - globby ^14.1.0 → ^15.0.0 * Build(deps): Bump github/codeql-action in the github-actions group (#41782) Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 3.30.3 to 3.30.5 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](192325c861...3599b3baa1) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.30.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps-dev): Bump dependencies - rollup ^4.52.3 → ^4.52.4 - stylelint ^16.24.0 → ^16.25.0 * Build(deps): Bump the github-actions group with 2 updates (#41798) Bumps the github-actions group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [ossf/scorecard-action](https://github.com/ossf/scorecard-action). Updates `github/codeql-action` from 3.30.5 to 3.30.6 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](3599b3baa1...64d10c1313) Updates `ossf/scorecard-action` from 2.4.2 to 2.4.3 - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](05b42c6244...4eaacf0543) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.30.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: ossf/scorecard-action dependency-version: 2.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps-dev): Bump dependencies - @rollup/plugin-node-resolve ^16.0.1 → ^16.0.2 - astro-auto-import ^0.4.4 → ^0.4.5 - jasmine ^5.11.0 → ^5.12.0 - zod ^4.1.11 → ^4.1.12 * Build(deps-dev): Bump dependencies - @astrojs/markdown-remark ^6.3.7 → ^6.3.8 - @astrojs/mdx ^4.3.6 → ^4.3.7 - astro ^5.14.1 → ^5.14.3 * Build(deps-dev): Bump astro from 5.14.3 to 5.14.4 --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Wes <93578022+Wbaker7702@users.noreply.github.com> Co-authored-by: Julien Déramond <juderamond@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Louis-Maxime Piton <louismaxime.piton@orange.com> Co-authored-by: Mark Otto <markd.otto@gmail.com> Co-authored-by: Jesse Mandel <jesse.mandel@gmail.com> Co-authored-by: Jesse Mandel <jesse.mandel@jdpa.com> Co-authored-by: Christian Oliff <christianoliff@pm.me> Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Stefan Korn <stefan.korn.github@jossgrund.net>
This commit is contained in:
parent
67b5d2b315
commit
048cbea72c