chore(deps): update dependency bootstrap-icons to v1.10.4 #16

Merged
nemunaire merged 1 commits from renovate/bootstrap-icons-1.x-lockfile into master 2023-04-09 17:52:08 +00:00
Contributor

This PR contains the following updates:

Package Type Update Change
bootstrap-icons (source) devDependencies patch 1.10.3 -> 1.10.4

Release Notes

twbs/icons

v1.10.4

Compare Source

🚀 Features

  • #​731: docs: filter icons by URL search query
  • #​1636: font: add license header
  • #​1653: docs: change search function from list.js to fuse.js

🐛 Bug fixes

  • #​1521: Remove non-existent icons from font
  • #​1566: Fix sass quoted string interpolation for hugo 0.110.0
  • #​1645: Fix three icon font rendering issues
  • #​1647: Update font SCSS template to use a loop thus reducing the SCSS filesize

📖 Docs

  • #​731: docs: filter icons by URL search query
  • #​1561: Fix icons release and repo links
  • #​1618: Docs: move color-modes to /assets/js
  • #​1619: Backport color-modes.js from upstream
  • #​1628: Fix theme toggle JavaScript and A11y
  • #​1632: Remove unused Hugo partials
  • #​1635: Update Bootstrap to v5.3.0-alpha2
  • #​1637: sprite.html: fix wrong breadcrumb
  • #​1638: Add missing tags and categories
  • #​1644: Fix spacing and sizing of examples
  • #​1651: Work around list.js not working with hyphens
  • #​1652: docs: specify searchDelay: 250 for list.js
  • #​1653: docs: change search function from list.js to fuse.js
  • #​1655: config.yml: mount bootstrap.bundle.min.js in static folder
  • #​1658: Add some tags to multiple icons
  • #​1661: docs: use bootstrap.svg from the /assets/icons dir
  • #​1679: Update bootstrap to v5.3.0-alpha3

🧰 Maintenance

  • #​1521: Remove non-existent icons from font
  • #​1566: Fix sass quoted string interpolation for hugo 0.110.0
  • #​1571: Fix minor error in README
  • #​1617: Assorted JS tweaks
  • #​1633: Update vnu-jar.js from upstream
  • #​1636: font: add license header
  • #​1647: Update font SCSS template to use a loop
  • #​1648: package.json: specify q for zip
  • #​1649: Tweak README.md
  • #​1656: Update SVGO config: remove sortAttrs since it's enabled by default
  • #​1657: build: add a script to check font JSON for differences with SVGs
  • #​1660: Tweak check-icons.js
  • #​1662: package.json: update icons-zip script to remove existent zip files first
  • #​1669: CI: add permissions and limit triggers to main
  • #​1681: package.json: add a few more keywords

📦 Dependencies


Full changelog: https://github.com/twbs/icons/compare/v1.10.3...v1.10.4


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bootstrap-icons](https://icons.getbootstrap.com/) ([source](https://github.com/twbs/icons)) | devDependencies | patch | [`1.10.3` -> `1.10.4`](https://renovatebot.com/diffs/npm/bootstrap-icons/1.10.3/1.10.4) | --- ### Release Notes <details> <summary>twbs/icons</summary> ### [`v1.10.4`](https://github.com/twbs/icons/releases/tag/v1.10.4) [Compare Source](https://github.com/twbs/icons/compare/v1.10.3...v1.10.4) #### 🚀 Features - [#&#8203;731](https://github.com/twbs/icons/issues/731): docs: filter icons by URL search query - [#&#8203;1636](https://github.com/twbs/icons/issues/1636): font: add license header - [#&#8203;1653](https://github.com/twbs/icons/issues/1653): docs: change search function from list.js to fuse.js #### 🐛 Bug fixes - [#&#8203;1521](https://github.com/twbs/icons/issues/1521): Remove non-existent icons from font - [#&#8203;1566](https://github.com/twbs/icons/issues/1566): Fix sass quoted string interpolation for hugo 0.110.0 - [#&#8203;1645](https://github.com/twbs/icons/issues/1645): Fix three icon font rendering issues - [#&#8203;1647](https://github.com/twbs/icons/issues/1647): Update font SCSS template to use a loop thus reducing the SCSS filesize #### 📖 Docs - [#&#8203;731](https://github.com/twbs/icons/issues/731): docs: filter icons by URL search query - [#&#8203;1561](https://github.com/twbs/icons/issues/1561): Fix icons release and repo links - [#&#8203;1618](https://github.com/twbs/icons/issues/1618): Docs: move color-modes to /assets/js - [#&#8203;1619](https://github.com/twbs/icons/issues/1619): Backport color-modes.js from upstream - [#&#8203;1628](https://github.com/twbs/icons/issues/1628): Fix theme toggle JavaScript and A11y - [#&#8203;1632](https://github.com/twbs/icons/issues/1632): Remove unused Hugo partials - [#&#8203;1635](https://github.com/twbs/icons/issues/1635): Update Bootstrap to v5.3.0-alpha2 - [#&#8203;1637](https://github.com/twbs/icons/issues/1637): sprite.html: fix wrong breadcrumb - [#&#8203;1638](https://github.com/twbs/icons/issues/1638): Add missing tags and categories - [#&#8203;1644](https://github.com/twbs/icons/issues/1644): Fix spacing and sizing of examples - [#&#8203;1651](https://github.com/twbs/icons/issues/1651): Work around list.js not working with hyphens - [#&#8203;1652](https://github.com/twbs/icons/issues/1652): docs: specify `searchDelay: 250` for list.js - [#&#8203;1653](https://github.com/twbs/icons/issues/1653): docs: change search function from list.js to fuse.js - [#&#8203;1655](https://github.com/twbs/icons/issues/1655): config.yml: mount bootstrap.bundle.min.js in static folder - [#&#8203;1658](https://github.com/twbs/icons/issues/1658): Add some tags to multiple icons - [#&#8203;1661](https://github.com/twbs/icons/issues/1661): docs: use bootstrap.svg from the `/assets/icons` dir - [#&#8203;1679](https://github.com/twbs/icons/issues/1679): Update bootstrap to v5.3.0-alpha3 #### 🧰 Maintenance - [#&#8203;1521](https://github.com/twbs/icons/issues/1521): Remove non-existent icons from font - [#&#8203;1566](https://github.com/twbs/icons/issues/1566): Fix sass quoted string interpolation for hugo 0.110.0 - [#&#8203;1571](https://github.com/twbs/icons/issues/1571): Fix minor error in README - [#&#8203;1617](https://github.com/twbs/icons/issues/1617): Assorted JS tweaks - [#&#8203;1633](https://github.com/twbs/icons/issues/1633): Update vnu-jar.js from upstream - [#&#8203;1636](https://github.com/twbs/icons/issues/1636): font: add license header - [#&#8203;1647](https://github.com/twbs/icons/issues/1647): Update font SCSS template to use a loop - [#&#8203;1648](https://github.com/twbs/icons/issues/1648): package.json: specify `q` for zip - [#&#8203;1649](https://github.com/twbs/icons/issues/1649): Tweak README.md - [#&#8203;1656](https://github.com/twbs/icons/issues/1656): Update SVGO config: remove `sortAttrs` since it's enabled by default - [#&#8203;1657](https://github.com/twbs/icons/issues/1657): build: add a script to check font JSON for differences with SVGs - [#&#8203;1660](https://github.com/twbs/icons/issues/1660): Tweak check-icons.js - [#&#8203;1662](https://github.com/twbs/icons/issues/1662): package.json: update `icons-zip` script to remove existent zip files first - [#&#8203;1669](https://github.com/twbs/icons/issues/1669): CI: add permissions and limit triggers to main - [#&#8203;1681](https://github.com/twbs/icons/issues/1681): package.json: add a few more keywords #### 📦 Dependencies - Updated [numerous dependencies](https://github.com/twbs/icons/pulls?q=is%3Apr+project%3Atwbs%2F11+is%3Aclosed+label%3Adependencies) *** **Full changelog**: https://github.com/twbs/icons/compare/v1.10.3...v1.10.4 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4zMS40IiwidXBkYXRlZEluVmVyIjoiMzUuMzEuNCJ9-->
renovate-bot added 1 commit 2023-04-03 20:20:34 +00:00
continuous-integration/drone/push Build is passing Details
d1a0cb479a
chore(deps): update dependency bootstrap-icons to v1.10.4
nemunaire merged commit 522b3ab1e4 into master 2023-04-09 17:52:08 +00:00
nemunaire deleted branch renovate/bootstrap-icons-1.x-lockfile 2023-04-09 17:52:09 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: teach/maatma-videos#16
No description provided.