Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#565)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Aug 19, 2021
1 parent 3ac26ff commit 5f18458
Show file tree
Hide file tree
Showing 13 changed files with 728 additions and 839 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
include:
- project: SocialGouv/gitlab-ci-yml
file: /base_autodevops.yml
ref: v23.2.1
ref: v23.3.0
- project: SocialGouv/gitlab-ci-yml
file: /base_register_kaniko_stage.yml
ref: v23.2.1
ref: v23.3.0

#
- /shared/logger/.gitlab-ci.yml
Expand Down Expand Up @@ -83,7 +83,7 @@ Production:
Stop review:
extends:
- .autodevops_stop_review
image: ghcr.io/socialgouv/docker/no-k8s:6.26.6
image: ghcr.io/socialgouv/docker/no-k8s:6.43.0
allow_failure: true
needs:
- job: Review
Expand Down
12 changes: 6 additions & 6 deletions .k8s/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
"dependencies": {
"@kosko/env": "^2.0.1",
"@kubernetes-models/sealed-secrets": "^1.6.3",
"@socialgouv/kosko-charts": "^8.0.3",
"@socialgouv/kosko-charts": "^8.1.1",
"@types/node": "^15.12.5",
"kosko": "^1.1.5",
"kubernetes-models": "^1.7.1",
"ts-node": "^10.1.0",
"ts-node": "^10.2.1",
"typescript": "^4.3.5"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
"@socialgouv/eslint-config-typescript": "^1.75.0",
"@babel/core": "^7.15.0",
"@babel/plugin-transform-modules-commonjs": "^7.15.0",
"@socialgouv/eslint-config-typescript": "^1.84.2",
"@types/jest": "^26.0.24",
"dotenv": "^10.0.0",
"jest": "^27.0.6",
"lint-staged": "^11.0.1",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2"
},
"license": "Apache-2.0",
Expand Down
431 changes: 206 additions & 225 deletions .k8s/yarn.lock

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions shared/elasticsearch-document-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
]
},
"dependencies": {
"@elastic/elasticsearch": "^7.13.0",
"@elastic/elasticsearch": "^7.14.0",
"@socialgouv/cdtn-elasticsearch": "^1.8.9",
"@socialgouv/cdtn-logger": "^1.8.9",
"@socialgouv/cdtn-monolog": "^1.5.10",
"@socialgouv/cdtn-slugify": "^4.45.0",
"@socialgouv/cdtn-slugify": "^4.52.1",
"@socialgouv/cdtn-sources": "^4.45.0",
"@socialgouv/contributions-data-types": "^3.27.0",
"memoizee": "^0.4.15",
Expand All @@ -23,18 +23,18 @@
"remark-parse": "^9.0.0",
"remark-rehype": "^8.1.0",
"remark-stringify": "^9.0.1",
"strip-markdown": "^4.0.0",
"strip-markdown": "^4.2.0",
"unified": "^9.2.2"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
"@socialgouv/eslint-config-recommended": "^1.75.0",
"@socialgouv/kali-data-types": "^2.107.0",
"eslint": "^7.30.0",
"@socialgouv/eslint-config-recommended": "^1.84.2",
"@socialgouv/kali-data-types": "^2.124.0",
"eslint": "^7.32.0",
"jest": "^27.0.6",
"lint-staged": "^11.0.1",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2"
},
"license": "Apache-2.0",
Expand Down
8 changes: 4 additions & 4 deletions shared/elasticsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"url": "https://github.com/SocialGouv/cdtn-admin.git"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
"@socialgouv/eslint-config-recommended": "^1.75.0",
"eslint": "^7.30.0",
"@socialgouv/eslint-config-recommended": "^1.84.2",
"eslint": "^7.32.0",
"jest": "^27.0.6",
"lint-staged": "^11.0.1",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion shared/graphql-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@shared/graphql-client",
"version": "1.8.9",
"dependencies": {
"@urql/core": "^2.1.6",
"@urql/core": "^2.3.0",
"graphql": "^15.5.1",
"isomorphic-unfetch": "^3.1.0",
"react": "^17.0.2"
Expand Down
10 changes: 5 additions & 5 deletions shared/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
"winston": "^3.3.3"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@socialgouv/eslint-config-typescript": "^1.75.0",
"@babel/preset-typescript": "^7.15.0",
"@socialgouv/eslint-config-typescript": "^1.84.2",
"@tsconfig/node14": "^1.0.1",
"@types/jest": "^26.0.24",
"@types/std-mocks": "^1.0.1",
"babel-plugin-dynamic-import-node": "^2.3.3",
"eslint": "^7.30.0",
"eslint": "^7.32.0",
"jest": "^27.0.6",
"lint-staged": "^11.0.1",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2",
"std-mocks": "^1.0.1",
"typescript": "^4.3.5"
Expand Down
6 changes: 3 additions & 3 deletions shared/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"devDependencies": {
"@socialgouv/cdtn-sources": "^4.45.0",
"@socialgouv/contributions-data-types": "^3.27.0",
"@socialgouv/fiches-travail-data-types": "^4.162.0",
"@socialgouv/kali-data-types": "^2.107.0",
"@socialgouv/legi-data-types": "^2.62.0"
"@socialgouv/fiches-travail-data-types": "^4.184.0",
"@socialgouv/kali-data-types": "^2.124.0",
"@socialgouv/legi-data-types": "^2.68.0"
}
}
18 changes: 9 additions & 9 deletions targets/alert-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.8.9",
"dependencies": {
"@shared/graphql-client": "^1.8.9",
"@socialgouv/cdtn-slugify": "^4.45.0",
"@socialgouv/cdtn-slugify": "^4.52.1",
"@socialgouv/cdtn-sources": "^4.45.0",
"memoizee": "^0.4.15",
"node-fetch": "^2.6.1",
Expand All @@ -13,27 +13,27 @@
"unist-util-select": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.14.9",
"@shared/types": "^1.8.9",
"@socialgouv/contributions-data-types": "^3.27.0",
"@socialgouv/eslint-config-typescript": "^1.75.0",
"@socialgouv/fiches-travail-data-types": "^4.162.0",
"@socialgouv/kali-data-types": "^2.107.0",
"@socialgouv/legi-data-types": "^2.62.0",
"@socialgouv/eslint-config-typescript": "^1.84.2",
"@socialgouv/fiches-travail-data-types": "^4.184.0",
"@socialgouv/kali-data-types": "^2.124.0",
"@socialgouv/legi-data-types": "^2.68.0",
"@types/jest": "^26.0.24",
"@types/memoizee": "^0.4.6",
"@types/node": "^14.17.9",
"@types/node-fetch": "^2.5.12",
"@types/nodegit": "^0.27.3",
"@types/semver": "^7.3.8",
"@types/unist": "^2.0.6",
"@vercel/ncc": "0.28.6",
"@vercel/ncc": "0.29.1",
"babel-jest": "^27.0.6",
"builtin-modules": "^3.2.0",
"eslint": "^7.30.0",
"eslint": "^7.32.0",
"jest": "^27.0.6",
"lint-staged": "^11.0.1",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2",
"ts-jest": "^27.0.4",
"typescript": "^4.3.5"
Expand Down
40 changes: 20 additions & 20 deletions targets/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
"version": "1.8.9",
"dependencies": {
"@azure/abort-controller": "^1.0.4",
"@azure/storage-blob": "^12.6.0",
"@elastic/elasticsearch": "^7.13.0",
"@azure/storage-blob": "^12.7.0",
"@elastic/elasticsearch": "^7.14.0",
"@hapi/boom": "^9.1.3",
"@hapi/joi": "^17.1.1",
"@hookform/error-message": "^2.0.0",
"@reach/accordion": "^0.14.0",
"@reach/dialog": "^0.14.0",
"@reach/menu-button": "^0.14.0",
"@reach/visually-hidden": "^0.15.2",
"@sentry/browser": "^6.9.0",
"@sentry/integrations": "^6.9.0",
"@sentry/node": "^6.9.0",
"@reach/accordion": "^0.16.1",
"@reach/dialog": "^0.16.0",
"@reach/menu-button": "^0.16.1",
"@reach/visually-hidden": "^0.16.0",
"@sentry/browser": "^6.11.0",
"@sentry/integrations": "^6.11.0",
"@sentry/node": "^6.11.0",
"@shared/graphql-client": "^1.8.9",
"@shared/id-generator": "^1.8.9",
"@socialgouv/cdtn-logger": "^1.8.9",
"@socialgouv/cdtn-slugify": "^4.45.0",
"@socialgouv/cdtn-slugify": "^4.52.1",
"@socialgouv/cdtn-sources": "^4.45.0",
"@socialgouv/cdtn-ui": "^4.52.2",
"@socialgouv/matomo-next": "^1.2.2",
Expand All @@ -32,7 +32,7 @@
"d3-hierarchy": "^2.0.0",
"date-fns": "^2.22.1",
"diff": "^5.0.0",
"eslint-config-next": "^11.0.1",
"eslint-config-next": "^11.1.0",
"formidable": "^1.2.2",
"graphql": "^15.5.1",
"http-proxy-middleware": "^2.0.1",
Expand All @@ -43,7 +43,7 @@
"micromark": "^2.11.4",
"next": "^11.0.1",
"next-transpile-modules": "^8.0.0",
"next-urql": "^3.1.1",
"next-urql": "^3.2.0",
"nodemailer": "^6.6.3",
"p-limit": "^3.1.0",
"polished": "^4.1.3",
Expand All @@ -53,7 +53,7 @@
"react-autosuggest": "^10.1.0",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.4",
"react-hook-form": "^7.11.1",
"react-hook-form": "^7.12.2",
"react-icons": "^4.2.0",
"react-is": "^17.0.2",
"react-sortable-hoc": "^2.0.0",
Expand All @@ -64,7 +64,7 @@
"remark-stringify": "^9.0.1",
"semver": "^7.3.5",
"sentry-testkit": "^3.3.4",
"strip-markdown": "^4.0.0",
"strip-markdown": "^4.2.0",
"styled-components": "^5.3.0",
"swr": "^0.5.6",
"theme-ui": "^0.10.0",
Expand All @@ -77,16 +77,16 @@
},
"devDependencies": {
"@shared/types": "^1.8.9",
"@socialgouv/eslint-config-react": "^1.75.0",
"@socialgouv/eslint-config-recommended": "^1.75.0",
"@socialgouv/eslint-config-typescript": "^1.75.0",
"@socialgouv/eslint-config-react": "^1.84.2",
"@socialgouv/eslint-config-recommended": "^1.84.2",
"@socialgouv/eslint-config-typescript": "^1.84.2",
"@urql/devtools": "^2.0.3",
"eslint": "^7.30.0",
"eslint": "^7.32.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-import": "^2.24.0",
"jest": "^27.0.6",
"jest-cli": "^27.0.6",
"lint-staged": "^11.0.1",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2",
"prop-types": "^15.7.2",
"typescript": "^4.3.5"
Expand Down
8 changes: 4 additions & 4 deletions targets/ingester-elasticsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"@shared/elasticsearch-document-adapter": "^1.8.9"
},
"devDependencies": {
"@socialgouv/eslint-config-typescript": "^1.75.0",
"@socialgouv/eslint-config-typescript": "^1.84.2",
"@tsconfig/node14": "^1.0.1",
"@types/node": "^14.17.9",
"@vercel/ncc": "^0.28.6",
"eslint": "^7.30.0",
"lint-staged": "^11.0.1",
"@vercel/ncc": "^0.29.1",
"eslint": "^7.32.0",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2",
"typescript": "^4.3.5"
},
Expand Down
20 changes: 10 additions & 10 deletions targets/ingester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@shared/graphql-client": "^1.8.9",
"@shared/id-generator": "^1.8.9",
"@socialgouv/cdtn-slugify": "^4.45.0",
"@socialgouv/cdtn-slugify": "^4.52.1",
"@socialgouv/cdtn-sources": "^4.45.0",
"get-uri": "^3.0.2",
"got": "^11.8.2",
Expand All @@ -22,25 +22,25 @@
"yargs": "^15.4.1"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.14.9",
"@socialgouv/contributions-data-types": "^3.27.0",
"@socialgouv/eslint-config-typescript": "^1.75.0",
"@socialgouv/fiches-travail-data-types": "^4.162.0",
"@socialgouv/fiches-vdd-types": "^2.169.0",
"@socialgouv/kali-data-types": "^2.107.0",
"@socialgouv/legi-data-types": "^2.62.0",
"@socialgouv/eslint-config-typescript": "^1.84.2",
"@socialgouv/fiches-travail-data-types": "^4.184.0",
"@socialgouv/fiches-vdd-types": "^2.197.0",
"@socialgouv/kali-data-types": "^2.124.0",
"@socialgouv/legi-data-types": "^2.68.0",
"@types/gunzip-maybe": "^1.4.0",
"@types/jest": "^26.0.24",
"@types/node": "^14.17.9",
"@types/semver": "^7.3.8",
"@types/tar-fs": "^2.0.1",
"@types/unist": "^2.0.6",
"@vercel/ncc": "0.28.6",
"@vercel/ncc": "0.29.1",
"babel-jest": "^27.0.6",
"eslint": "^7.30.0",
"eslint": "^7.32.0",
"jest": "^27.0.6",
"lint-staged": "^11.0.1",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2",
"ts-jest": "^27.0.4",
"typescript": "^4.3.5"
Expand Down

0 comments on commit 5f18458

Please sign in to comment.