Skip to content

Commit

Permalink
Update import-meta-resolve to v4
Browse files Browse the repository at this point in the history
fisker committed Nov 6, 2023
1 parent c56ba75 commit e4ece4e
Showing 6 changed files with 904 additions and 816 deletions.
807 changes: 0 additions & 807 deletions .yarn/releases/yarn-3.3.0.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.0.cjs

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
compressionLevel: mixed

defaultSemverRangePrefix: ""

enableGlobalCache: true

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.3.0.cjs
yarnPath: .yarn/releases/yarn-4.0.0.cjs
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -58,11 +58,11 @@
]
},
"dependencies": {
"import-meta-resolve": "2.2.2",
"import-meta-resolve": "4.0.0",
"url-or-path": "2.1.0"
},
"devDependencies": {
"@fisker/eslint-config": "10.4.0",
"@fisker/eslint-config": "12.0.0",
"@fisker/eslint-config-ava": "2.0.6",
"@fisker/husky-config": "4.1.3",
"@fisker/lint-staged-config": "3.3.1",
@@ -72,15 +72,15 @@
"c8": "8.0.1",
"cz-conventional-changelog": "3.3.0",
"del-cli": "5.1.0",
"eslint": "8.39.0",
"eslint": "8.53.0",
"husky": "8.0.3",
"lint-staged": "15.0.0",
"lint-staged": "15.0.2",
"markdownlint-cli2": "0.10.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.8",
"prettier": "3.0.3",
"sort-package-json": "2.6.0"
},
"packageManager": "yarn@3.3.1",
"packageManager": "yarn@4.0.0",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
4 changes: 2 additions & 2 deletions test/snapshots/index.js.md
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ Generated by [AVA](https://avajs.dev).
> Snapshot 1
SyntaxError {
message: `Unexpected identifier:␊
message: `Unexpected identifier 'code':␊
<CWD>/test/fixtures/syntax-error-file.js:1␊
invalid< javascript code >␊
@@ -19,7 +19,7 @@ Generated by [AVA](https://avajs.dev).
> Snapshot 2
SyntaxError {
message: `Unexpected identifier:␊
message: `Unexpected identifier 'code':␊
<CWD>/test/fixtures/syntax-error-file.js:1␊
invalid< javascript code >␊
Binary file modified test/snapshots/index.js.snap
Binary file not shown.

0 comments on commit e4ece4e

Please sign in to comment.