Skip to content

Commit

Permalink
Merge pull request #4413 from mendersoftware/master
Browse files Browse the repository at this point in the history
staging alignment
  • Loading branch information
mzedel committed May 15, 2024
2 parents 97f051e + 7a67f24 commit 4346082
Show file tree
Hide file tree
Showing 17 changed files with 543 additions and 587 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"plugin:import/warnings",
"plugin:react-hooks/recommended",
"plugin:react/recommended",
"plugin:sonarjs/recommended"
"plugin:sonarjs/recommended-legacy"
],
"settings": {
"import/resolver": {
Expand Down
12 changes: 9 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ updates:
- '@emotion*'
- '@mui*'
reviewers:
- "mendersoftware/frontend-dependabot-reviewers"
- 'mendersoftware/frontend-dependabot-reviewers'
- commit-message:
prefix: chore
directory: /
Expand All @@ -38,8 +38,14 @@ updates:
interval: monthly
day: saturday
groups:
playwright:
patterns:
- '@playwright*'
- 'playwright*'
e2e-test-dependencies:
dependency-type: development
exclude-patterns:
- '*'
- '@playwright*'
- 'playwright*'
reviewers:
- "mendersoftware/frontend-dependabot-reviewers"
- 'mendersoftware/frontend-dependabot-reviewers'
10 changes: 5 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: node:20-alpine
image: node:22-alpine

stages:
- pre-test
Expand All @@ -11,8 +11,8 @@ stages:
variables:
DOCKER_REPOSITORY: mendersoftware/gui
DOCS_VERSION: development
MULTIPLATFORM_BUILD: "true"
MULTIPLATFORM_PLATFORMS: "linux/amd64,linux/arm64"
MULTIPLATFORM_BUILD: 'true'
MULTIPLATFORM_PLATFORMS: 'linux/amd64,linux/arm64'

include:
- project: 'Northern.tech/Mender/mendertesting'
Expand Down Expand Up @@ -503,8 +503,8 @@ coveralls:done:
SYNC_IMAGE_TAG: $DOCKER_PUBLISH_COMMIT_TAG
CONTAINER: gui
DOCKER_PUBLISH_COMMIT_TAG: ${CI_COMMIT_REF_NAME}_${CI_COMMIT_SHA}
GITHUB_HELM_REPO: "github.com/mendersoftware/mender-helm.git"
CHART_DIR: "mender"
GITHUB_HELM_REPO: 'github.com/mendersoftware/mender-helm.git'
CHART_DIR: 'mender'

trigger:mender-helm-version-bump:staging:
extends:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM node:22.0.0-alpine AS base
FROM --platform=$BUILDPLATFORM node:22.1.0-alpine AS base
WORKDIR /usr/src/app
COPY package-lock.json package.json ./
RUN npm ci
Expand Down

0 comments on commit 4346082

Please sign in to comment.