Skip to content

Commit b9a7679

Browse files
authored
Merge branch 'webpack:main' into main
2 parents b5cbcc0 + 22125dc commit b9a7679

27 files changed

Lines changed: 873 additions & 1174 deletions

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Dependabot metadata
2222
id: dependabot-metadata
23-
uses: dependabot/fetch-metadata@21025c705c08248db411dc16f3619e6b5f9ea21a # v2.5.0
23+
uses: dependabot/fetch-metadata@ffa630c65fa7e0ecfa0625b5ceda64399aea1b36 # v3.0.0
2424
with:
2525
github-token: "${{ steps.app-token.outputs.token }}"
2626

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
uses: ./.github/actions/webpack-persistent-cache
9797

9898
- name: Cypress run
99-
uses: cypress-io/github-action@4c06c48f3ffea349b7189aa06dfcda47a9fa7b92 # v7.1.8
99+
uses: cypress-io/github-action@783cb3f07983868532cabaedaa1e6c00ff4786a8 # v7.1.9
100100
with:
101101
browser: chrome
102102
config-file: cypress.config.js

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The content is available under the [Creative Commons BY 4.0][license-url] licens
4949

5050
## Special Thanks
5151

52-
If you want reach from us at webpack, contact us and we can arrange something in return for your donations!
52+
If you want to reach us at webpack, contact us and we can arrange something in return for your donations!
5353

5454
_Vercel_ has given us a Pro account.
5555

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"*.{md,mdx}": [
6565
"npm run lint:markdown"
6666
],
67-
"*.{js,mjs,jsx,css,scss,md,mdx,json}": [
67+
"*.{js,mjs,jsx,css,md,mdx,json}": [
6868
"prettier --write"
6969
]
7070
},
@@ -133,7 +133,6 @@
133133
"mdast-util-to-string": "^4.0.0",
134134
"mini-css-extract-plugin": "^2.10.1",
135135
"mkdirp": "^3.0.1",
136-
"modularscale-sass": "^3.0.3",
137136
"npm-run-all": "^4.1.1",
138137
"postcss": "^8.5.8",
139138
"postcss-loader": "^8.2.0",
@@ -150,8 +149,6 @@
150149
"remark-gfm": "^4.0.1",
151150
"remark-html": "^16.0.1",
152151
"rimraf": "^6.1.2",
153-
"sass": "^1.97.3",
154-
"sass-loader": "^16.0.6",
155152
"sirv-cli": "^3.0.1",
156153
"sitemap-static": "^0.4.2",
157154
"static-site-generator-webpack-plugin": "^3.4.1",

0 commit comments

Comments
 (0)