Skip to content

Commit 03d8444

Browse files
committed
chore: lockfile maintaince
1 parent 5b6a668 commit 03d8444

File tree

7 files changed

+1440
-2539
lines changed

7 files changed

+1440
-2539
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defaults: &defaults
22
working_directory: ~/ReactiveDB
33
docker:
4-
- image: circleci/node:12
4+
- image: circleci/node:14
55

66
version: 2
77
jobs:

.github/dependabot.yml

Lines changed: 0 additions & 66 deletions
This file was deleted.

.github/workflows/dependabot-auto-merge.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

package.json

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"compile_module_es": "tsc dist/es/src/index.ts dist/es/src/proxy/index.ts -m ES2015 --outDir dist/es --sourcemap --target ES5 -d --diagnostics --pretty --strict --noImplicitReturns --noUnusedLocals --noUnusedParameters --strict --suppressImplicitAnyIndexErrors --moduleResolution node --noEmitHelpers --importHelpers --lib es5,es2015,es2016,es2017",
1616
"copy_src_cjs": "shx mkdir -p ./dist/cjs/src && shx cp -r ./src/* ./dist/cjs/src",
1717
"copy_src_es": "shx mkdir -p ./dist/es/src && shx cp -r ./src/* ./dist/es/src",
18-
"cover": "rm -rf ./.nyc_output ./coverage && NODE_ENV=test nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=spec-js/test --exclude=spec-js/src/storage/lovefield.js --exclude=spec-js/src/shared/Logger.js --exclude=spec-js/src/utils/option.js --exclude=spec-js/src/utils/valid.js --exclude=spec-js/src/addons/aggresive-optimizer.js tman --mocha spec-js/test/run.js && nyc report",
18+
"cover": "rm -rf ./.nyc_output ./coverage && cross-env NODE_ENV=test nyc --reporter=html --reporter=lcov --exclude=node_modules --exclude=spec-js/test --exclude=spec-js/src/storage/lovefield.js --exclude=spec-js/src/shared/Logger.js --exclude=spec-js/src/utils/option.js --exclude=spec-js/src/utils/valid.js --exclude=spec-js/src/addons/aggresive-optimizer.js tman --mocha spec-js/test/run.js && nyc report",
1919
"lint": "tslint -c tslint.json src/*.ts --project ./tsconfig.json \"src/**/*.ts\" \"./test/**/*.ts\" -e \"./test/e2e/*.ts\"",
2020
"publish_all": "ts-node ./tools/publish.ts",
2121
"start": "webpack-dev-server --inline --colors --progress --port 3000",
2222
"start-demo": "webpack-dev-server --config ./example/webpack.config.js --inline --colors --progress --port 3001 --open",
2323
"test": "npm run lint && NODE_ENV=test tman --mocha spec-js/test/run.js",
2424
"test_O1": "npm run lint && NODE_ENV=test optimize=true tman --mocha spec-js/test/run.js",
2525
"version": "ts-node tools/version.ts && git add .",
26-
"watch": "NODE_ENV=test ts-node ./tools/watch.ts & npm run watch_test",
26+
"watch": "cross-env NODE_ENV=test ts-node ./tools/watch.ts & npm run watch_test",
2727
"watch_cjs": "tsc src/index.ts -m commonjs --outDir dist --sourcemap --target ES5 -d --diagnostics --pretty --strict --noImplicitReturns --suppressImplicitAnyIndexErrors --moduleResolution node --noEmitHelpers --lib es5,es2015,es2016,es2017 -w",
2828
"watch_test": "tsc -p test/tsconfig.json -w --diagnostics --pretty"
2929
},
@@ -60,44 +60,45 @@
6060
},
6161
"license": "MIT",
6262
"devDependencies": {
63-
"@types/chai": "^4.2.14",
63+
"@types/chai": "^4.2.21",
6464
"@types/chai-string": "^1.4.2",
65-
"@types/node": "^14.14.25",
66-
"@types/shelljs": "^0.8.8",
67-
"@types/sinon": "^9.0.10",
65+
"@types/node": "^16.4.13",
66+
"@types/shelljs": "^0.8.9",
67+
"@types/sinon": "^10.0.2",
6868
"@types/sinon-chai": "^3.2.5",
69-
"chai": "^4.3.0",
69+
"chai": "^4.3.4",
7070
"chai-string": "^1.5.0",
7171
"codecov": "^3.8.3",
72-
"css-loader": "^5.0.1",
72+
"cross-env": "^7.0.3",
73+
"css-loader": "^6.2.0",
7374
"extract-text-webpack-plugin": "^4.0.0-beta.0",
74-
"html-webpack-plugin": "^4.5.1",
75-
"husky": "^4.3.8",
76-
"lint-staged": "^10.5.4",
75+
"html-webpack-plugin": "^5.3.2",
76+
"husky": "^7.0.1",
77+
"lint-staged": "^11.1.2",
7778
"madge": "^5.0.1",
7879
"moment": "^2.29.1",
7980
"node-watch": "^0.7.1",
8081
"npm-run-all": "^4.1.5",
8182
"nyc": "^15.1.0",
82-
"prettier": "^2.2.1",
83+
"prettier": "^2.3.2",
8384
"raw-loader": "^4.0.2",
84-
"rxjs": "^6.6.6",
85+
"rxjs": "^7.3.0",
8586
"shelljs": "^0.8.4",
8687
"shx": "^0.3.3",
87-
"sinon": "^9.2.4",
88-
"sinon-chai": "^3.5.0",
89-
"source-map-loader": "^1.1.3",
90-
"style-loader": "^2.0.0",
88+
"sinon": "^11.1.2",
89+
"sinon-chai": "^3.7.0",
90+
"source-map-loader": "^3.0.0",
91+
"style-loader": "^3.2.1",
9192
"tman": "^1.10.0",
92-
"ts-loader": "^8.0.15",
93+
"ts-loader": "^9.2.5",
9394
"ts-node": "^10.2.0",
9495
"tslint": "^6.1.3",
9596
"tslint-config-prettier": "^1.18.0",
9697
"tslint-eslint-rules": "^5.4.0",
9798
"tslint-loader": "^3.6.0",
98-
"typescript": "^3.9.7",
99-
"webpack": "^4.46.0",
100-
"webpack-cli": "^4.5.0",
99+
"typescript": "^4.3.5",
100+
"webpack": "^5.50.0",
101+
"webpack-cli": "^4.7.2",
101102
"webpack-dev-server": "^3.11.2"
102103
},
103104
"dependencies": {
@@ -106,8 +107,8 @@
106107
"nesthydrationjs": "^2.0.0"
107108
},
108109
"peerDependencies": {
109-
"rxjs": "^6.5.3",
110-
"tslib": "^1.10.0"
110+
"rxjs": "^7.3.0",
111+
"tslib": "^2.3.0"
111112
},
112113
"typings": "./index.d.ts",
113114
"prettier": {

renovate.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"extends": ["config:base", ":preserveSemverRanges"],
3+
"packageRules": [
4+
{
5+
"automerge": true,
6+
"matchUpdateTypes": ["minor", "patch", "pin", "digest"]
7+
}
8+
],
9+
"lockFileMaintenance": {
10+
"enabled": true,
11+
"extends": [
12+
"schedule:monthly"
13+
]
14+
}
15+
}

test/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"target": "ES2015",
55
"strict": false,
66
"noImplicitThis": true,
7-
"noImplicitAny": true,
7+
"noImplicitAny": false,
88
"skipLibCheck": true,
99
"noImplicitReturns": true,
1010
"outDir": "../spec-js"

0 commit comments

Comments
 (0)