Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
67c70303bc chore: bump xdg-basedir from 4.0.0 to 5.1.0
Bumps [xdg-basedir](https://github.com/sindresorhus/xdg-basedir) from 4.0.0 to 5.1.0.
- [Release notes](https://github.com/sindresorhus/xdg-basedir/releases)
- [Commits](https://github.com/sindresorhus/xdg-basedir/compare/v4.0.0...v5.1.0)

---
updated-dependencies:
- dependency-name: xdg-basedir
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-02 08:01:50 +00:00
5 changed files with 12 additions and 11 deletions

View File

@@ -22,8 +22,6 @@ Code v99.99.999
## Unreleased
## [4.122.1](https://github.com/coder/code-server/releases/tag/v4.122.1) - 2026-06-02
Code v1.122.1
### Changed

View File

@@ -15,9 +15,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version:
version: 3.37.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 4.122.1
appVersion: 4.122.0

View File

@@ -6,7 +6,7 @@ replicaCount: 1
image:
repository: codercom/code-server
tag: '4.122.1'
tag: '4.122.0'
pullPolicy: Always
# Specifies one or more secrets to be used when pulling images from a

13
package-lock.json generated
View File

@@ -28,7 +28,7 @@
"safe-compare": "^1.1.4",
"semver": "^7.5.4",
"ws": "^8.14.2",
"xdg-basedir": "^4.0.0"
"xdg-basedir": "^5.1.0"
},
"bin": {
"code-server": "out/node/entry.js"
@@ -6634,12 +6634,15 @@
}
},
"node_modules/xdg-basedir": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz",
"integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-5.1.0.tgz",
"integrity": "sha512-GCPAHLvrIH13+c0SuacwvRYj2SxJXQ4kaVTT5xgL3kPrz56XxkF21IGhjSE1+W0aw7gpBWRGXLCPnPby6lSpmQ==",
"license": "MIT",
"engines": {
"node": ">=8"
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/yn": {

View File

@@ -85,7 +85,7 @@
"safe-compare": "^1.1.4",
"semver": "^7.5.4",
"ws": "^8.14.2",
"xdg-basedir": "^4.0.0"
"xdg-basedir": "^5.1.0"
},
"resolutions": {
"@types/node": "22.x"