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(deps): update dependency @pob/root to v8.9.1 - abandoned #596

Closed
wants to merge 2 commits into from
Closed
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
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
if: startsWith(matrix.node-version, '18.')

- name: E2E testing
run: yarn false run test:e2e

- name: Check nothing was forgotten before commit
if: startsWith(matrix.node-version, '18.')
run: yarn run repository-check-dirty
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.
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.
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.
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.
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.
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.
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 @@ -14,3 +14,6 @@ supportedArchitectures:
os:
- linux
- darwin
libc:
- glibc
- musl
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,16 @@
},
"devDependencies": {
"@babel/core": "7.23.5",
"@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/root": "8.7.0",
"@pob/root": "8.9.1",
"@types/jest": "29.5.11",
"@types/semver": "7.5.6",
"@types/semver-utils": "1.1.3",
"eslint": "8.55.0",
"jest": "29.7.0",
"pob-babel": "36.6.3",
"pob-babel": "36.7.0",
"semver": "7.5.4",
"typedoc": "0.25.4",
"typescript": "5.3.3"
Expand Down
33 changes: 5 additions & 28 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,15 @@
{
"extends": [
"@pob/root/tsconfigs/strict.json",
"@pob/root/tsconfigs/targets/rollup-babel.json"
],
"include": ["src/**/*.ts"],
"compilerOptions": {
"rootDir": "src",
"newLine": "lf",
"outDir": "dist/definitions",
"noEmitOnError": true,
"declaration": true,
"declarationMap": true,
"emitDeclarationOnly": 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. */,
"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'. */
"emitDeclarationOnly": true
}
}
Loading
Loading