Declarations that appear after nested rules are deprecated, because the
semantics Sass has historically used are different from the semantics
specified by CSS. In the future, Sass will adopt the standard CSS semantics.
Potentially breaking bug fix:// in certain places such as unknown
at-rule values was being preserved in the CSS output, leading to potentially
invalid CSS. It's now properly parsed as a silent comment and omitted from the
CSS output.
Commits
be9c3ac Run Windows ARM64 releases on windows-latest instead (#2275)
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 7 updates:
3.4.31
3.4.35
5.0.5
5.1.2
1.77.6
1.77.8
5.5.2
5.5.4
5.3.2
5.3.5
4.4.0
4.4.2
2.0.24
2.0.29
Updates
vue
from 3.4.31 to 3.4.35Release notes
Sourced from vue's releases.
Changelog
Sourced from vue's changelog.
... (truncated)
Commits
0b8ba63
release: v3.4.357b18cdb
fix(teleport/ssr): fix Teleport hydration regression due to targetStart ancho...12667da
fix(Teleport): ensure targetAnchor and targetStart not null during hydration ...af60e35
test: make transition tests more stable locally5680142
perf(runtime-core): improve efficiency of normalizePropsOptions (#11409)87923f6
chore(types): reuse built-in Iterator type (#11435)208f5c0
chore(deps): update dependency conventional-changelog-cli to v5 (#11449)5bca503
chore(deps): update dependency eslint-plugin-import-x to v3 (#11450)e0b2975
fix(types/ref): allow getter and setter types to be unrelated (#11442)8e052ee
chore(sfc-playgroud): highlight the commit and latest version when active in ...Updates
@vitejs/plugin-vue
from 5.0.5 to 5.1.2Release notes
Sourced from
@vitejs/plugin-vue
's releases.Changelog
Sourced from
@vitejs/plugin-vue
's changelog.Commits
182ff56
release: plugin-vue@5.1.2a6b7e3f
refactor(plugin-vue): addtype
field1e24322
fix(plugin-vue): add deprecatedscript.propsDestructure
option5d592cd
chore(deps): update upstream (#432)28c33cd
release: plugin-vue@5.1.1f5eb5ac
fix(plugin-vue): clear script cache if recall9c2069f
release: plugin-vue@5.1.096dbb22
fix(plugin-vue): clear cache after build end02a3edd
chore(deps): update upstream (#416)7fc7994
chore: update documentation for new features optionUpdates
sass
from 1.77.6 to 1.77.8Release notes
Sourced from sass's releases.
Changelog
Sourced from sass's changelog.
Commits
be9c3ac
Run Windows ARM64 releases on windows-latest instead (#2275)d4b1939
Run pub in verbose mode on windows-arm64c96b5e2
Fix windows-arm64 release (#2274)7203d65
Deprecated mixed declarations (#2267)1edc247
Avoid[this]
in Dartdoc comments (#2273)a164889
Enable AOT build for windows-arm64 (#2270)04b6251
Parse silent comments in_interpolatedDeclarationValue()
(#2266)860eb5a
Fix linux-ia32, linux-arm-musl, and windows-arm64 releases (#2265)Updates
typescript
from 5.5.2 to 5.5.4Release notes
Sourced from typescript's releases.
Commits
c8a7d58
Bump version to 5.5.4 and LKGc0ded04
🤖 Pick PR #58771 (Allow references to the global Symb...) into release-5.5 (#...5ba41e2
🤖 Pick PR #59208 (Write non-missing undefined on mapp...) into release-5.5 (#...b075332
🤖 Pick PR #59337 (Allow declarationMap to be emitted ...) into release-5.5 (#...9dd6f91
Cherry-pick "Stop using latest Node in CI" to release-5.5 (#59348)bf0ddaf
🤖 Pick PR #59070 (Delay the calculation of common sou...) into release-5.5 (#...a44e2d9
🤖 Pick PR #59160 (Fixed crash on authored import type...) into release-5.5 (#...f35206d
🤖 Pick PR #59325 (Don't skip markLinkedReferences on ...) into release-5.5 (#...1109550
Fix baselines on release-5.5 (#59330)8794318
🤖 Pick PR #59215 (Fix codefix crash on circular alias...) into release-5.5 (#...Updates
vite
from 5.3.2 to 5.3.5Changelog
Sourced from vite's changelog.
Commits
4407839
release: v5.3.566bdb1d
refactor(asset): remove rollup 3 public file watch workaround (#16331)b240a83
fix(build): env output is not stable (#17748)b58b423
fix(importMetaGlob): handle alias that starts with hash (#17743)d906d3f
fix(css): resolve url aliases with fragments (fix: #17690) (#17691)3c1bde3
fix(client): fix vite error path (#17744)9983731
chore(deps): update all non-major dependencies (#17734)4fc9b64
chore: extend commit hash (#17709)f4f488f
revert: fix(logger): truncate log over 5000 characters long (#16581) (#17729)df5ceb3
chore(deps): update typescript (#17699)Updates
vue-router
from 4.4.0 to 4.4.2Release notes
Sourced from vue-router's releases.
Commits
001dd51
release: vue-router@4.4.2d4d0087
fix(types): revert stricter meta5fef441
chore: typos [skip ci]b905906
release: vue-router@4.4.14f082cd
chore: comment8487c3e
chore: up sponsors06008ba
docs: add missing backtick (#2302)01c16c6
docs: trailing spacef025944
chore: github issue playground link305299f
docs: mention an edge case with mutliple optional params in the docs (#2192)Updates
vue-tsc
from 2.0.24 to 2.0.29Release notes
Sourced from vue-tsc's releases.
... (truncated)
Changelog
Sourced from vue-tsc's changelog.
... (truncated)
Commits
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