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

chore: update api extractor to support node 16 #6032

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
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "update api extractor and typescript to use the latest versions",
"packageName": "@microsoft/adaptive-ui",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "update api extractor and typescript to use the latest versions",
"packageName": "@microsoft/eslint-config-fast-dna",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "update api extractor and typescript to use the latest versions",
"packageName": "@microsoft/fast-animation",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "update api extractor and typescript to use the latest versions",
"packageName": "@microsoft/fast-colors",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "update api extractor and typescript to use the latest versions",
"packageName": "@microsoft/fast-element",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "update api extractor and typescript to use the latest versions",
"packageName": "@microsoft/fast-foundation",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "update api extractor and typescript to use the latest versions",
"packageName": "@microsoft/fast-react-wrapper",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "update api extractor and typescript to use the latest versions",
"packageName": "@microsoft/fast-router",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "update api extractor and typescript to use the latest versions",
"packageName": "@microsoft/fast-ssr",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "update api extractor and typescript to use the latest versions",
"packageName": "@microsoft/fast-web-utilities",
"email": "[email protected]",
"dependentChangeType": "none"
}
2 changes: 1 addition & 1 deletion examples/design-system-tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"rimraf": "^3.0.2",
"ts-loader": "^7.0.1",
"typescript": "4.7.0-beta",
"typescript": "^4.7.0",
"webpack": "^4.44.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/todo-app-tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"http-server": "^14.1.0",
"rimraf": "^3.0.2",
"ts-loader": "^7.0.1",
"typescript": "4.7.0-beta",
"typescript": "^4.7.0",
"webpack": "^4.44.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"node-gyp": "^9.0.0",
"trim-newlines": "^4.0.2",
"trim": "^0.0.3",
"typescript": "^4.7.0-beta",
"typescript": "^4.7.0",
"ua-parser-js": "^0.7.28",
"ws": "^7.4.6",
"xmlhttprequest-ssl": "^1.6.2"
Expand Down Expand Up @@ -163,7 +163,7 @@
"rimraf": "^3.0.2",
"ts-jest": "^25.4.0",
"ts-node": "^8.8.2",
"typescript": "^4.7.0-beta",
"typescript": "^4.7.0",
"yargs": "^16.2.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tooling/fast-figma-plugin-msft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"react-dom": "^16.12.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.3.0",
"typescript": "4.7.0-beta",
"typescript": "^4.7.0",
"webpack": "^5.72.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/utilities/adaptive-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"@microsoft/fast-foundation": "^2.46.2"
},
"devDependencies": {
"@microsoft/api-extractor": "7.23.1",
"@microsoft/api-extractor": "7.24.2",
"@microsoft/eslint-config-fast-dna": "^2.1.0",
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"chai": "^4.2.0",
"eslint-config-prettier": "^6.10.1",
"mocha": "^7.1.2",
"prettier": "2.0.2",
"typescript": "4.7.0-beta"
"typescript": "^4.7.0"
}
}
4 changes: 2 additions & 2 deletions packages/utilities/fast-animation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@babel/preset-react": "^7.12.13",
"@microsoft/api-extractor": "7.23.1",
"@microsoft/api-extractor": "7.24.2",
"@microsoft/eslint-config-fast-dna": "^2.1.0",
"@types/jest": "^27.0.0",
"@types/node": "^15.0.1",
Expand All @@ -99,7 +99,7 @@
"style-loader": "^0.13.2",
"ts-jest": "^27.0.0",
"ts-loader": "^8.0.0",
"typescript": "4.7.0-beta",
"typescript": "^4.7.0",
"webpack": "^4.44.0",
"webpack-bundle-analyzer": "^3.5.2",
"webpack-cli": "^3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/fast-benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"html-webpack-plugin": "^5.3.1",
"prettier": "2.0.2",
"ts-loader": "^8.1.0",
"typescript": "4.7.0-beta",
"typescript": "^4.7.0",
"webpack": "^5.30.0",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^4.0.0-beta.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/fast-colors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"@microsoft/eslint-config-fast-dna": "^2.1.0",
"eslint-config-prettier": "^6.10.1",
"prettier": "2.0.2",
"typescript": "4.7.0-beta"
"typescript": "^4.7.0"
}
}
2 changes: 1 addition & 1 deletion packages/utilities/fast-eslint-rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.0",
"eslint-plugin-import": "^2.25.0",
"typescript": "~3.9.0 || ~4.3.5 || ^4.6.2"
"typescript": "~3.9.0 || ~4.3.5 || ^4.7.0"
}
}
4 changes: 2 additions & 2 deletions packages/utilities/fast-react-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"test-firefox:verbose": "karma start karma.conf.cjs --browsers=FirefoxHeadless --single-run --coverage --reporter=mocha"
},
"devDependencies": {
"@microsoft/api-extractor": "7.23.1",
"@microsoft/api-extractor": "7.24.2",
"@types/chai": "^4.2.11",
"@types/karma": "^5.0.0",
"@types/mocha": "^7.0.2",
Expand Down Expand Up @@ -77,7 +77,7 @@
"ts-loader": "^9.3.0",
"ts-node": "^8.9.1",
"tsconfig-paths": "^3.9.0",
"typescript": "4.7.0-beta",
"typescript": "^4.7.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/fast-web-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"mocha": "^7.1.2",
"prettier": "2.0.2",
"ts-loader": "^4.0.1",
"typescript": "4.7.0-beta"
"typescript": "^4.7.0"
},
"dependencies": {
"exenv-es6": "^1.1.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/web-components/fast-element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"test-firefox:verbose": "karma start karma.conf.cjs --browsers=FirefoxHeadless --single-run --coverage --reporter=mocha"
},
"devDependencies": {
"@microsoft/api-extractor": "7.23.1",
"@microsoft/api-extractor": "7.24.2",
"@types/chai": "^4.2.11",
"@types/chai-spies": "^1.0.3",
"@types/karma": "^5.0.0",
Expand Down Expand Up @@ -107,7 +107,7 @@
"ts-node": "^8.9.1",
"tsconfig-paths": "^3.9.0",
"tslib": "^2.4.0",
"typescript": "4.7.0-beta",
"typescript": "^4.7.0",
"webpack": "^4.44.0"
}
}
1 change: 1 addition & 0 deletions packages/web-components/fast-element/src/templating/dom.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Updates } from "../observation/update-queue.js";
import type { Callable } from "../interfaces.js";

/**
* Common DOM APIs.
Expand Down
4 changes: 2 additions & 2 deletions packages/web-components/fast-foundation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.5.7",
"@custom-elements-manifest/to-markdown": "^0.1.0",
"@microsoft/api-extractor": "7.23.1",
"@microsoft/api-extractor": "7.24.2",
"@microsoft/tsdoc-config": "^0.13.4",
"@types/chai": "^4.2.11",
"@types/karma": "^5.0.0",
Expand Down Expand Up @@ -102,7 +102,7 @@
"ts-loader": "^7.0.2",
"ts-node": "^8.9.1",
"tsconfig-paths": "^3.9.0",
"typescript": "4.7.0-beta",
"typescript": "^4.7.0",
"webpack": "^4.44.0"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/web-components/fast-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"test-firefox:verbose": "karma start karma.conf.cjs --browsers=FirefoxHeadless --single-run --coverage --reporter=mocha"
},
"devDependencies": {
"@microsoft/api-extractor": "7.23.1",
"@microsoft/api-extractor": "7.24.2",
"@types/chai": "^4.2.11",
"@types/karma": "^5.0.0",
"@types/mocha": "^7.0.2",
Expand Down Expand Up @@ -75,7 +75,7 @@
"ts-loader": "^7.0.2",
"ts-node": "^8.9.1",
"tsconfig-paths": "^3.9.0",
"typescript": "4.7.0-beta",
"typescript": "^4.7.0",
"webpack": "^4.44.0"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/web-components/fast-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@
},
"devDependencies": {
"@microsoft/fast-element": "^1.10.1",
"@microsoft/api-extractor": "7.23.1",
"@microsoft/api-extractor": "7.24.2",
"@playwright/test": "^1.20.1",
"@types/express": "^4.17.13",
"@types/node": "^17.0.17",
"chokidar-cli": "^3.0.0",
"express": "^4.17.1",
"typescript": "4.7.0-beta"
"typescript": "^4.7.0"
}
}
2 changes: 1 addition & 1 deletion sites/fast-color-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"prettier": "2.0.2",
"svg-inline-loader": "^0.8.2",
"ts-loader": "^9.3.0",
"typescript": "4.7.0-beta",
"typescript": "^4.7.0",
"webpack": "^5.72.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
Expand Down
2 changes: 1 addition & 1 deletion sites/fast-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"svg-inline-loader": "^0.8.2",
"terser-webpack-plugin": "^5.3.1",
"ts-loader": "^9.3.0",
"typescript": "4.7.0-beta",
"typescript": "^4.7.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0",
Expand Down
2 changes: 1 addition & 1 deletion sites/site-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"react": "^16.8.0",
"rimraf": "^3.0.2",
"ts-jest": "^25.4.0",
"typescript": "4.7.0-beta",
"typescript": "^4.7.0",
"vscode-web-custom-data": "^0.3.1"
},
"dependencies": {
Expand Down
Loading