[Snyk] Upgrade: archiver, bootstrap, unzipper #44
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade multiple dependencies.
👯♂ The following dependencies are linked and will therefore be updated together.ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
archiver
from 5.3.1 to 5.3.2 | 1 version ahead of your current version | a year ago
on 2023-08-17
bootstrap
from 5.2.3 to 5.3.3 | 7 versions ahead of your current version | 7 months ago
on 2024-02-20
unzipper
from 0.10.11 to 0.12.3 | 9 versions ahead of your current version | a month ago
on 2024-07-31
Release notes
Package name: archiver
-
5.3.2 - 2023-08-17
- test: run tests against node 18 @ yharaskrik (#637)
- Bump release-drafter/release-drafter from 5.19.0 to 5.23.0 @ dependabot (#652)
- Bump actions/setup-node from 3.1.1 to 3.6.0 @ dependabot (#638)
- Bump chai from 4.3.6 to 4.3.7 @ dependabot (#627)
- Bump mkdirp from 1.0.4 to 2.1.5 @ dependabot (#657)
- Bump rimraf from 3.0.2 to 4.3.1 @ dependabot (#660)
- Bump tar from 6.1.11 to 6.1.13 @ dependabot (#631)
- Bump readdir-glob from 1.1.1 to 1.1.2 @ dependabot (#604)
- Bump minimatch from 3.0.4 to 3.1.2 @ dependabot (#669)
- Bump async from 3.2.3 to 3.2.4 @ dependabot (#596)
-
5.3.1 - 2022-04-15
- Test against node v16 @ ctalkington (#545)
- Bump mocha from 8.3.0 to 9.0.2 @ dependabot (#526)
- Bump actions/setup-node from 2.1.5 to 2.2.0 @ dependabot (#525)
- Bump jsdoc from 3.6.6 to 3.6.7 @ dependabot (#516)
- Bump lodash from 4.17.19 to 4.17.21 @ dependabot (#514)
- Bump chai from 4.3.3 to 4.3.4 @ dependabot (#508)
- Bump actions/setup-node from 2.2.0 to 2.3.0 @ dependabot (#528)
- Bump mocha from 9.0.2 to 9.1.0 @ dependabot (#544)
- Bump async from 3.2.0 to 3.2.1 @ dependabot (#538)
- Bump actions/checkout from 2.3.4 to 3.0.1 @ dependabot (#586)
- Bump actions/setup-node from 2.3.0 to 3.1.1 @ dependabot (#585)
- Bump jsdoc from 3.6.7 to 3.6.10 @ dependabot (#566)
- Bump async from 3.2.1 to 3.2.3 @ dependabot (#562)
- Bump mocha from 9.1.0 to 9.2.2 @ dependabot (#580)
- Bump tar from 6.1.0 to 6.1.11 @ dependabot (#546)
- Bump chai from 4.3.4 to 4.3.6 @ dependabot (#568)
from archiver GitHub release notesWhat’s changed
Dependency updates
What’s changed
Maintenance
Dependency updates
Package name: bootstrap
Highlights
variables-dark.scsswhen building Bootstrap with Sass. Now,_variables.scsswill automatically import_variables-dark.scss. If you were already importing_variables-dark.scssmanually, you should keep doing it as it won't break anything and will be the way to go in v6.Color modes
.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).color-modes.jsscript 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.color-scheme()only acceptlightanddarkvalues as parameters.Miscellaneous
<dl>,<dt>and<dd>in the sanitizer.🎨 CSS
--bs-accordion-btn-focus-border-colorand deprecate$accordion-button-focus-border-color☕️ JavaScript
color-mode.jsdl,dtandddin sanitizer📖 Docs
.text-bg-{color}for all badgesgetOrCreateInstance()doc example.table-lightfrom table foot exampledispose()to Offcanvas methodsshift-color()usage example in sass customization page.card-img-*description.theme-iconclass🛠 Examples
🏭 Tests
🧰 Misc
📦 Dependencies
Highlights
abs()is deprecated since Dart Sass v1.65.0. It resulted in a deprecation warning when compiling Bootstrap with Dart Sass. This has been fixed internally by changing the values passed to thedivide()function. Thedivide()function has not been fixed itself so that we can keep supporting node-sass cross-compatibility. In v6, this won't be an issue as we plan to drop support for node-sass.ids in a collapse target wasn't working anymore and has been fixed.Color modes
<mark>color customization for color modes.Docs
🎨 CSS
box-shadowCSS variables shadow utilities$btn-link-focus-shadow-rgbto allow customization<mark>dark mode bg color☕️ JavaScript
ids calls📖 Docs
detailselement.left-and.right-utilities from migration guide🛠 Examples
🌎 Accessibility
🧰 Misc
📦 Dependencies
Highlights
$gray-500with$gray-300for the body color.nav-links, providing.disabledand:disabledfor use with anchors and buttonsHomeandEndkeys for navigating tabs by keyboard.text-bg-*utilities now use CSS variables$navbar-dark-icon-colorSass variable$alertSass variables$vr-border-widthto customize the vertical rule helper width🎨 CSS
.text-bg-*helpers now use theme CSS variables$navbar-dark-icon-color$alert-*-scaleSass vars☕️ JavaScript
HomeandEndkeys in tabs📖 Docs
noopenerrel to footer external linksaria-disabled='true'to disabled anchors