Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: bump the dependency-updates group with 4 updates #1196

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@

# ignore everything in the root
/*
# transient test directories
tap-testdir*/

# keep these
!**/.gitignore
!/.commitlintrc.js
!/.eslintrc.js
!/.eslintrc.local.*
!/.git-blame-ignore-revs
!/.github/
!/.gitignore
!/.npmrc
Expand Down Expand Up @@ -42,4 +40,5 @@ tap-testdir*/
!/test/
!/tsconfig.json
!/webpack.config.js
tap-testdir*/
!/cli/
5 changes: 2 additions & 3 deletions cli/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@

# ignore everything in the root
/*
# transient test directories
tap-testdir*/

# keep these
!**/.gitignore
!/.eslintrc.js
!/.eslintrc.local.*
!/.git-blame-ignore-revs
!/.gitignore
!/bin/
!/CHANGELOG*
Expand All @@ -22,3 +20,4 @@ tap-testdir*/
!/scripts/
!/tap-snapshots/
!/test/
tap-testdir*/
11 changes: 6 additions & 5 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@
},
"scripts": {
"build": "node bin/build.js",
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"lint": "npm run eslint",
"postlint": "template-oss-check",
"template-oss-apply": "template-oss-apply --force",
"lintfix": "npm run lint -- --fix",
"lintfix": "npm run eslint -- --fix",
"snap": "tap",
"test": "tap",
"posttest": "npm run lint"
"posttest": "npm run lint",
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
},
"dependencies": {
"@octokit/rest": "^21.0.0",
Expand All @@ -30,7 +31,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.4",
"@npmcli/template-oss": "4.22.0",
"@npmcli/template-oss": "4.23.0",
"tap": "^16.3.9"
},
"author": "GitHub Inc.",
Expand All @@ -39,7 +40,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.22.0",
"version": "4.23.0",
"content": "./scripts/template-oss"
},
"files": [
Expand Down
Loading