Skip to content

Commit

Permalink
fixed workspace reference and upgraded template-oss
Browse files Browse the repository at this point in the history
upgraded template-oss properly
  • Loading branch information
fritzy committed Jan 10, 2022
1 parent 1033ef8 commit 12ad677
Show file tree
Hide file tree
Showing 17 changed files with 30 additions and 24 deletions.
File renamed without changes.
14 changes: 7 additions & 7 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^2.0.0",
"@npmcli/template-oss": "^2.4.1",
"@npmcli/template-oss": "^2.4.3",
"eslint": "^8.3.0",
"licensee": "^8.2.0",
"spawk": "^1.7.1",
Expand Down Expand Up @@ -984,9 +984,9 @@
}
},
"node_modules/@npmcli/template-oss": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-2.4.2.tgz",
"integrity": "sha512-qoV92O6dwtcgpCzh04OGSKFQs8xh3NEBT4oWaXpwLWZ/Ir+MgkXKaCFqTp8VmGmHI6vEUMuEKLWqST8fdi842Q==",
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-2.4.3.tgz",
"integrity": "sha512-y+efKAT2WTw3c7ShDxpF9HOPH3XmruO0TPJlJrxMaJ7yPZ/vrrRcGCP00gOr4QHVFtbmfXVMU+kuVIkkKJt7xg==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
Expand Down Expand Up @@ -11552,9 +11552,9 @@
}
},
"@npmcli/template-oss": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-2.4.2.tgz",
"integrity": "sha512-qoV92O6dwtcgpCzh04OGSKFQs8xh3NEBT4oWaXpwLWZ/Ir+MgkXKaCFqTp8VmGmHI6vEUMuEKLWqST8fdi842Q==",
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-2.4.3.tgz",
"integrity": "sha512-y+efKAT2WTw3c7ShDxpF9HOPH3XmruO0TPJlJrxMaJ7yPZ/vrrRcGCP00gOr4QHVFtbmfXVMU+kuVIkkKJt7xg==",
"dev": true,
"requires": {
"@npmcli/fs": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
],
"devDependencies": {
"@npmcli/eslint-config": "^2.0.0",
"@npmcli/template-oss": "^2.4.1",
"@npmcli/template-oss": "^2.4.3",
"eslint": "^8.3.0",
"licensee": "^8.2.0",
"spawk": "^1.7.1",
Expand Down Expand Up @@ -242,7 +242,7 @@
"applyWorkspaceRepoFiles": true,
"applyRootModuleFiles": false,
"workspaces": [
"arborist",
"@npmcli/arborist",
"libnpmaccess",
"libnpmdiff",
"libnpmfund",
Expand All @@ -255,7 +255,7 @@
"libnpmteam",
"libnpmversion"
],
"version": "2.4.2"
"version": "2.4.3"
},
"license": "Artistic-2.0",
"engines": {
Expand Down
3 changes: 2 additions & 1 deletion workspaces/arborist/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
/*

# keep these
!/.commitlintrc.js
!/.npmrc
!/.eslintrc*
!/.github
!**/.gitignore
!/package.json
!/package-lock.json
!/docs
!/bin
!/lib
Expand Down
3 changes: 3 additions & 0 deletions workspaces/arborist/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
;This file is automatically added by @npmcli/template-oss. Do not edit.

package-lock=false
6 changes: 4 additions & 2 deletions workspaces/arborist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,11 @@
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateVersion": "2.3.1",
"eslintIgnore": [
"test/fixtures/",
"!test/fixtures/*.js"
]
],
"templateOSS": {
"version": "2.4.3"
}
}
2 changes: 1 addition & 1 deletion workspaces/libnpmaccess/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"lib"
],
"templateOSS": {
"version": "2.4.2"
"version": "2.4.3"
}
}
2 changes: 1 addition & 1 deletion workspaces/libnpmdiff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"tar": "^6.1.0"
},
"templateOSS": {
"version": "2.4.2"
"version": "2.4.3"
}
}
2 changes: 1 addition & 1 deletion workspaces/libnpmexec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"walk-up-path": "^1.0.0"
},
"templateOSS": {
"version": "2.4.2"
"version": "2.4.3"
}
}
2 changes: 1 addition & 1 deletion workspaces/libnpmfund/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateOSS": {
"version": "2.4.2"
"version": "2.4.3"
}
}
2 changes: 1 addition & 1 deletion workspaces/libnpmhook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateOSS": {
"version": "2.4.2"
"version": "2.4.3"
}
}
2 changes: 1 addition & 1 deletion workspaces/libnpmorg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateOSS": {
"version": "2.4.2"
"version": "2.4.3"
}
}
2 changes: 1 addition & 1 deletion workspaces/libnpmpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateOSS": {
"version": "2.4.2"
"version": "2.4.3"
}
}
2 changes: 1 addition & 1 deletion workspaces/libnpmpublish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateOSS": {
"version": "2.4.2"
"version": "2.4.3"
}
}
2 changes: 1 addition & 1 deletion workspaces/libnpmsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateOSS": {
"version": "2.4.2"
"version": "2.4.3"
}
}
2 changes: 1 addition & 1 deletion workspaces/libnpmteam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"check-coverage": true
},
"templateOSS": {
"version": "2.4.2"
"version": "2.4.3"
}
}
2 changes: 1 addition & 1 deletion workspaces/libnpmversion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateOSS": {
"version": "2.4.2"
"version": "2.4.3"
}
}

0 comments on commit 12ad677

Please sign in to comment.