Skip to content

Commit 519ce69

Browse files
committedSep 11, 2024·
Merge branch 'main' of github.com:sass/dart-sass into feature.color-4
2 parents fb7ba8f + 05e1691 commit 519ce69

File tree

165 files changed

+10954
-565
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+10954
-565
lines changed
 

‎.github/dependabot.yml

+9
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,12 @@ updates:
1010
- "/.github/util/*/"
1111
schedule:
1212
interval: "weekly"
13+
- package-ecosystem: "npm"
14+
directories:
15+
- "/"
16+
- "/package"
17+
- "/pkg/sass-parser"
18+
ignore:
19+
dependency-name: "sass"
20+
schedule:
21+
interval: "weekly"

‎.github/util/initialize/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
- run: npm install
3232
shell: ${{ runner.os == 'Windows' && 'powershell' || 'bash' }}
3333

34-
- uses: bufbuild/buf-setup-action@v1.35.1
34+
- uses: bufbuild/buf-setup-action@v1.40.1
3535
with: {github_token: "${{ inputs.github-token }}"}
3636

3737
# This composite action requires bash, but bash is not available on windows-arm64 runner.

0 commit comments

Comments
 (0)
Please sign in to comment.