Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (minor) (#294)
Browse files Browse the repository at this point in the history
* fix(deps): update all non-major dependencies

* fix: eslint

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: LionelB <[email protected]>
  • Loading branch information
3 people authored Feb 4, 2021
1 parent 9ba8502 commit c6e900b
Show file tree
Hide file tree
Showing 10 changed files with 383 additions and 371 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include:
ref: v16.2.0
- project: SocialGouv/gitlab-ci-yml
file: /base_deploy_kosko_stage.yml
ref: v20.1.5
ref: v20.6.1
#
- /targets/alert-cli/.gitlab-ci.yml
- /targets/ingester/.gitlab-ci.yml
Expand Down
2 changes: 1 addition & 1 deletion .k8s/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@kosko/env": "^1.0.3",
"@kubernetes-models/sealed-secrets": "^1.0.3",
"@socialgouv/kosko-charts": "^4.3.0",
"@socialgouv/kosko-charts": "^4.7.1",
"@types/node": "^14.14.22",
"kosko": "^1.0.3",
"kubernetes-models": "^1.0.3",
Expand Down
20 changes: 10 additions & 10 deletions .k8s/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
tslib "^2.1.0"
type-fest "^0.20.2"

"@kosko/env@^1.0.1", "@kosko/env@^1.0.3":
"@kosko/env@^1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@kosko/env/-/env-1.0.3.tgz#3615add577b2eb4af060474886f32d1c4e797f01"
integrity sha512-hN8WsB+Mpu9TctXBrWfMAJx2G31/1RK3Eq3VcHMHup7jb+AV10rJw1EaRhjwMzechMlXYoK+HeYtYTym/kbP4A==
Expand Down Expand Up @@ -569,7 +569,7 @@
is-plain-object "^5.0.0"
tslib "^2.0.3"

"@kubernetes-models/sealed-secrets@^1.0.2", "@kubernetes-models/sealed-secrets@^1.0.3":
"@kubernetes-models/sealed-secrets@^1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@kubernetes-models/sealed-secrets/-/sealed-secrets-1.0.3.tgz#722481ba40856cfca416679eb1787e991f8caf26"
integrity sha512-3PkwPsryJRISW2hYexrytY2y5tttLgsiX+HB8YPGUN8ebpJRO1LvhI+aDwkhZuYIzlM3+IUbFjomyWQIb3/nkA==
Expand Down Expand Up @@ -628,15 +628,15 @@
dependencies:
"@sinonjs/commons" "^1.7.0"

"@socialgouv/kosko-charts@^4.3.0":
version "4.3.0"
resolved "https://registry.yarnpkg.com/@socialgouv/kosko-charts/-/kosko-charts-4.3.0.tgz#362102758803285e1a9313407684babb54b3fbc0"
integrity sha512-O5J1nFsFVJ65xFn6MOYOlx9/ZyRqGCz5kiICdBxc+RqLxL7LlDMyAsmnGdeQ+cpwsUi/WDBRJ7MqWOc4uAHUTA==
"@socialgouv/kosko-charts@^4.7.1":
version "4.7.1"
resolved "https://registry.yarnpkg.com/@socialgouv/kosko-charts/-/kosko-charts-4.7.1.tgz#2383f518ec89a93fb638293bc666a08f00e86828"
integrity sha512-soSOKpDzuDyF2Hini94EFy/tFqHsu2i47rfE6v6xezT2dXTE6AZM9ZBHSuVSJQ6crc6Qg1S+zwzdCfUMxNozYg==
dependencies:
"@kosko/env" "^1.0.1"
"@kubernetes-models/sealed-secrets" "^1.0.2"
"@kosko/env" "^1.0.3"
"@kubernetes-models/sealed-secrets" "^1.0.3"
"@sindresorhus/is" "^4.0.0"
kubernetes-models "^1.0.2"
kubernetes-models "^1.0.3"

"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.7":
version "7.1.12"
Expand Down Expand Up @@ -2675,7 +2675,7 @@ kosko@^1.0.3:
"@kosko/cli" "^1.1.1"
import-local "^3.0.2"

kubernetes-models@^1.0.2, kubernetes-models@^1.0.3:
kubernetes-models@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/kubernetes-models/-/kubernetes-models-1.0.3.tgz#928d1ee31f533c22d4868b7cc7357e0c46a9e1c6"
integrity sha512-5RtMfOqFfyLK1bEGeylUQvp8gPSNQaTeihV4q5iWfSEw+S9JtYLKGy5/Z/Ts9JVnbM80NrD2RPGNDAFShYksyQ==
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 @@ -3,7 +3,7 @@
"version": "1.0.0-alpha.1",
"dependencies": {
"@urql/core": "^1.16.2",
"graphql": "^15.4.0",
"graphql": "^15.5.0",
"isomorphic-unfetch": "^3.1.0",
"react": "^17.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions shared/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"scripts": {},
"devDependencies": {
"@socialgouv/contributions-data-types": "^3.4.0",
"@socialgouv/fiches-travail-data-types": "^4.35.0"
"@socialgouv/contributions-data-types": "^3.8.0",
"@socialgouv/fiches-travail-data-types": "^4.59.0"
}
}
16 changes: 8 additions & 8 deletions targets/alert-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "1.0.0-alpha.1",
"dependencies": {
"@shared/graphql-client": "^1.0.0-alpha.1",
"@socialgouv/cdtn-slugify": "^4.40.0",
"@socialgouv/cdtn-sources": "^4.40.0",
"@socialgouv/cdtn-slugify": "^4.41.0",
"@socialgouv/cdtn-sources": "^4.42.0",
"@types/node-fetch": "^2.5.8",
"node-fetch": "^2.6.1",
"nodegit": "0.27.0",
Expand All @@ -16,20 +16,20 @@
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@shared/types": "^1.0.0-alpha.1",
"@socialgouv/contributions-data-types": "^3.4.0",
"@socialgouv/datafiller-data-types": "^2.9.0",
"@socialgouv/eslint-config-recommended": "^1.46.0",
"@socialgouv/fiches-travail-data-types": "^4.35.0",
"@socialgouv/contributions-data-types": "^3.8.0",
"@socialgouv/datafiller-data-types": "^2.15.0",
"@socialgouv/eslint-config-recommended": "^1.49.0",
"@socialgouv/fiches-travail-data-types": "^4.59.0",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.22",
"@types/node-fetch": "^2.5.8",
"@types/nodegit": "^0.26.12",
"@types/semver": "^7.3.4",
"@types/unist": "^2.0.3",
"@vercel/ncc": "0.26.2",
"@vercel/ncc": "0.27.0",
"babel-jest": "^26.6.3",
"builtin-modules": "^3.2.0",
"eslint": "^7.17.0",
"eslint": "^7.19.0",
"esm": "^3.2.25",
"jest": "^26.6.3",
"lint-staged": "^10.5.3",
Expand Down
48 changes: 24 additions & 24 deletions targets/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,54 +3,54 @@
"version": "1.0.0-alpha.1",
"dependencies": {
"@azure/abort-controller": "^1.0.2",
"@azure/storage-blob": "^12.3.0",
"@azure/storage-blob": "^12.4.0",
"@elastic/elasticsearch": "^7.10.0",
"@hapi/boom": "^9.1.1",
"@hapi/joi": "^17.1.1",
"@hookform/error-message": "^0.0.5",
"@reach/accordion": "^0.12.1",
"@reach/dialog": "^0.12.1",
"@reach/menu-button": "^0.12.1",
"@reach/visually-hidden": "^0.12.0",
"@sentry/browser": "^5.29.2",
"@sentry/integrations": "^5.29.2",
"@sentry/node": "^5.29.2",
"@reach/accordion": "^0.13.0",
"@reach/dialog": "^0.13.0",
"@reach/menu-button": "^0.13.0",
"@reach/visually-hidden": "^0.13.0",
"@sentry/browser": "^5.30.0",
"@sentry/integrations": "^5.30.0",
"@sentry/node": "^5.30.0",
"@shared/graphql-client": "^1.0.0-alpha.1",
"@shared/id-generator": "^1.0.0-alpha.1",
"@socialgouv/cdtn-slugify": "^4.40.0",
"@socialgouv/cdtn-sources": "^4.40.0",
"@socialgouv/cdtn-slugify": "^4.41.0",
"@socialgouv/cdtn-sources": "^4.42.0",
"@socialgouv/matomo-next": "^1.1.2",
"@socialgouv/react-ui": "^4.17.0",
"@urql/exchange-auth": "^0.1.2",
"@zeit/next-source-maps": "0.0.4-canary.1",
"ace-builds": "^1.4.12",
"argon2": "^0.27.1",
"cookie": "^0.4.1",
"d3": "^6.3.1",
"d3": "^6.5.0",
"d3-hierarchy": "^2.0.0",
"date-fns": "^2.16.1",
"diff": "^5.0.0",
"formidable": "^1.2.2",
"graphql": "^15.4.0",
"graphql": "^15.5.0",
"http-proxy-middleware": "^1.0.6",
"isomorphic-unfetch": "^3.1.0",
"jsonwebtoken": "^8.5.1",
"lodash.get": "^4.4.2",
"memoizee": "^0.4.15",
"micromark": "^2.11.2",
"next": "^10.0.6",
"next-transpile-modules": "^6.0.0",
"next-urql": "^2.1.1",
"next-transpile-modules": "^6.1.0",
"next-urql": "^2.2.0",
"nodemailer": "^6.4.17",
"p-limit": "^3.1.0",
"polished": "^4.0.5",
"pretty-bytes": "^5.4.1",
"polished": "^4.1.0",
"pretty-bytes": "^5.5.0",
"react": "^17.0.1",
"react-ace": "^9.2.1",
"react-autosuggest": "^10.0.4",
"react-ace": "^9.3.0",
"react-autosuggest": "^10.1.0",
"react-dom": "^17.0.1",
"react-dropzone": "^11.2.4",
"react-hook-form": "^6.14.2",
"react-dropzone": "^11.3.0",
"react-hook-form": "^6.15.1",
"react-icons": "^4.1.0",
"react-is": "^17.0.1",
"react-sortable-hoc": "^1.11.0",
Expand All @@ -63,7 +63,7 @@
"sentry-testkit": "^3.2.4",
"strip-markdown": "^4.0.0",
"styled-components": "^5.2.1",
"swr": "^0.3.11",
"swr": "^0.4.1",
"theme-ui": "0.6.0-alpha.6",
"unified": "^9.2.0",
"unist-util-parents": "^1.0.3",
Expand All @@ -73,10 +73,10 @@
"wonka": "^4.0.15"
},
"devDependencies": {
"@socialgouv/eslint-config-react": "^1.46.0",
"@socialgouv/eslint-config-recommended": "^1.46.0",
"@socialgouv/eslint-config-react": "^1.49.0",
"@socialgouv/eslint-config-recommended": "^1.49.0",
"@urql/devtools": "^2.0.2",
"eslint": "^7.17.0",
"eslint": "^7.19.0",
"eslint-plugin-import": "^2.22.1",
"jest-cli": "^26.6.3",
"lint-staged": "^10.5.3",
Expand Down
2 changes: 1 addition & 1 deletion targets/frontend/src/components/editor/CodeEditor.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable-next-line simple-import-sort/sort */
/* eslint-disable simple-import-sort/imports */
import PropTypes from "prop-types";

import AceEditor from "react-ace";
Expand Down
24 changes: 12 additions & 12 deletions targets/ingester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"dependencies": {
"@shared/graphql-client": "^1.0.0-alpha.1",
"@shared/id-generator": "^1.0.0-alpha.1",
"@socialgouv/cdtn-slugify": "^4.40.0",
"@socialgouv/cdtn-sources": "^4.40.0",
"@socialgouv/cdtn-slugify": "^4.41.0",
"@socialgouv/cdtn-sources": "^4.42.0",
"get-uri": "^3.0.2",
"got": "^11.8.1",
"gunzip-maybe": "^1.4.2",
"p-retry": "^4.2.0",
"p-retry": "^4.3.0",
"query-string": "^6.13.8",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
Expand All @@ -24,22 +24,22 @@
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@socialgouv/contributions-data-types": "^3.4.0",
"@socialgouv/datafiller-data-types": "^2.9.0",
"@socialgouv/eslint-config-recommended": "^1.46.0",
"@socialgouv/fiches-travail-data-types": "^4.35.0",
"@socialgouv/fiches-vdd-types": "^2.47.0",
"@socialgouv/kali-data-types": "^2.27.0",
"@socialgouv/legi-data-types": "^2.24.0",
"@socialgouv/contributions-data-types": "^3.8.0",
"@socialgouv/datafiller-data-types": "^2.15.0",
"@socialgouv/eslint-config-recommended": "^1.49.0",
"@socialgouv/fiches-travail-data-types": "^4.59.0",
"@socialgouv/fiches-vdd-types": "^2.72.0",
"@socialgouv/kali-data-types": "^2.45.0",
"@socialgouv/legi-data-types": "^2.27.0",
"@types/gunzip-maybe": "^1.4.0",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.22",
"@types/semver": "^7.3.4",
"@types/tar-fs": "^2.0.0",
"@types/unist": "^2.0.3",
"@vercel/ncc": "0.26.2",
"@vercel/ncc": "0.27.0",
"babel-jest": "^26.6.3",
"eslint": "^7.17.0",
"eslint": "^7.19.0",
"esm": "^3.2.25",
"jest": "^26.6.3",
"lint-staged": "^10.5.3",
Expand Down
Loading

0 comments on commit c6e900b

Please sign in to comment.