Skip to content

Commit 79b70bc

Browse files
author
Orta Therox
authored
Merge pull request #1046 from saschanaz/microsoft-merge
Update package-lock.json only
2 parents fe19f02 + d3dd878 commit 79b70bc

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,5 @@ updates:
1010
# Check the npm registry for updates every month
1111
schedule:
1212
interval: "monthly"
13-
# Bump versions in package.json
14-
# https://github.com/dependabot/dependabot-core/issues/3103
15-
# https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#versioning-strategy
16-
versioning-strategy: "increase"
13+
# Bump versions only in package-lock.json
14+
versioning-strategy: "lockfile-only"

.github/workflows/update-core-deps.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ jobs:
1616
with:
1717
node-version: '15'
1818

19+
# Use ncu to detect major version changes
1920
- run: npm i -g npm-check-updates
2021
- run: ncu -u
2122
- run: npm i
23+
- run: git restore package.json
2224
- run: npm run build && npm run baseline-accept
2325
- id: git-diff
2426
run: git diff --quiet HEAD baselines

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@
3838
"license": "Apache-2.0",
3939
"type": "module",
4040
"devDependencies": {
41-
"@mdn/browser-compat-data": "3.3.9",
41+
"@mdn/browser-compat-data": "^3.3.9",
4242
"@types/jsdom": "^16.2.12",
4343
"@types/node": "^15.12.5",
4444
"@types/node-fetch": "^2.5.10",
4545
"@types/webidl2": "^23.13.5",
4646
"@typescript-eslint/eslint-plugin": "^4.28.1",
4747
"@typescript-eslint/parser": "^4.28.1",
48-
"@webref/css": "2.0.2",
49-
"@webref/elements": "1.0.1",
50-
"@webref/idl": "2.2.6",
48+
"@webref/css": "^2.0.2",
49+
"@webref/elements": "^1.0.1",
50+
"@webref/idl": "^2.2.6",
5151
"cpx2": "^3.0.0",
5252
"danger": "^10.6.6",
5353
"eslint": "^7.29.0",

0 commit comments

Comments
 (0)