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

Dependency updates #2284

Merged
merged 30 commits into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
9771aa8
Update docker/setup-buildx-action action from vv3.2.0 to v3.3.0 (#2272)
renovate[bot] Apr 8, 2024
0a2e9fb
Update dependency eslint from v8.57.0 to v9.0.0 (#2266)
renovate[bot] Apr 8, 2024
eaf0bce
Update dependency @testing-library/react from v14.2.2 to v14.3.0 (#2286)
renovate[bot] Apr 8, 2024
8c3ac2b
Update typescript-eslint monorepo from v7.5.0 to v7.6.0 (#2287)
renovate[bot] Apr 8, 2024
1350074
Update dependency @types/react from v18.2.74 to v18.2.75 (#2288)
renovate[bot] Apr 9, 2024
9a651c6
Update dependency @types/node from v20.12.5 to v20.12.6 (#2291)
renovate[bot] Apr 9, 2024
4eb1a62
Update dependency @cypress/code-coverage from v3.12.33 to v3.12.34 (#…
renovate[bot] Apr 9, 2024
76479df
Update dependency @types/node from v20.12.6 to v20.12.7 (#2302)
renovate[bot] Apr 10, 2024
3a1d2f0
Update codecov/codecov-action action from vv4.2.0 to v4.3.0 (#2301)
renovate[bot] Apr 10, 2024
220517e
Update dependency typescript from v5.4.4 to v5.4.5 (#2309)
renovate[bot] Apr 10, 2024
025626e
Update dependency algoliasearch from v4.23.2 to v4.23.3 (#2312)
renovate[bot] Apr 11, 2024
7e689c7
Update dependency @testing-library/react from v14.3.0 to v15.0.0 (#2311)
renovate[bot] Apr 11, 2024
1d90697
Update dependency decap-cms-app from v3.1.8 to v3.1.9 (#2316)
renovate[bot] Apr 11, 2024
67e5f2f
Update tanstack-query monorepo from v5.29.0 to v5.29.2 (#2317)
renovate[bot] Apr 11, 2024
0de21e8
Update Node.js to v20.12.2 (#2320)
renovate[bot] Apr 11, 2024
d7bf4e5
Update dependency @testing-library/react from v15.0.0 to v15.0.1 (#2321)
renovate[bot] Apr 11, 2024
ad2bd04
Update dependency cypress from v13.7.2 to v13.7.3 (#2322)
renovate[bot] Apr 12, 2024
10f8d4e
Update react monorepo (#2323)
renovate[bot] Apr 12, 2024
daca20f
Update nextjs monorepo from v14.1.4 to v14.2.0 (#2324)
renovate[bot] Apr 12, 2024
c24a58c
Update vitest monorepo from v1.4.0 to v1.5.0 (#2326)
renovate[bot] Apr 12, 2024
eefad10
Update sentry-javascript monorepo from v7.109.0 to v7.110.0 (#2325)
renovate[bot] Apr 12, 2024
f3ee780
Strapi-oppdateringer (#2327)
arnfinn Apr 12, 2024
adf6538
Update strapi monorepo from v4.20.3 to v4.23.0 (#2102)
renovate[bot] Apr 12, 2024
f3725d3
Update nextjs monorepo from v14.2.0 to v14.2.1 (#2331)
renovate[bot] Apr 13, 2024
4be1512
Update dependency @testing-library/react from v15.0.1 to v15.0.2 (#2332)
renovate[bot] Apr 13, 2024
97bf26a
Update dependency @types/react from v18.2.77 to v18.2.78 (#2333)
renovate[bot] Apr 13, 2024
b9f01a6
Update dependency react-icons from v5.0.1 to v5.1.0 (#2334)
renovate[bot] Apr 15, 2024
e0ed6cc
Update sentry-javascript monorepo from v7.110.0 to v7.110.1 (#2335)
renovate[bot] Apr 15, 2024
4252afd
Update typescript-eslint monorepo from v7.6.0 to v7.7.0 (#2336)
renovate[bot] Apr 15, 2024
4a4f8ce
Update dependency @types/react from v18.2.78 to v18.2.79 (#2337)
renovate[bot] Apr 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
type=ref,event=branch
type=ref,event=pr
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.2.0
uses: docker/setup-buildx-action@v3.3.0
- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v3.1.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
- run: yarn run test
- name: Code coverage
if: matrix.node-version == '20.x'
uses: codecov/codecov-action@v4.2.0
uses: codecov/codecov-action@v4.3.0
2 changes: 1 addition & 1 deletion apps/api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.12.1-alpine
FROM node:20.12.2-alpine
WORKDIR /app
COPY package*.json ./
RUN yarn install --only=production && yarn cache clean
Expand Down
10 changes: 5 additions & 5 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@
"knex": "3.1.0",
"mysql": "2.18.1",
"simple-oauth2": "5.0.0",
"typescript": "5.4.4"
"typescript": "5.4.5"
},
"devDependencies": {
"@types/apicache": "1.6.6",
"@types/compression": "1.7.5",
"@types/cors": "2.8.17",
"@types/express": "4.17.21",
"@types/simple-oauth2": "5.0.7",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"eslint": "8.57.0",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"eslint": "9.0.0",
"prettier": "3.2.5",
"ts-node-dev": "2.0.0",
"types": "*",
"typescript": "5.4.4"
"typescript": "5.4.5"
},
"packageManager": "yarn@4.1.1"
}
34 changes: 17 additions & 17 deletions apps/skde/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"dependencies": {
"@mui/icons-material": "5.15.15",
"@mui/material": "5.15.15",
"@sentry/browser": "7.109.0",
"@sentry/react": "7.109.0",
"@tanstack/react-query": "5.29.0",
"@tanstack/react-query-devtools": "5.29.0",
"@sentry/browser": "7.110.1",
"@sentry/react": "7.110.1",
"@tanstack/react-query": "5.29.2",
"@tanstack/react-query-devtools": "5.29.2",
"@visx/axis": "3.10.1",
"@visx/group": "3.3.0",
"@visx/legend": "3.5.0",
Expand All @@ -39,16 +39,16 @@
"d3-scale": "4.0.2",
"d3-shape": "3.2.0",
"d3-time-format": "4.1.0",
"decap-cms-app": "3.1.8",
"decap-cms-app": "3.1.9",
"decap-cms-core": "3.3.6",
"gray-matter": "4.0.3",
"iframe-resizer-react": "1.1.0",
"lodash": "4.17.21",
"next": "14.1.4",
"next": "14.2.1",
"next-query-params": "5.0.0",
"qmongjs": "*",
"react": "18.2.0",
"react-icons": "5.0.1",
"react-icons": "5.1.0",
"react-spring": "9.7.3",
"rehype-raw": "7.0.0",
"rehype-slug": "6.0.0",
Expand All @@ -58,29 +58,29 @@
"use-query-params": "2.2.1"
},
"devDependencies": {
"@cypress/code-coverage": "3.12.33",
"@testing-library/react": "14.2.2",
"@cypress/code-coverage": "3.12.34",
"@testing-library/react": "15.0.2",
"@types/d3-array": "3.2.1",
"@types/d3-format": "3.0.4",
"@types/d3-geo": "3.1.0",
"@types/d3-scale": "4.0.8",
"@types/d3-shape": "3.1.6",
"@types/d3-time-format": "4.0.3",
"@types/node": "20.12.5",
"@types/react": "18.2.74",
"@types/node": "20.12.7",
"@types/react": "18.2.79",
"@vitejs/plugin-react": "4.2.1",
"@vitest/coverage-v8": "1.4.0",
"cypress": "13.7.2",
"eslint": "8.57.0",
"eslint-config-next": "14.1.4",
"@vitest/coverage-v8": "1.5.0",
"cypress": "13.7.3",
"eslint": "9.0.0",
"eslint-config-next": "14.2.1",
"husky": "9.0.11",
"next-router-mock": "0.9.13",
"prettier": "3.2.5",
"react-markdown": "9.0.1",
"react-scripts": "5.0.1",
"start-server-and-test": "2.0.3",
"typescript": "5.4.4",
"vitest": "1.4.0"
"typescript": "5.4.5",
"vitest": "1.5.0"
},
"packageManager": "yarn@4.1.1"
}
10 changes: 5 additions & 5 deletions apps/strapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"strapi": "strapi"
},
"dependencies": {
"@strapi/plugin-cloud": "4.20.3",
"@strapi/plugin-i18n": "4.20.3",
"@strapi/plugin-users-permissions": "4.20.3",
"@strapi/strapi": "4.20.3",
"better-sqlite3": "9.4.3",
"@strapi/plugin-cloud": "4.23.0",
"@strapi/plugin-i18n": "4.23.0",
"@strapi/plugin-users-permissions": "4.23.0",
"@strapi/strapi": "4.23.0",
"better-sqlite3": "9.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.22.3",
Expand Down
88 changes: 44 additions & 44 deletions apps/strapi/src/plugins/atlas-editor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/strapi/src/plugins/atlas-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"react-dom": "^18.2.0",
"react-router-dom": "^5.3.4",
"styled-components": "^5.3.6",
"typescript": "5.4.4"
"typescript": "5.4.5"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"start": "ts-node src/index.ts"
},
"dependencies": {
"algoliasearch": "4.23.2",
"algoliasearch": "4.23.3",
"env-var": "7.4.1",
"ts-node": "10.9.2"
}
Expand Down
22 changes: 11 additions & 11 deletions packages/qmongjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
},
"devDependencies": {
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.2",
"@testing-library/react": "15.0.2",
"@testing-library/user-event": "14.5.2",
"@types/d3": "7.4.3",
"@types/d3-format": "3.0.4",
"@types/react": "18.2.74",
"@types/react": "18.2.79",
"@types/react-select": "5.0.1",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"@vitejs/plugin-react": "4.2.1",
"@vitest/coverage-v8": "1.4.0",
"eslint": "8.57.0",
"@vitest/coverage-v8": "1.5.0",
"eslint": "9.0.0",
"jsdom": "24.0.0",
"next-query-params": "5.0.0",
"next-router-mock": "0.9.13",
Expand All @@ -33,22 +33,22 @@
"react-scripts": "5.0.1",
"remark-gfm": "4.0.0",
"types": "*",
"typescript": "5.4.4",
"vitest": "1.4.0"
"typescript": "5.4.5",
"vitest": "1.5.0"
},
"dependencies": {
"@mui/icons-material": "5.15.15",
"@mui/material": "5.15.15",
"@mui/x-tree-view": "6.17.0",
"@tanstack/react-query": "5.29.0",
"@tanstack/react-query": "5.29.2",
"@visx/event": "3.3.0",
"@visx/tooltip": "3.3.0",
"d3": "7.9.0",
"d3-format": "3.1.0",
"next": "14.1.4",
"next": "14.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "5.0.1",
"react-icons": "5.1.0",
"react-select": "5.8.0",
"resize-observer-polyfill": "1.5.1",
"use-query-params": "2.2.1"
Expand Down
Loading
Loading