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

fix: bump rxjs to 7.5 #51

Merged
merged 28 commits into from May 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
ac0bda6
chore(deps-dev): bump eslint from 8.12.0 to 8.14.0
dependabot[bot] May 1, 2022
80d779e
chore(deps-dev): bump @commitlint/config-conventional
dependabot[bot] May 1, 2022
a76ae7f
chore(deps-dev): bump @typescript-eslint/eslint-plugin
dependabot[bot] May 1, 2022
df3b772
chore(deps-dev): bump @commitlint/cli from 16.2.3 to 16.2.4
dependabot[bot] May 1, 2022
fdf6ec5
chore(deps-dev): bump @commitlint/config-lerna-scopes
dependabot[bot] May 1, 2022
76480ae
chore(deps-dev): bump @typescript-eslint/parser from 5.17.0 to 5.21.0
dependabot[bot] May 1, 2022
0ca5404
chore(deps-dev): bump eslint-plugin-import from 2.25.4 to 2.26.0
dependabot[bot] May 1, 2022
9fa6e18
chore(deps-dev): bump typescript from 4.6.3 to 4.6.4
dependabot[bot] May 1, 2022
ca472a7
Merge branch 'dependabot/npm_and_yarn/eslint-8.14.0' into update-deps…
christophka May 29, 2022
51aa2e4
chore: bump `eslint` to 8.16.0
christophka May 29, 2022
a305a65
Merge branch 'dependabot/npm_and_yarn/eslint-plugin-import-2.26.0' in…
christophka May 29, 2022
208f799
chore: bump `eslint-plugin-import` to 2.26.0
christophka May 29, 2022
5ac179c
Merge branch 'dependabot/npm_and_yarn/commitlint/cli-16.2.4' into upd…
christophka May 29, 2022
57cfb44
Merge branch 'dependabot/npm_and_yarn/commitlint/config-conventional-…
christophka May 29, 2022
d5d3e70
Merge branch 'dependabot/npm_and_yarn/commitlint/config-lerna-scopes-…
christophka May 29, 2022
07c86bb
chore: bump `@commitlint/*` to 17.0
christophka May 29, 2022
0be6ec1
Merge branch 'dependabot/npm_and_yarn/typescript-eslint/parser-5.21.0…
christophka May 29, 2022
de603e9
Merge branch 'dependabot/npm_and_yarn/typescript-eslint/eslint-plugin…
christophka May 29, 2022
41d33ff
chore: bump `@typescript-eslint/*` to 5.26.0
christophka May 29, 2022
8e3c11a
chore: bump `husky` to 8.0.1
christophka May 29, 2022
7a63c76
chore: bump `lint-staged` to 12.4.2
christophka May 29, 2022
1d3aaa7
Merge branch 'dependabot/npm_and_yarn/typescript-4.6.4' into update-d…
christophka May 29, 2022
e631a5e
chore: bump `typescript` to 4.7.2
christophka May 29, 2022
f1a2fb5
fix: drop node 14 support
christophka May 29, 2022
1c4ff35
chore: bump `jest` to 28.1.0
christophka May 29, 2022
77d51ea
chore: bump lerna to 5.0.0
christophka May 29, 2022
d925295
fix: bump `rxjs` to 7.5
christophka May 29, 2022
fc36876
fixup! fix: drop node 14 support
christophka May 29, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['14', '16', '17']
node: ['16', '17']

name: Node ${{ matrix.node }} build

Expand Down
1 change: 1 addition & 0 deletions jest.config.base.js
@@ -1,4 +1,5 @@
module.exports = {
maxWorkers: '25%',
// roots: ['<rootDir>/src'],
transform: {
'^.+\\.ts$': 'ts-jest',
Expand Down
36 changes: 18 additions & 18 deletions package.json
Expand Up @@ -7,7 +7,7 @@
]
},
"engines": {
"node": ">=14"
"node": ">=16"
},
"scripts": {
"build": "lerna run build --parallel",
Expand All @@ -21,25 +21,25 @@
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@commitlint/config-lerna-scopes": "^16.2.2",
"@tsconfig/node14": "^1.0.1",
"@types/node": "^14.18.12",
"@types/jest": "^27.4.1",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.15.0",
"eslint": "^8.12.0",
"@commitlint/cli": "^17.0.1",
"@commitlint/config-conventional": "^17.0.0",
"@commitlint/config-lerna-scopes": "^17.0.0",
"@tsconfig/node16": "^1.0.2",
"@types/jest": "^27.5.1",
"@types/node": "^16.11.36",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"jest": "^27.5.1",
"lerna": "^4.0.0",
"lint-staged": "^12.3.7",
"husky": "^8.0.1",
"jest": "^28.1.0",
"lerna": "^5.0.0",
"lint-staged": "^12.4.2",
"prettier": "^2.6.2",
"rxjs": "~6.6.7",
"ts-jest": "^27.1.4",
"typescript": "~4.6.3"
"rxjs": "~7.5.0",
"ts-jest": "^28.0.3",
"typescript": "~4.7.2"
}
}
1 change: 0 additions & 1 deletion packages/fs/jest.config.js
Expand Up @@ -3,6 +3,5 @@ const { name } = require('./package.json');

module.exports = {
...base,
name,
displayName: name,
};
13 changes: 2 additions & 11 deletions packages/fs/src/append-file.ts
@@ -1,17 +1,8 @@
import { promises, PathLike, BaseEncodingOptions, Mode, OpenMode } from 'fs';
import { PathLike, promises, WriteFileOptions } from 'fs';
import { defer, Observable } from 'rxjs';
import { mapTo } from 'rxjs/operators';

export type AppendFileOptions = BaseEncodingOptions & {
/**
* Specifies the file mode
*/
mode?: Mode;
/**
* Specifies the flag used while writing to the file
*/
flag?: OpenMode;
};
export type AppendFileOptions = WriteFileOptions;

interface AppendFileResult<T = string | Uint8Array> {
/**
Expand Down
13 changes: 2 additions & 11 deletions packages/fs/src/write-file.ts
@@ -1,17 +1,8 @@
import { promises, PathLike, BaseEncodingOptions, Mode, OpenMode } from 'fs';
import { PathLike, promises, WriteFileOptions } from 'fs';
import { defer, Observable } from 'rxjs';
import { mapTo } from 'rxjs/operators';

export type WriteFileOptions = BaseEncodingOptions & {
/**
* Specifies the file mode
*/
mode?: Mode;
/**
* Specifies the flag used while writing to the file
*/
flag?: OpenMode;
};
export { WriteFileOptions };

interface WriteFileResult<T = string | Uint8Array> {
/**
Expand Down
1 change: 0 additions & 1 deletion packages/process/jest.config.js
Expand Up @@ -3,6 +3,5 @@ const { name } = require('./package.json');

module.exports = {
...base,
name,
displayName: name,
};