Bump the all group with 5 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 1
(6 months ago)
(5 months ago)
dependencies javascript
Bumps the all group with 5 updates:
| Package | From | To |
|---|---|---|
| bootstrap | 5.3.3 |
5.3.5 |
| browser-sync | 3.0.3 |
3.0.4 |
| sass | 1.86.1 |
1.87.0 |
| sharp | 0.33.5 |
0.34.1 |
| webpack | 5.98.0 |
5.99.7 |
Updates bootstrap from 5.3.3 to 5.3.5
Release notes
Sourced from bootstrap's releases.
v5.3.5
Hot fix for a regression from upstream in Autoprefixer.
What's Changed
- Fix floating labels rendering on Firefox by
@julien-deramondin twbs/bootstrap#41347- Bump to v5.3.5 by
@mdoin twbs/bootstrap#41348Full Changelog: https://github.com/twbs/bootstrap/compare/v5.3.4...v5.3.5
v5.3.4
Changes
- #40888: Dependabot: switch to grouped updates
🚀 Features
- #41299: Typo fixed
- #41187: Docs: mention removal of
util.jsin migration guide- #41228: Docs: Simplify ids for checks, radios and switches
- #41150: Update fixtureId to FIXTURE_ID for consistency
- #40965: Docs: Use
<article>element for example cards- #40932: Docs: add ngx-bootstrap to JavaScript frameworks list
- #40790: Docs: Drop
.gridwhere it shouldn't be used- #40821: Docs: precise how to add new
.order-*classes in 'Layout > Columns'- #40914: Docs: drop useless
.justify-content-startclass in homepage- #40876: Remove unneeded flexbug workaround
- #40870: Docs: Update modal min-height inline style
- #40844: Docs: Remove mention about Safari's limited support flexbox gap
- #40620: Docs: minor accessibility improvements for Examples
- #40619: Docs: Fix a minor accessibility issue (checkout example missing h1)
- #40577: Docs: Add main element to Cheatsheet Examples
- #39815: Docs: drop unused
.bi-exclamation-triangle-fillclass- #40507: Docs: HTTPS link to ikons iconset
- #39777: Docs: fix Reddit URL to avoid redirection
- #39697: refactor(accordion): merge selectors for
border-radiusrule🎨 CSS
- #41336: Fix modal and offcanvas header collapse
- #41126: Fix display issues of close button in contextual light and dark modes
- #40695: Fix light mode carousel in dark mode
- #41004: Add workarounds for postcss-values-parser error (negative values in calc())
- #41013: Align floating labels with form-select sizes
- #40931: Fix: correct typo in background-blend-mode value
- #40900: Remove unnecessary duplicated CSS class name
- #40876: Remove unneeded flexbug workaround
- #40844: Docs: Remove mention about Safari's limited support flexbox gap
- #40623: Fix use of declarations after nested rules (deprecated in Sass 1.77.7)
- #39720: Floating labels: Fix
max-widthandbackground-color
... (truncated)
Commits
85f2353Bump to v5.3.5 (#41348)b1e16bdFix floating labels rendering on Firefox51581edRelease v5.3.4 (#40656)eed621dBuild(deps-dev): Bump the development-dependencies group across 1 directory w...253db02Add active scale effect to animate-img (#40878)ed2bf13Fix null modal-content-color in modal.scss (#39977)51e7519Quick fix for masthead banner icon spacinge304e6aReintroduce #35759 and adding a guard rail on the active state881ed59Add.border-circleand.border-pillto the radius size part of the docume...ed25368[Docs] Remove some unnecessary Twitter references/examples (#41174)- Additional commits viewable in compare view
Updates browser-sync from 3.0.3 to 3.0.4
Commits
dc74bc0v3.0.4a3b73eebump eazy-logger1359821remove changelog- See full diff in compare view
Updates sass from 1.86.1 to 1.87.0
Release notes
Sourced from sass's releases.
Dart Sass 1.87.0
To install Sass 1.87.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- Potentially breaking bug fix: When a plain CSS file with a top-level nesting selector
&is loaded into a nested Sass context viameta.load-css()or@import, Sass now emits plain CSS nesting rather than incorrectly combining it with the parent selector using a descendant combinator.See the full changelog for changes in earlier releases.
Dart Sass 1.86.3
To install Sass 1.86.3, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- Fix a bug introduced in 1.86.1 where Sass fails to resolve paths starting with a
..segment.See the full changelog for changes in earlier releases.
Dart Sass 1.86.2
To install Sass 1.86.2, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- No user-visible changes.
See the full changelog for changes in earlier releases.
Changelog
Sourced from sass's changelog.
1.87.0
- Potentially breaking bug fix: When a plain CSS file with a top-level nesting selector
&is loaded into a nested Sass context viameta.load-css()or@import, Sass now emits plain CSS nesting rather than incorrectly combining it with the parent selector using a descendant combinator.1.86.3
- Fix a bug introduced in 1.86.1 where Sass fails to resolve paths starting with a
..segment.1.86.2
- No user-visible changes.
Commits
Updates sharp from 0.33.5 to 0.34.1
Commits
5cae1abRelease v0.34.166ffc48Changelog entry for #43623c7dbb8fix(types): updateautoOrienttype to include undefined (#4362)a9e1913Prevent glib assertions and checks #43517323dbeDocs: update path to logod7a771cDocs: update path to logo7d0585fDocs: remove outdated redirects/rewritesddc1eb8Release v0.34.0 (part 2 - see c26e67c)c26e67cRelease v0.34.0a00ee26Prevent glib assertions and checks #4351- Additional commits viewable in compare view
Updates webpack from 5.98.0 to 5.99.7
Release notes
Sourced from webpack's releases.
v5.99.7
Fixes
- Don't skip export generation for
defaultreexport (#19463)- Fixed module library export generation for reexport (#19459)
- Avoid module concatenation in child compilation for module library (#19457)
- Ensure HMR recover gracefully when CSS module with error
- Respect
causeof any errors anderrorsof AggregateError in stats output- Added missing
@types/json-schemain typesv5.99.6
Fixes
- Respect public path for ES modules
- Fixed generation of module for
modulelibrary when mixing commonjs and esm modules- Always apply
FlagDependencyExportsPluginfor libraries where it required- Faster logic for dead control flow
- Typescript types
v5.99.5
Fixes
- Control dead flow for labeled and blockless statements
v5.99.4
Fixes
- Fixed terminated state for
if/elsev5.99.3
Fixes
- Fixed dead control flow with deep nested
if/elsev5.99.2
Fixes
- Dead control flow for exotic cases
v5.99.1
Fixes
- Dead control flow for many cases
v5.99.0
Fixes
- Fixed a lot of types
- Fixed runtime error when using asset module as entrypoint and runtimeChunk
- JSON generator now preserves
__proto__property
... (truncated)
Commits
ad77debchore(release): 5.99.71e9cb42chore(deps-dev): bump@types/nodein the dependencies group (#19466)3b18244ci: temporary disable246d8baci: update github action too (#19465)c585928chore: fix example1304500ci: fix examples commandec9e9efci: update examples automatically (#19464)dc33a1efix: don't skip export generation for default reexport (#19463)648e026fix: module library export generation for reexport (#19459)519187bfix: avoid module concatenation in child compilation formodulelibrary (#1...- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Technical Details
| ID: | 1197151 |
| UUID: | 3034823250 |
| Node ID: | PR_kwDOF96fWs6UsSJ1 |
| Host: | GitHub |
| Repository: | spatial-model-editor/spatial-model-editor.github.io |