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

Bump bootstrap from 5.3.2 to 5.3.3 #48

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

Bumps bootstrap from 5.3.2 to 5.3.3.

Release notes

Sourced from bootstrap's releases.

v5.3.3

Highlights

  • Fixed a breaking change introduced with color modes where it was required to manually import variables-dark.scss when building Bootstrap with Sass. Now, _variables.scss will automatically import _variables-dark.scss. If you were already importing _variables-dark.scss manually, you should keep doing it as it won't break anything and will be the way to go in v6.
  • Fixed a regression in the selector engine that wasn't able to handle multiple IDs anymore.

Color modes

  • Badges now use the .text-bg-* text utilities to be certain that the text is always readable (especially when the customized colors are different in light and dark modes).
  • Fixed our color-modes.js script to handle the case where the OS is set to light mode and the auto color mode is used on the website. If you copied the script from our docs, you should apply this change to your own script.
  • Fixed color schemes description in the color modes documentation to show that color-scheme() only accept light and dark values as parameters.

Miscellaneous

  • Allowed <dl>, <dt> and <dd> in the sanitizer.
  • Dropped evenly items distribution for modal and offcanvas headers.
  • Fixed the accordion CSS selectors to avoid inheritance issues when nesting accordions.
  • Fixed the focus box-shadow for the validation stated form controls.
  • Fixed the focus ring on focused checked buttons.
  • Fixed the product example mobile navbar toggler.
  • Changed the RTL processing of carousel control icons.

🎨 CSS

  • #37508: Use child combinators to avoid inheriting parent accordion's flush styles
  • #38719: Fix focus box-shadow for validation stated form-controls
  • #38884: fix border-radius on radio-switch
  • #39294: Tests: update navbar in visual modal test
  • #39373: refactor css: modal and offcanvas header spacing
  • #39380: Fix Sass compilation breaking change in v5.3
  • #39387: docs: fix typo
  • #39411: Optimize the accordion icon
  • #39497: Fix a typo
  • #39536: Changed RTL processing of carousel control icons
  • #39560: Drop --bs-accordion-btn-focus-border-color and deprecate $accordion-button-focus-border-color
  • #39595: CSS: Fix the focus ring on focused checked buttons

☕️ JavaScript

  • #39201: Selector Engine: fix multiple IDs
  • #39224: Fix edge case in color-mode.js
  • #39376: Allow dl, dt and dd in sanitizer

📖 Docs

  • #39200: Typo Fix
  • #39214: Doc: use .text-bg-{color} for all badges
  • #39246: Docs: fix for example code blocks have unnecessary 30px right-margin

... (truncated)

Commits
  • 6e1f75f Release v5.3.3 (#39524)
  • 3caef2b Build(deps-dev): Bump terser from 5.27.1 to 5.27.2 (#39690)
  • 4abac9b Build(deps-dev): Bump ip from 2.0.0 to 2.0.1 (#39691)
  • c396a2a Build(deps-dev): Bump sass from 1.70.0 to 1.71.0 (#39684)
  • c9a8a40 Build(deps-dev): Bump rollup from 4.9.6 to 4.12.0 (#39683)
  • 6aecb37 Build(deps-dev): Bump eslint-plugin-html from 7.1.0 to 8.0.0 (#39672)
  • 4081168 Build(deps-dev): Bump terser from 5.27.0 to 5.27.1 (#39682)
  • 4605d71 Build(deps-dev): Bump postcss from 8.4.34 to 8.4.35 (#39673)
  • 08eeee3 Build(deps-dev): Bump lockfile-lint from 4.12.1 to 4.13.1 (#39675)
  • f92d635 Build(deps-dev): Bump eslint-plugin-unicorn from 51.0.0 to 51.0.1 (#39676)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 5, 2024
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.3.2 to 5.3.3.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](twbs/bootstrap@v5.3.2...v5.3.3)

---
updated-dependencies:
- dependency-name: bootstrap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/bootstrap-5.3.3 branch from 334a7b7 to 0717067 Compare August 6, 2024 13:19
@Serhii-DV Serhii-DV merged commit c9ef2b3 into dev Aug 6, 2024
@Serhii-DV Serhii-DV deleted the dependabot/npm_and_yarn/bootstrap-5.3.3 branch August 6, 2024 13:20
Serhii-DV pushed a commit that referenced this pull request Aug 10, 2024
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.3.2 to 5.3.3.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](twbs/bootstrap@v5.3.2...v5.3.3)

---
updated-dependencies:
- dependency-name: bootstrap
  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>
Serhii-DV added a commit that referenced this pull request Aug 16, 2024
* Create dependabot.yml

* [Feature] Start using TypoScript (#51)

* Install `ts-loader`

* `npx tsc --init`

* Configurate TS and webpack

* Removed unused module

* Rename `csv.js` to `csv.ts`

* csv.js to ts

* Update ts config

* Ignore `dist/` folder

* Revert "csv.js to ts"

This reverts commit 452b7e9.

* Revert "Rename `csv.js` to `csv.ts`"

This reverts commit d4f770e.

* Installed `source-map-loader`

* Introduced `built` folder and use it for TS

* Removed `dist` files from repo

* Renamed `console.js` to `console.ts`

* `npm install --save @types/chrome`

* Added TS types

* Resolve import module

* Fix compile error

* Renamed `clipboard.js` to `ts`

* Fix TS script

* Moved `csv.js` to `utils` folder and rename to `ts`

* Convert JS to TS

* Moved `chrome.js` to `utils/chrome.ts`

* Convert JS to TS

* Moved `utils.js` to `utils/utils.ts`

* Convert JS to TS in `utils.ts`

* Moved `key-generator.js` to `utils/key-generator.ts`

* Convert JS to TS in `key-generator.ts`

* Moved `html.js` to `utils/html.ts`

* Convert JS to TS in `html.ts`

* Moved `storage.js` to `utils/storage.ts`

* Introduced `hasOwnProperty` method

* Small fix

* Fixed storage utils path

* Convert JS to TS in `storage.ts`

* Added new version `0.12.0`

* Bump bootstrap from 5.3.2 to 5.3.3 (#48)

Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.3.2 to 5.3.3.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](twbs/bootstrap@v5.3.2...v5.3.3)

---
updated-dependencies:
- dependency-name: bootstrap
  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>

* Bump uuid from 9.0.1 to 10.0.0 (#49)

Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 10.0.0.
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v9.0.1...v10.0.0)

---
updated-dependencies:
- dependency-name: uuid
  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>

* Bump webpack from 5.91.0 to 5.93.0 (#50)

Bumps [webpack](https://github.com/webpack/webpack) from 5.91.0 to 5.93.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.91.0...v5.93.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [Feature. Core] Webpack usage improvements (#52)

* `npm install --save-dev webpack-merge`

* Use different webpack configs based on mode

* Use source maps on prod

* Use TS during dev

* Moved chrome types to dev dependencies

* `npm install --save-dev clean-webpack-plugin`

* Added config for webpack cleaning plugin

* Use webpack progress plugin

* `npm install copy-webpack-plugin --save-dev`

* Moved `manifest.json` to `src` folder

* Copy `manifest.json` to the `dist` folder

* Init extension from the `dist` folder

* A better built assets name

* `npm install isotope-layout --save-dev`

* `npm install @types/isotope-layout --save-dev`

* Load isotope from node modules

* Copy data files

* Fix initializin custom icon

* Removed unused config

* `npm install --save-dev html-webpack-plugin`

* Use html webpack plugin for popup page

* `npm install @webcomponents/custom-elements --save-dev`

* Renamed `icon.js` to `icon.ts`

* Convert JS to TS in `icon.ts` component

* Check if `customElements` exists

* Removed unused methods

* Removed popup vendors

* Use env variable

* Back to one config. Now get mode version from CLI

* Removed unused file

* Use log

* Get notification title header from the manifest

* `npm install css-minimizer-webpack-plugin --save-dev`

* Use css minimizer webpack plugin

* `npm install --save-dev mini-css-extract-plugin`

* `npm install css-loader --save-dev`

* Combine discogs css files into one and load it

* Moved css to it's subfolder

* Load discogs content

* Added current date time to the manifest in dev mode

* Use bandcamp content.js

* Moved bandcamp styles to it's subfolder

* Output manifest version in the console

* `npm install json-minimizer-webpack-plugin --save-dev`

* Minimize also JSON files

* Updated changelog

* Move all scripts to dev dependencies

* Create dependabot.yml

* [Feature] Start using TypoScript (#51)

* Install `ts-loader`

* `npx tsc --init`

* Configurate TS and webpack

* Removed unused module

* Rename `csv.js` to `csv.ts`

* csv.js to ts

* Update ts config

* Ignore `dist/` folder

* Revert "csv.js to ts"

This reverts commit 452b7e9.

* Revert "Rename `csv.js` to `csv.ts`"

This reverts commit d4f770e.

* Installed `source-map-loader`

* Introduced `built` folder and use it for TS

* Removed `dist` files from repo

* Renamed `console.js` to `console.ts`

* `npm install --save @types/chrome`

* Added TS types

* Resolve import module

* Fix compile error

* Renamed `clipboard.js` to `ts`

* Fix TS script

* Moved `csv.js` to `utils` folder and rename to `ts`

* Convert JS to TS

* Moved `chrome.js` to `utils/chrome.ts`

* Convert JS to TS

* Moved `utils.js` to `utils/utils.ts`

* Convert JS to TS in `utils.ts`

* Moved `key-generator.js` to `utils/key-generator.ts`

* Convert JS to TS in `key-generator.ts`

* Moved `html.js` to `utils/html.ts`

* Convert JS to TS in `html.ts`

* Moved `storage.js` to `utils/storage.ts`

* Introduced `hasOwnProperty` method

* Small fix

* Fixed storage utils path

* Convert JS to TS in `storage.ts`

* Added new version `0.12.0`

* Bump bootstrap from 5.3.2 to 5.3.3 (#48)

Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.3.2 to 5.3.3.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](twbs/bootstrap@v5.3.2...v5.3.3)

---
updated-dependencies:
- dependency-name: bootstrap
  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>

* Bump uuid from 9.0.1 to 10.0.0 (#49)

Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 10.0.0.
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v9.0.1...v10.0.0)

---
updated-dependencies:
- dependency-name: uuid
  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>

* Bump webpack from 5.91.0 to 5.93.0 (#50)

Bumps [webpack](https://github.com/webpack/webpack) from 5.91.0 to 5.93.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.91.0...v5.93.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [Feature. Core] Webpack usage improvements (#52)

* `npm install --save-dev webpack-merge`

* Use different webpack configs based on mode

* Use source maps on prod

* Use TS during dev

* Moved chrome types to dev dependencies

* `npm install --save-dev clean-webpack-plugin`

* Added config for webpack cleaning plugin

* Use webpack progress plugin

* `npm install copy-webpack-plugin --save-dev`

* Moved `manifest.json` to `src` folder

* Copy `manifest.json` to the `dist` folder

* Init extension from the `dist` folder

* A better built assets name

* `npm install isotope-layout --save-dev`

* `npm install @types/isotope-layout --save-dev`

* Load isotope from node modules

* Copy data files

* Fix initializin custom icon

* Removed unused config

* `npm install --save-dev html-webpack-plugin`

* Use html webpack plugin for popup page

* `npm install @webcomponents/custom-elements --save-dev`

* Renamed `icon.js` to `icon.ts`

* Convert JS to TS in `icon.ts` component

* Check if `customElements` exists

* Removed unused methods

* Removed popup vendors

* Use env variable

* Back to one config. Now get mode version from CLI

* Removed unused file

* Use log

* Get notification title header from the manifest

* `npm install css-minimizer-webpack-plugin --save-dev`

* Use css minimizer webpack plugin

* `npm install --save-dev mini-css-extract-plugin`

* `npm install css-loader --save-dev`

* Combine discogs css files into one and load it

* Moved css to it's subfolder

* Load discogs content

* Added current date time to the manifest in dev mode

* Use bandcamp content.js

* Moved bandcamp styles to it's subfolder

* Output manifest version in the console

* `npm install json-minimizer-webpack-plugin --save-dev`

* Minimize also JSON files

* Updated changelog

* Move all scripts to dev dependencies

* [Feature] `build-extension` workflow (#53)

* Added `build-and-zip` workflow

* Use node v20

* Update the artifact name

* Zip only content of the folder `dist`

* Do not create intermediate artifact `dist.zip`

* Upload dist folder as an artifact

* Rename action

* Run action on `main` branch only

* [Feature] Minimize code (#55)

* `npm install html-webpack-plugin html-loader --save-dev`

* Include and minimize popup html by using HtmlWebpackPlugin

* Removed `External Content` custom component

* No need to copy popup fragments

* Moved loading `popup.css` as JS import

* Small improve

* Use built-in cleanup

* Added some more image ext

* Use evn var for production mode

* Optimization

* Use `inline-source-map` in dev mode

* [Feature] Setup prettier and linter (#56)

* Optimization

* Install `eslint` and `prettier`

* Setup eslint

* Setup prettier

* Apply prittier

* Use inline source map

* Prettier ignore data presentation

* Updated extension version format in dev mode

* [Feature] A better eslint setup (#57)

* `npm install eslint-webpack-plugin --save-dev`

* Ignore `dist/` folder in eslint

* Use `mjs` extension instead of `js` for eslint

* Run `eslint` from webpack

* Added global browser and webextensions variables

* Fixed `no-prototype-builtins` eslint

* Ignore `webpack.config.js`

* Fixed eslint `no-unused-vars`

* Fixed eslint `no-constant-binary-expression`

* Fixed eslint `no-unused-vars` (2)

* Resolve utils path

* `npm run prettier:fix`

* Update changelog

* [Feature] Minimize JS/TS (#58)

* `npm install terser-webpack-plugin --save-dev`

* Update tranliterate logic. Minimizer works now.

* Removed unused parameter

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant