Skip to content

Commit

Permalink
chore: update pob root
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and christophehurpeau committed Dec 11, 2023
1 parent ac2f71a commit c5c9050
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 56 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ supportedArchitectures:
os:
- linux
- darwin
libc:
- glibc
- musl
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"devDependencies": {
"@babel/core": "7.23.5",
"@babel/preset-react": "7.23.3",
"@pob/commitlint-config": "6.2.0",
"@pob/commitlint-config": "6.3.0",
"@pob/eslint-config": "51.2.0",
"@pob/eslint-config-typescript": "51.2.1",
"@pob/eslint-config-typescript-react": "51.2.0",
Expand All @@ -104,7 +104,7 @@
"eslint": "8.55.0",
"jest": "29.7.0",
"nock": "13.4.0",
"pob-babel": "36.6.3",
"pob-babel": "36.7.0",
"smee-client": "2.0.0",
"type-fest": "4.8.3",
"typescript": "5.3.3"
Expand Down
34 changes: 5 additions & 29 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,12 @@
{
"extends": [
"@pob/root/tsconfigs/strict.json",
"@pob/root/tsconfigs/targets/rollup-babel-with-dom.json"
],
"include": ["src/**/*.ts", "src/**/*.tsx"],
"compilerOptions": {
"rootDir": "src",
"baseUrl": "" /* Base directory to resolve non-absolute module names. */,
"newLine": "lf",
"noEmit": true,

/* No need to check .d.ts files */
"skipLibCheck": true,

"target": "esnext" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */,
"module": "esnext" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */,
"lib": [
"esnext"
] /* Polyfills are imported either by babel or with polyfill.io */,
"jsx": "react-jsx" /* 'react-jsx' is used with react/jsx-runtime (react >=17 || >= 16.14.0 | >= 15.7.0) */,
"isolatedModules": true /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */,

/* Enable all strict type-checking options. */
"strict": true,

/* Additional Checks */
"noUnusedLocals": true /* Report errors on unused locals. */,
"noUnusedParameters": false /* Report errors on unused parameters. */,
"noImplicitReturns": true /* Report error when not all code paths in function return a value. */,
"noFallthroughCasesInSwitch": true /* Report errors for fallthrough cases in switch statement. */,
"forceConsistentCasingInFileNames": true,

/* Module Resolution Options */
"moduleResolution": "bundler" /* Specify module resolution strategy. */,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */,
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
"noEmit": true
}
}
63 changes: 38 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -538,9 +538,9 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-transform-runtime@npm:7.23.3":
version: 7.23.3
resolution: "@babel/plugin-transform-runtime@npm:7.23.3"
"@babel/plugin-transform-runtime@npm:7.23.4":
version: 7.23.4
resolution: "@babel/plugin-transform-runtime@npm:7.23.4"
dependencies:
"@babel/helper-module-imports": "npm:^7.22.15"
"@babel/helper-plugin-utils": "npm:^7.22.5"
Expand All @@ -550,7 +550,7 @@ __metadata:
semver: "npm:^6.3.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 111fc412cc3968402183086879e1625ad4b869309f2e5aa33498a71ba700d3196c151d506977b5b535e8ff2c42c0731d59bfbfcb158ecddeeb3c49d5d4a58c0a
checksum: 6ac29012550cdd10b65ec43fef0c7f43904ec458c43d597f627d8f52807413e57ea94e3986dbace576d734e67c2d09be5e43e77c72567d18f8c4ac5e19844625
languageName: node
linkType: hard

Expand Down Expand Up @@ -1725,12 +1725,12 @@ __metadata:
languageName: node
linkType: hard

"@pob/commitlint-config@npm:6.2.0":
version: 6.2.0
resolution: "@pob/commitlint-config@npm:6.2.0"
"@pob/commitlint-config@npm:6.3.0":
version: 6.3.0
resolution: "@pob/commitlint-config@npm:6.3.0"
dependencies:
"@commitlint/config-conventional": "npm:^18.0.0"
checksum: 0f7d0cbb97097830262cb507669096ceb11678d622875b398ecf1453be7e5f2e17aaa29f43c56fc0f03081a8197f0444ff08c73246654c54fdbb098465172392
checksum: 9a37daec132946d06a1de4016583531b9cdfb6cb1404a2a8f88f46ab96b8247d82433ce89fd2127e7fbbd0d0e44aa6d42ed37ea8203d19a89add57808fde51eb
languageName: node
linkType: hard

Expand Down Expand Up @@ -1841,6 +1841,18 @@ __metadata:
languageName: node
linkType: hard

"@pob/rollup@npm:1.0.0":
version: 1.0.0
resolution: "@pob/rollup@npm:1.0.0"
dependencies:
rollup: "npm:3.29.4"
bin:
pob-rollup-clean-out: ./bin/pob-rollup-clean-out.js
rollup: ./bin/rollup.cjs
checksum: 434a18cbfd67a2ec8581f3a2433807f8fdebfe5415b58a855183c0832e3342a00bbfa699b607d574d8551decdd78dfa6ca5078f50c5435d313df232aeb00b021
languageName: node
linkType: hard

"@pob/root@npm:8.9.1":
version: 8.9.1
resolution: "@pob/root@npm:8.9.1"
Expand Down Expand Up @@ -3231,10 +3243,10 @@ __metadata:
languageName: node
linkType: hard

"babel-plugin-fix-class-properties-uninitialized@npm:7.1.0":
version: 7.1.0
resolution: "babel-plugin-fix-class-properties-uninitialized@npm:7.1.0"
checksum: 6319c88bb9fcef86a97cebbccddf1f53b6517efa8101f20c39a3ce30c2841e69dc5da4eafe9418790ea38fd724055ddb3cf2e670fd26299ff3a7a88946b3c941
"babel-plugin-fix-class-properties-uninitialized@npm:7.2.0":
version: 7.2.0
resolution: "babel-plugin-fix-class-properties-uninitialized@npm:7.2.0"
checksum: dacc6a19ea7a34864e56e2e56b8824260bffdd9cdebc4f430ff17e52eea769144e07782fdfa29b41b4c48a4aaff98dd33ebb6a3d0ac540139a4ea7ad78c007eb
languageName: node
linkType: hard

Expand Down Expand Up @@ -3404,20 +3416,20 @@ __metadata:
languageName: node
linkType: hard

"babel-preset-pob-env@npm:10.2.2":
version: 10.2.2
resolution: "babel-preset-pob-env@npm:10.2.2"
"babel-preset-pob-env@npm:10.3.0":
version: 10.3.0
resolution: "babel-preset-pob-env@npm:10.3.0"
dependencies:
"@babel/plugin-proposal-nullish-coalescing-operator": "npm:^7.18.6"
"@babel/plugin-proposal-optional-chaining": "npm:^7.21.0"
"@babel/plugin-transform-modules-commonjs": "npm:^7.23.0"
"@babel/preset-typescript": "npm:^7.23.2"
babel-plugin-discard-module-references: "npm:^1.1.2"
babel-plugin-fix-class-properties-uninitialized: "npm:7.1.0"
babel-plugin-fix-class-properties-uninitialized: "npm:7.2.0"
babel-preset-optimizations: "npm:^2.0.0"
peerDependencies:
"@babel/core": ^7.23.2
checksum: e96970b118b257874f02388e658d619000f8e229bae9759438cb1bee005dcedfd63a614163549202a5ebf771a97b60b686af7d0eff3b07c4dcb83fdd8e0eb4c9
checksum: 6f22704d0fec8c159f3d8eb7204d6b17fcb49e9e55a1e12db9fc5cd0b60f1d6ff14f41a881f28f42f58428cb609e3e7095ecca46be598853c7252f80dfcb29b3
languageName: node
linkType: hard

Expand Down Expand Up @@ -8627,17 +8639,18 @@ __metadata:
languageName: node
linkType: hard

"pob-babel@npm:36.6.3":
version: 36.6.3
resolution: "pob-babel@npm:36.6.3"
"pob-babel@npm:36.7.0":
version: 36.7.0
resolution: "pob-babel@npm:36.7.0"
dependencies:
"@babel/core": "npm:^7.23.2"
"@babel/plugin-transform-runtime": "npm:7.23.3"
"@babel/plugin-transform-runtime": "npm:7.23.4"
"@pob/rollup": "npm:1.0.0"
"@rollup/plugin-babel": "npm:6.0.4"
"@rollup/plugin-json": "npm:6.0.1"
"@rollup/plugin-node-resolve": "npm:15.2.3"
"@rollup/plugin-run": "npm:3.0.2"
babel-preset-pob-env: "npm:10.2.2"
babel-preset-pob-env: "npm:10.3.0"
rollup: "npm:3.29.4"
rollup-config-external-dependencies: "npm:^2.0.0"
semver: "npm:^7.3.7"
Expand All @@ -8651,7 +8664,7 @@ __metadata:
bin:
pob-babel-clean-out: ./bin/pob-babel-clean-out.js
rollup: ./bin/rollup.cjs
checksum: f4c62803282a7ec7a611f935ee4508be8941ffc2674ec90e2f7f4bb5389030a3bba0da8ce7e7b84e79880f49d2819bebbb4fada1383180c2e2b9f603213d25be
checksum: 700bd0e4234900d3b0f75b8fad5516bf587ea72d40888fbbd2756381ace3a6109b1b737a73108ac0ed7f393d10627b30607ec12e6112e407c16d15cd5c18bc14
languageName: node
linkType: hard

Expand Down Expand Up @@ -9215,7 +9228,7 @@ __metadata:
"@octokit/core": "npm:3.6.0"
"@octokit/rest": "npm:18.12.0"
"@octokit/webhooks": "npm:9.26.3"
"@pob/commitlint-config": "npm:6.2.0"
"@pob/commitlint-config": "npm:6.3.0"
"@pob/eslint-config": "npm:51.2.0"
"@pob/eslint-config-typescript": "npm:51.2.1"
"@pob/eslint-config-typescript-react": "npm:51.2.0"
Expand Down Expand Up @@ -9246,7 +9259,7 @@ __metadata:
liwi-mongo: "npm:11.0.0"
lock: "npm:1.1.0"
nock: "npm:13.4.0"
pob-babel: "npm:36.6.3"
pob-babel: "npm:36.7.0"
probot: "npm:12.3.3"
react: "npm:18.2.0"
react-dom: "npm:18.2.0"
Expand Down

0 comments on commit c5c9050

Please sign in to comment.