Commit Graph

1853 Commits

Author SHA1 Message Date
dependabot[bot]
7e4febcfd5
Bump rollup from 3.25.1 to 3.25.3 (#747)
Bumps [rollup](https://github.com/rollup/rollup) from 3.25.1 to 3.25.3.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.25.1...v3.25.3)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-27 16:07:43 -07:00
dependabot[bot]
76126ef894
Bump stylelint from 15.8.0 to 15.9.0 (#740)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.8.0 to 15.9.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.8.0...15.9.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-27 16:07:36 -07:00
dependabot[bot]
32f471cab9
Bump @types/node from 16.18.36 to 16.18.37 (#746)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.18.36 to 16.18.37.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-27 15:51:04 -07:00
dependabot[bot]
85a6dc8f01
Bump semver from 7.5.2 to 7.5.3 (#742)
Bumps [semver](https://github.com/npm/node-semver) from 7.5.2 to 7.5.3.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.5.2...v7.5.3)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-27 15:50:48 -07:00
dependabot[bot]
a6dd49b2c1
Bump peter-evans/create-or-update-comment from 2 to 3 (#739)
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 2 to 3.
- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)
- [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v2...v3)

---
updated-dependencies:
- dependency-name: peter-evans/create-or-update-comment
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-27 15:50:34 -07:00
Natalie Weizenbaum
e5e36a004c
Add a Netlify badge to the footer (#752)
This will qualify us for Netlify's open source program.
2023-06-27 15:47:45 -07:00
Natalie Weizenbaum
0b75958646
Avoid noisy diffs in the shadow repo (#751)
This fixes a few places where site generation was non-deterministic,
causing the shadow repo's HTML output to change with every push.
2023-06-27 13:59:10 -07:00
Natalie Weizenbaum
51b6d440fd
Separate out building and updating the shadow repo (#750)
We can't update it directly from PRs because external PRs are run in
an untrusted context without secrets access. Instead, as suggested by
[this article], we build the site in an untrusted workflow and then
push it in a trusted workflow that has no access to the PR contents
itself.

[this article]: https://securitylab.github.com/research/github-actions-preventing-pwn-requests/,
2023-06-27 13:41:00 -07:00
Natalie Weizenbaum
0abfff2d93
Rename the token to make its scope clearer (#748) 2023-06-26 16:12:47 -07:00
Natalie Weizenbaum
9fb50a9c9a
Don't run the release task until tests have passed (#745) 2023-06-26 20:52:12 +00:00
Jonny Gerig Meyer
8c47fb9b18
Merge branch 'playground' into browser-code-editor
* playground:
  Push to production whenever main is updated (#744)
2023-06-26 11:40:47 -04:00
Natalie Weizenbaum
467243a0d8
Push to production whenever main is updated (#744) 2023-06-24 00:37:50 +00:00
Natalie Weizenbaum
cc565d69c2
Merge pull request #737 from oddbird/main
Refactor entire site using Eleventy + LiquidJS + Dart Sass.
2023-06-23 16:02:56 -07:00
Jonny Gerig Meyer
a301c16163
Merge branch 'playground' into browser-code-editor
* playground:
  Remove untracked files before building typedoc
  remove unused resolution
  no need to specify node version for netlify
  Use GH token instead of ssh key
  try using add-and-commit action
  Cut a release for a new Dart Sass version
  Cut a release for a new Dart Sass version
2023-06-23 10:08:29 -04:00
Jonny Gerig Meyer
ea3384fbf4
Remove untracked files before building typedoc 2023-06-23 10:07:14 -04:00
James Stuckey Weber
7bc1ccb4d9 Lint 2023-06-23 10:03:51 -04:00
James Stuckey Weber
d56946a554 Apply color theme to special character highlights 2023-06-23 09:45:11 -04:00
Jonny Gerig Meyer
5133d0e261
remove unused resolution 2023-06-22 16:46:22 -04:00
Jonny Gerig Meyer
90af387560
no need to specify node version for netlify 2023-06-22 16:45:38 -04:00
Jonny Gerig Meyer
c3ea8840a2
Merge branch 'main' of github.com:sass/sass-site
* 'main' of github.com:sass/sass-site:
  Cut a release for a new Dart Sass version
  Cut a release for a new Dart Sass version
2023-06-22 16:41:44 -04:00
Jonny Gerig Meyer
fec9ca5535
Merge pull request #67 from oddbird/workflow-updates
Update shadow-repo workflow.
2023-06-22 16:41:30 -04:00
Jonny Gerig Meyer
6c7192dd8e
Use GH token instead of ssh key 2023-06-22 16:39:00 -04:00
Jonny Gerig Meyer
880f95ba75
try using add-and-commit action 2023-06-22 16:34:15 -04:00
Jonny Gerig Meyer
300c873f06
lint 2023-06-22 15:44:26 -04:00
Jonny Gerig Meyer
be671003e9
Merge branch 'playground' into browser-code-editor
* playground: (27 commits)
  update
  update comments
  Simplify helpers
  Convert remainder of docs to md
  Convert operators docs to use md
  Convert remainder of modules docs to md
  No need for duplicate strip-indent
  new approach to stripping leading whitespace
  Strip indentation for nested blocks
  Different approach to preventing <p> tags with nested code examples
  Convert color module to md
  Convert breaking changes docs to md
  Convert at-rules docs to markdown
  use line feed `&#10;` instead of `<br />`
  Allow codeExamples to be nested in markdown
  Fewer skips
  more verbose
  skip blog index pages
  Try fewer assets
  skip fewer internal links
  ...
2023-06-22 15:41:35 -04:00
Jonny Gerig Meyer
7547c41c41
Merge pull request #66 from oddbird/address-review
Address review feedback from sass/sass-site#737
2023-06-22 15:37:04 -04:00
Jonny Gerig Meyer
e321779d6c
update 2023-06-22 15:29:49 -04:00
Jonny Gerig Meyer
c3e686663d
update comments 2023-06-22 15:28:43 -04:00
Jonny Gerig Meyer
639557c46d
Simplify helpers 2023-06-22 15:18:23 -04:00
Jonny Gerig Meyer
9ac3302fd0
Convert remainder of docs to md 2023-06-22 15:11:18 -04:00
Jonny Gerig Meyer
69ee85ae0d
Convert operators docs to use md 2023-06-22 14:38:01 -04:00
Jonny Gerig Meyer
95b50526f9
Convert remainder of modules docs to md 2023-06-22 14:28:43 -04:00
Jonny Gerig Meyer
032f308994
No need for duplicate strip-indent 2023-06-22 14:02:01 -04:00
Jonny Gerig Meyer
e14edcdee6
new approach to stripping leading whitespace 2023-06-22 13:06:19 -04:00
Jonny Gerig Meyer
fb1dc0f834
Strip indentation for nested blocks 2023-06-22 11:48:19 -04:00
Jonny Gerig Meyer
537f3de9e8
Different approach to preventing <p> tags with nested code examples 2023-06-22 11:09:08 -04:00
Jonny Gerig Meyer
7f585bc68b
Convert color module to md 2023-06-21 18:23:35 -04:00
Sass Bot
2bc380296d Cut a release for a new Dart Sass version 2023-06-21 22:09:36 +00:00
Jonny Gerig Meyer
3055cd4e26
Convert breaking changes docs to md 2023-06-21 17:03:14 -04:00
Stacy Kvernmo
ca22c41757 shorter copied mesage 2023-06-21 14:54:52 -05:00
Stacy Kvernmo
6a1d6f62fe fix a few more namespaces in styles 2023-06-21 14:48:31 -05:00
Stacy Kvernmo
bc789eb008 move footer styles to footer partial 2023-06-21 14:39:45 -05:00
Stacy Kvernmo
7e44cf8888 remove unused 2023-06-21 14:39:32 -05:00
Jonny Gerig Meyer
e3e903a8f1
Convert at-rules docs to markdown 2023-06-21 15:20:03 -04:00
Stacy Kvernmo
6b31806c6d lint 2023-06-21 14:10:01 -05:00
Stacy Kvernmo
a225edaac3 make all css custom properties consistent in naming style 2023-06-21 14:09:28 -05:00
Stacy Kvernmo
a6b2e6edaf lint 2023-06-21 11:47:59 -05:00
Stacy Kvernmo
ebb3c51c33 Merge branch 'browser-code-editor' of https://github.com/oddbird/sass-site into browser-code-editor 2023-06-21 11:47:26 -05:00
Stacy Kvernmo
8b0441470d move playground footer classes/styles to global v2 2023-06-21 11:47:16 -05:00
James Stuckey Weber
55f6a47048 Remove unneeded query 2023-06-21 12:34:55 -04:00