chore: recheck task for types after build correction

This commit is contained in:
Thijs Louisse 2022-11-23 14:53:59 +01:00 committed by Thijs Louisse
parent 698a94e806
commit 618b2fc9b3
4 changed files with 14 additions and 56 deletions

56
package-lock.json generated
View file

@ -2562,32 +2562,6 @@
"custom-elements-manifest": "index.js" "custom-elements-manifest": "index.js"
} }
}, },
<<<<<<< HEAD
=======
"node_modules/@custom-elements-manifest/analyzer/node_modules/array-back": {
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/array-back/-/array-back-6.2.2.tgz",
"integrity": "sha512-gUAZ7HPyb4SJczXAMUXMGAvI976JoK3qEx9v1FTmeYuJj0IBiaKttG1ydtGKdkfqWkIkouke7nG8ufGy77+Cvw==",
"dev": true,
"engines": {
"node": ">=12.17"
}
},
"node_modules/@custom-elements-manifest/analyzer/node_modules/command-line-args": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/command-line-args/-/command-line-args-5.1.2.tgz",
"integrity": "sha512-fytTsbndLbl+pPWtS0CxLV3BEWw9wJayB8NnU2cbQqVPsNdYezQeT+uIQv009m+GShnMNyuoBrRo8DTmuTfSCA==",
"dev": true,
"dependencies": {
"array-back": "^6.1.2",
"find-replace": "^3.0.0",
"lodash.camelcase": "^4.3.0",
"typical": "^4.0.0"
},
"engines": {
"node": ">=4.0.0"
}
},
"node_modules/@custom-elements-manifest/analyzer/node_modules/globby": { "node_modules/@custom-elements-manifest/analyzer/node_modules/globby": {
"version": "11.0.4", "version": "11.0.4",
"resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz", "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz",
@ -2609,7 +2583,6 @@
"url": "https://github.com/sponsors/sindresorhus" "url": "https://github.com/sponsors/sindresorhus"
} }
}, },
>>>>>>> e266fffe (chore: fix LitElement imports in TS build output)
"node_modules/@custom-elements-manifest/analyzer/node_modules/typescript": { "node_modules/@custom-elements-manifest/analyzer/node_modules/typescript": {
"version": "4.3.5", "version": "4.3.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz",
@ -11507,8 +11480,7 @@
"node_modules/glob": { "node_modules/glob": {
"version": "7.2.3", "version": "7.2.3",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
"integrity": "sha1-uN8PuAK7+o6JvR2Ti04WV47UTys=", "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
"license": "ISC",
"dependencies": { "dependencies": {
"fs.realpath": "^1.0.0", "fs.realpath": "^1.0.0",
"inflight": "^1.0.4", "inflight": "^1.0.4",
@ -23391,8 +23363,6 @@
"ibantools": "^2.2.0", "ibantools": "^2.2.0",
"lit": "^2.4.0", "lit": "^2.4.0",
"singleton-manager": "^1.6.1" "singleton-manager": "^1.6.1"
<<<<<<< HEAD
=======
} }
}, },
"packages/validate-messages": { "packages/validate-messages": {
@ -23404,7 +23374,6 @@
"@lion/form-core": "^0.18.3", "@lion/form-core": "^0.18.3",
"@lion/input-tel": "^0.2.3", "@lion/input-tel": "^0.2.3",
"@lion/localize": "^0.26.0" "@lion/localize": "^0.26.0"
>>>>>>> e266fffe (chore: fix LitElement imports in TS build output)
} }
} }
}, },
@ -25245,26 +25214,6 @@
"typescript": "~4.3.2" "typescript": "~4.3.2"
}, },
"dependencies": { "dependencies": {
<<<<<<< HEAD
=======
"array-back": {
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/array-back/-/array-back-6.2.2.tgz",
"integrity": "sha512-gUAZ7HPyb4SJczXAMUXMGAvI976JoK3qEx9v1FTmeYuJj0IBiaKttG1ydtGKdkfqWkIkouke7nG8ufGy77+Cvw==",
"dev": true
},
"command-line-args": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/command-line-args/-/command-line-args-5.1.2.tgz",
"integrity": "sha512-fytTsbndLbl+pPWtS0CxLV3BEWw9wJayB8NnU2cbQqVPsNdYezQeT+uIQv009m+GShnMNyuoBrRo8DTmuTfSCA==",
"dev": true,
"requires": {
"array-back": "^6.1.2",
"find-replace": "^3.0.0",
"lodash.camelcase": "^4.3.0",
"typical": "^4.0.0"
}
},
"globby": { "globby": {
"version": "11.0.4", "version": "11.0.4",
"resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz", "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz",
@ -25279,7 +25228,6 @@
"slash": "^3.0.0" "slash": "^3.0.0"
} }
}, },
>>>>>>> e266fffe (chore: fix LitElement imports in TS build output)
"typescript": { "typescript": {
"version": "4.3.5", "version": "4.3.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz",
@ -32555,7 +32503,7 @@
"glob": { "glob": {
"version": "7.2.3", "version": "7.2.3",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
"integrity": "sha1-uN8PuAK7+o6JvR2Ti04WV47UTys=", "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
"requires": { "requires": {
"fs.realpath": "^1.0.0", "fs.realpath": "^1.0.0",
"inflight": "^1.0.4", "inflight": "^1.0.4",

View file

@ -32,6 +32,7 @@
"test:screenshots": "rimraf screenshots/.diff/ && rimraf screenshots/.current/ && mocha --require scripts/screenshots/bootstrap.js --exit --timeout 10000 \"packages/**/test/*.screenshots-test.js\"", "test:screenshots": "rimraf screenshots/.diff/ && rimraf screenshots/.current/ && mocha --require scripts/screenshots/bootstrap.js --exit --timeout 10000 \"packages/**/test/*.screenshots-test.js\"",
"test:screenshots:update": "cross-env UPDATE_SCREENSHOTS=true npm run test:screenshots", "test:screenshots:update": "cross-env UPDATE_SCREENSHOTS=true npm run test:screenshots",
"types": "npm run types --workspaces --if-present && npm run types-correct-after-build", "types": "npm run types --workspaces --if-present && npm run types-correct-after-build",
"types-check-only": "npm run types-check-only --workspaces --if-present",
"types-correct-after-build": "node ./scripts/types-correct-after-build.mjs" "types-correct-after-build": "node ./scripts/types-correct-after-build.mjs"
}, },
"workspaces": [ "workspaces": [

View file

@ -41,7 +41,8 @@
"publish-docs": "node ../../packages-node/publish-docs/src/cli.js --github-url https://github.com/ing-bank/lion/ --git-root-dir ../../", "publish-docs": "node ../../packages-node/publish-docs/src/cli.js --github-url https://github.com/ing-bank/lion/ --git-root-dir ../../",
"prepublishOnly": "npm run types && npm run publish-docs && npm run custom-elements-manifest", "prepublishOnly": "npm run types && npm run publish-docs && npm run custom-elements-manifest",
"test": "cd ../../ && npm run test:browser", "test": "cd ../../ && npm run test:browser",
"types": "wireit" "types": "wireit",
"types-check-only": "tsc --project tsconfig-check-only.json"
}, },
"dependencies": { "dependencies": {
"@bundled-es-modules/message-format": "^6.0.4", "@bundled-es-modules/message-format": "^6.0.4",

View file

@ -0,0 +1,8 @@
{
"//": "this runs after 'scripts/types-correct-after-build.mjs' has been applied",
"extends": "./tsconfig.json",
"compilerOptions": {
"emitDeclarationOnly": false,
"noEmit": true
}
}