Skip to content

Commit 7cae01a

Browse files
authored
Merge pull request #357 from ActionsDesk/dependabot/npm_and_yarn/octokit/plugin-enterprise-cloud-14.0.0
Bump @octokit/plugin-enterprise-cloud from 13.2.0 to 14.0.0
2 parents 0dfd8d0 + a3b7005 commit 7cae01a

File tree

10 files changed

+44
-101
lines changed

10 files changed

+44
-101
lines changed

dist/index.d.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/index.js

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

dist/index.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/main.d.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

dist/types.d.ts

Lines changed: 0 additions & 70 deletions
This file was deleted.

dist/utils.d.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"dependencies": {
5959
"@actions/core": "^1.11.1",
6060
"@actions/github": "^6.0.0",
61-
"@octokit/plugin-enterprise-cloud": "^13.2.0",
61+
"@octokit/plugin-enterprise-cloud": "^14.0.0",
6262
"@octokit/plugin-paginate-rest": "^11.6.0",
6363
"@octokit/plugin-throttling": "^10.0.0",
6464
"@octokit/rest": "^21.1.1",

rollup.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ const config = {
99
output: {
1010
esModule: true,
1111
file: 'dist/index.js',
12-
format: 'es',
13-
sourcemap: true
12+
format: 'es'
1413
},
1514
plugins: [typescript(), nodeResolve({ preferBuiltins: true }), commonjs()]
1615
}

tsconfig.base.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"compilerOptions": {
44
"allowSyntheticDefaultImports": true,
5-
"declaration": true,
5+
"declaration": false,
66
"declarationMap": false,
77
"esModuleInterop": true,
88
"forceConsistentCasingInFileNames": true,
9+
"isolatedModules": true,
910
"lib": ["ES2022"],
1011
"module": "NodeNext",
1112
"moduleResolution": "NodeNext",
@@ -15,7 +16,7 @@
1516
"noUnusedParameters": false,
1617
"pretty": true,
1718
"resolveJsonModule": true,
18-
"sourceMap": true,
19+
"sourceMap": false,
1920
"strict": true,
2021
"strictNullChecks": true,
2122
"target": "ES2022"

0 commit comments

Comments
 (0)