To install Sass 1.80.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 where @import url("...") would crash in plain CSS files.
Improve consistency of how warnings are emitted by different parts of the compiler. This should result in minimal user-visible changes, but different types of warnings should now respond more reliably to flags like --quiet, --verbose, and --silence-deprecation.
Don't produce phantom @import deprecations when using an importer with the
legacy API.
1.80.4
No user-visible changes.
1.80.3
Fix a bug where @import url("...") would crash in plain CSS files.
Improve consistency of how warnings are emitted by different parts of the
compiler. This should result in minimal user-visible changes, but different
types of warnings should now respond more reliably to flags like --quiet,
--verbose, and --silence-deprecation.
1.80.2
Fix a bug where deprecation warnings were incorrectly emitted for the
plain-CSS invert() function.
1.80.1
Fix a bug where repeated deprecation warnings were not automatically limited.
1.80.0
@import is now officially deprecated, as are global built-in functions that
are available within built-in modules. See the Sass blog post for more
details on the deprecation process.
Embedded Host
Fix an error that would sometimes occur when deprecation warnings were
emitted when using a custom importer with the legacy API.
1.79.6
Fix a bug where Sass would add an extra */ after loud comments with
whitespace after an explicit */ in the indented syntax.
Potentially breaking bug fix: Adding text after an explicit */ in the
indented syntax is now an error, rather than silently generating invalid CSS.
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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will 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 minor version` will 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the npm group in /website with 6 updates:
3.5.10
3.5.12
9.14.1
10.0.4
1.79.4
1.80.5
5.6.2
5.6.3
5.4.8
5.4.10
2.1.6
2.1.10
Updates
vue
from 3.5.10 to 3.5.12Release notes
Sourced from vue's releases.
Changelog
Sourced from vue's changelog.
Commits
770ea67
release: v3.5.12c82b662
refactor(reactivity): reduce size of collectionHandlers (#12152)ea943af
fix(runtime-dom): prevent unnecessary updates in v-model checkbox when value ...d82fa61
chore: formatd96883c
test(reactivity): test for verifying no unnecessary calls of reactive array i...1ae545a
fix(hydration): provide compat fallback for idle callback hydration strategy ...05685a9
fix(types): retain union type narrowing with defaults applied (#12108)cde2c06
fix(compiler): clone loc toifNode
(#12131)4474c11
fix(compiler-sfc): use sass modern api if available and avoid deprecation war...9da1ac1
fix(runtime-core): fix required prop check false positive for kebab-case edge...Updates
vue-i18n
from 9.14.1 to 10.0.4Release notes
Sourced from vue-i18n's releases.
... (truncated)
Changelog
Sourced from vue-i18n's changelog.
... (truncated)
Commits
bd85a57
release: v10.0.4decd23b
release: v10.0.3585067c
release: v10.0.2e9a3c37
release: v10.0.1a011596
release: v10.0.0cd6b75a
release: v10.0.0-rc.15303206
release: v10.0.0-beta.60fff1da
release: v10.0.0-beta.5555e9a3
release: v10.0.0-beta.41643bb5
feat: support generated locale type (#1890)Updates
sass
from 1.79.4 to 1.80.5Release notes
Sourced from sass's releases.
... (truncated)
Changelog
Sourced from sass's changelog.
... (truncated)
Commits
d14ea75
Cut a release for sass/embedded-host-node#342 (#2407)7129352
Fix dart analyze warnings (#2412)5c63839
Bump the sass_api dependency along with package versions (#2408)477b596
Merge pull request #2403 from sass/parser-variablefd5cff0
Add sass-parser support for the@warn
rule251c757
Add sass-parser support for variable declarations20397ef
Add grinder tasks to bump package versions (#2405)c907bcb
Expose Expression.isCalculationSafe to sass_api (#2404)37a05f9
Enable AOT build for android-riscv64 (#2399)473ddf9
Addsass-parser
support for the@use
rule (#2389)Updates
typescript
from 5.6.2 to 5.6.3Release notes
Sourced from typescript's releases.
Commits
d48a5cf
Bump version to 5.6.3 and LKGfefa70a
🤖 Pick PR #60083 (Don't issue implicit any when obtai...) into release-5.6 (#...ff71692
[release-5.6] Remove tsbuildInfo specification error now that we need it for ...1f44dcf
🤖 Pick PR #60157 (fix automatic type acquisition) into release-5.6 (#60169)Updates
vite
from 5.4.8 to 5.4.10Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
Commits
5f52bc8
release: v5.4.107d1a3bc
fix: backport #18367,augment hash for CSS files to prevent chromium erroring ...898d61f
release: v5.4.9508d9ab
fix: bump launch-editor-middleware to v2.9.1 (#18348)dc5434c
fix(deps): bump tsconfck (#18322)851b258
fix(hmr): don't try to rewrite imports for direct CSS soft invalidation (#18252)96084d6
fix(data-uri): only match ids starting withdata:
(#18241)eae00b5
fix(css): fix lightningcss dep url resolution with custom root (#18125)c23558a
chore: update all url references of vitejs.dev to vite.dev (#18276)1864eb1
chore: update license copyright (#18278)Updates
vue-tsc
from 2.1.6 to 2.1.10Release notes
Sourced from vue-tsc's releases.
... (truncated)
Changelog
Sourced from vue-tsc's changelog.
... (truncated)
Commits
3f3a4b8
v2.1.10 (#4968)57d6d86
revert: #490213a9e2f
v2.1.8 (#4946)ae1d696
chore: bump Volar8c1672f
fix(language-core): should wrap item withReactive
onv-for
(#4902)06f6f02
fix(language-core): generatevalue
instead of model name into tuple (#4892)994ccd0
chore(vscode): switch to"module": "CommonJS"
(#4944)baa1319
fix(language-core): intersect props of generic component with attrs (#4886)c47d53f
chore: removeimportsNotUsedAsValues
(#4897)acddb02
fix(language-core): should error when invalid syntax at script end (#4692)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