Skip to content

Commit 0a8d394

Browse files
authored
Merge pull request #1724 from tidepool-org/update-deps-feb26
Update dependencies - February 2026
2 parents bea5555 + c603c96 commit 0a8d394

File tree

7 files changed

+2055
-2303
lines changed

7 files changed

+2055
-2303
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
export NVM_DIR="$HOME/.nvm"
2727
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
2828
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
29-
nvm install v22.19.0
30-
nvm alias default v22.19.0
29+
nvm install v24.11.1
30+
nvm alias default v24.11.1
3131
- run: node -v
3232
- run: npm install --global node-gyp
3333
- run: echo $SHELL
@@ -110,7 +110,7 @@ jobs:
110110
BASH_ENV: ".circleci/bash_env.sh"
111111
DISPLAY: ":99"
112112
docker:
113-
- image: cimg/node:22.19.0-browsers
113+
- image: cimg/node:24.11.1-browsers
114114
steps:
115115
- setup_remote_docker:
116116
version: docker23
@@ -145,8 +145,8 @@ jobs:
145145
- run: pwsh.exe -command "Register-PSRepository -Name 'Nuget' -SourceLocation 'https://api.nuget.org/v3/index.json' -InstallationPolicy Trusted"
146146
- run: python -m pip install packaging
147147
- run: pip install setuptools
148-
- run: nvm install v22.19.0
149-
- run: nvm use v22.19.0
148+
- run: nvm install v24.11.1
149+
- run: nvm use v24.11.1
150150
- run: node -v
151151
- run: npm install --global npm@8 node-gyp
152152
- run: npm -v

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.19.0
1+
24.11.1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.19.0-alpine as base
1+
FROM node:24.11.1-alpine as base
22
WORKDIR /app
33
RUN mkdir -p dist node_modules .yarn-cache && chown -R node:node .
44

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tidepool-uploader",
33
"productName": "tidepool-uploader",
4-
"version": "2.64.1-tandem-fsl3plus",
4+
"version": "2.64.1-update-deps-feb26.1",
55
"description": "Tidepool Project Universal Uploader",
66
"main": "./main.prod.js",
77
"author": {

0 commit comments

Comments
 (0)