Author SHA1 Message Date
renovate d7d150dee2 Update node Docker tag to v26 2026-08-29 13:16:03 +00:00
2 changed files with 11 additions and 11 deletions
+5 -5
View File
@@ -13,22 +13,22 @@ trigger:
steps: steps:
- name: install - name: install
image: node:25 image: node:26
commands: commands:
- yarn install --frozen-lockfile - yarn install --frozen-lockfile
- name: lint - name: lint
image: node:25 image: node:26
commands: commands:
- yarn lint - yarn lint
- name: build - name: build
image: node:25 image: node:26
commands: commands:
- yarn build - yarn build
- name: unit-tests - name: unit-tests
image: node:25 image: node:26
environment: environment:
NODE_OPTIONS: --no-webstorage NODE_OPTIONS: --no-webstorage
commands: commands:
@@ -67,7 +67,7 @@ trigger:
steps: steps:
- name: publish-npm - name: publish-npm
image: node:25 image: node:26
environment: environment:
NEXUS_NPM_TOKEN: NEXUS_NPM_TOKEN:
from_secret: nexus_npm_token from_secret: nexus_npm_token
+6 -6
View File
@@ -168,9 +168,9 @@
"@babel/helper-plugin-utils" "^7.27.1" "@babel/helper-plugin-utils" "^7.27.1"
"@babel/runtime@^7.12.5": "@babel/runtime@^7.12.5":
version "7.29.7" version "7.28.6"
resolved "https://nexus.beatrice.wtf/repository/npm-group/@babel/runtime/-/runtime-7.29.7.tgz#12022450c45a4da6d8d8287b18a4ff2ddb23f768" resolved "https://nexus.beatrice.wtf/repository/npm-group/@babel/runtime/-/runtime-7.28.6.tgz#d267a43cb1836dc4d182cce93ae75ba954ef6d2b"
integrity sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw== integrity sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==
"@babel/template@^7.28.6": "@babel/template@^7.28.6":
version "7.28.6" version "7.28.6"
@@ -654,9 +654,9 @@
redent "^3.0.0" redent "^3.0.0"
"@testing-library/react@^16.3.0": "@testing-library/react@^16.3.0":
version "16.3.3" version "16.3.2"
resolved "https://nexus.beatrice.wtf/repository/npm-group/@testing-library/react/-/react-16.3.3.tgz#426907e7716f37038dab8aa69d8f0459f9ec24b2" resolved "https://nexus.beatrice.wtf/repository/npm-group/@testing-library/react/-/react-16.3.2.tgz#672883b7acb8e775fc0492d9e9d25e06e89786d0"
integrity sha512-Uo193NgQbPMz6lrrhtRQQFcMC6Re/ELLFbbuVL30WDlZxlpZf9/lMHTAVxPRLw1q1iu9OJmR1c2BLiENRstdBg== integrity sha512-XU5/SytQM+ykqMnAnvB2umaJNIOsLF3PVv//1Ew4CTcpz0/BRyy/af40qqrt7SjKpDdT1saBMc42CUok5gaw+g==
dependencies: dependencies:
"@babel/runtime" "^7.12.5" "@babel/runtime" "^7.12.5"