Skip to content

Commit

Permalink
pkg: Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 30, 2022
1 parent 5e0228a commit e149bfa
Show file tree
Hide file tree
Showing 24 changed files with 305 additions and 4,091 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
setup:
docker: &docker
# specify the version you desire here
- image: cimg/node:18.4
- image: cimg/node:18.7
resource_class: large
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.6
FROM node:18.7

WORKDIR /app/website

Expand Down
8 changes: 4 additions & 4 deletions examples/github-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@linaria/shaker": "3.0.0-beta.22",
"@types/eslint": "8.4.5",
"@types/parse-link-header": "^2.0.0",
"@types/prettier": "^2",
"@types/prettier": "2.6.4",
"@types/react": "^18.0.15",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.31.0",
Expand All @@ -44,7 +44,7 @@
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "2.7.1",
"react-refresh": "0.14.0",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand All @@ -58,13 +58,13 @@
"webpack-dev-server": "4.9.3"
},
"dependencies": {
"@anansi/router": "0.6.10",
"@anansi/router": "0.6.11",
"@ant-design/icons": "^4.7.0",
"@rest-hooks/core": "^3.2.8",
"@rest-hooks/endpoint": "^2.2.11",
"@rest-hooks/experimental": "^5.0.3",
"@rest-hooks/rest": "^5.0.5",
"antd": "4.22.0",
"antd": "4.22.2",
"parse-link-header": "^2.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/normalizr-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@babel/core": "^7.18.9",
"@babel/node": "^7.18.9",
"@types/babel__core": "^7",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/normalizr-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"inquirer": "^8.1.1",
"redux": "4.2.0",
"redux-thunk": "^2.3.0",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/normalizr-relationships/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@babel/node": "^7.18.9",
"@types/babel__core": "^7",
"mockdate": "^3.0.5",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@linaria/react": "3.0.0-beta.22",
"@linaria/shaker": "3.0.0-beta.22",
"@types/eslint": "8.4.5",
"@types/prettier": "^2",
"@types/prettier": "2.6.4",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.31.0",
"@typescript-eslint/parser": "5.31.0",
Expand All @@ -42,7 +42,7 @@
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "2.7.1",
"react-refresh": "0.14.0",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
"@babel/node": "7.18.9",
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@lerna-lite/cli": "^1.8.0",
"@lerna-lite/cli": "1.9.0",
"@rest-hooks/core": "workspace:^",
"@rest-hooks/test": "^7.2.1",
"@testing-library/react": "13.3.0",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/react-native": "11.0.0",
"@types/jest": "28.1.6",
"@types/lodash": "^4.14.166",
"@types/node": "18.6.1",
"@types/node": "18.6.2",
"@types/react": "18.0.15",
"@typescript-eslint/eslint-plugin": "5.31.0",
"@typescript-eslint/parser": "5.31.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"npm-run-all": "^4.1.5",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/endpoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"npm-run-all": "^4.1.5",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/experimental/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"@babel/core": "^7.18.9",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"npm-run-all": "^4.1.5",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"@babel/core": "^7.18.9",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/img/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@babel/core": "^7.18.9",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"npm-run-all": "^4.1.5",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/normalizr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"downlevel-dts": "^0.10.0",
"immutable": "4.1.0",
"npm-run-all": "^4.1.5",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/rest-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"npm-run-all": "^4.1.5",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"npm-run-all": "^4.1.5",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"npm-run-all": "^4.1.5",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"@babel/core": "^7.18.9",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/use-enhanced-reducer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@babel/core": "^7.18.9",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"rollup": "2.77.1",
"rollup": "2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@docusaurus/module-type-aliases": "2.0.0-rc.1",
"@tsconfig/docusaurus": "1.0.6",
"@types/react": "17.0.47",
"@types/react": "17.0.48",
"@types/react-helmet": "^6.1.5",
"@types/react-router-dom": "^5.3.3",
"serve": "14.0.1"
Expand Down

1 comment on commit e149bfa

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: e149bfa Previous: 5d2bfe8 Ratio
normalizeLong 93.38 ops/sec (±1.86%) 83.97 ops/sec (±4.34%) 0.90
denormalizeLong 46.48 ops/sec (±0.62%) 39.7 ops/sec (±1.56%) 0.85
denormalizeLong withCache 51.66 ops/sec (±0.28%) 45.72 ops/sec (±1.02%) 0.89
receiveLong 94.57 ops/sec (±2.61%) 94.14 ops/sec (±0.74%) 1.00

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.