Skip to content

Commit

Permalink
Merge branch 'main' of github.com:sass/sass-site into rfc-indented-sy…
Browse files Browse the repository at this point in the history
…ntax
  • Loading branch information
jamesnw committed Dec 3, 2024
2 parents 4a7824c + ac83b9c commit da83d80
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 57 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/shadow-repo-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
- name: Download built site
id: download_site
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v7
with:
name: site
run_id: ${{ github.event.workflow_run.id }}
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
steps:
- name: Download comment text
id: download_comment
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v7
with:
name: comment
run_id: ${{ github.event.workflow_run.id }}
Expand Down
82 changes: 35 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"@babel/preset-typescript": "^7.24.7",
"@codemirror/autocomplete": "^6.18.3",
"@codemirror/commands": "^6.7.0",
"@codemirror/lang-css": "^6.3.0",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-sass": "^6.0.2",
"@codemirror/language": "^6.10.3",
"@codemirror/language": "^6.10.6",
"@codemirror/lint": "^6.8.3",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.2",
Expand Down Expand Up @@ -87,7 +87,7 @@
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"gts": "^5.3.1",
"immutable": "^4.3.7",
"immutable": "^5.0.3",
"jquery": "^3.7.1",
"jquery-ui": "^1.14.1",
"js-yaml": "^4.1.0",
Expand All @@ -97,15 +97,15 @@
"lorem-ipsum": "^2.0.8",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-attrs": "^4.2.0",
"markdown-it-attrs": "^4.3.0",
"markdown-it-deflist": "^3.0.0",
"markdown-it-footnote": "^4.0.0",
"netlify-plugin-11ty": "^1.4.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"prismjs": "^1.29.0",
"rollup": "^4.27.3",
"sass": "^1.81.0",
"sass": "^1.81.1",
"semver": "^7.6.3",
"stylelint": "^15.11.0",
"stylelint-config-standard-scss": "^11.1.0",
Expand Down
6 changes: 3 additions & 3 deletions source/documentation/breaking-changes/legacy-js-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ Webpack should already use the modern API by default, but if you're getting
warnings, set `api` to `"modern"` or `"modern-compiler"`.
See [Webpack's documentation] for more details.

Vite still defaults to the legacy API, but you can similarly switch it by
setting `api` to `"modern"` or `"modern-compiler"`. See [Vite's documentation]
for more details.
Vite 6 uses the modern API by default. Previous versions of Vite still use the
legacy API, however from Vite 5.4 you can switch it by setting `api` to
`"modern"` or `"modern-compiler"`. See [Vite's documentation] for more details.

For other tools, check their documentation or issue tracker for information
about supporting the modern Sass API.
Expand Down

0 comments on commit da83d80

Please sign in to comment.