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

Release v0.14.6 #2464

Merged
merged 1 commit into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ RUN corepack enable
RUN corepack prepare yarn@stable --activate

# bump to update website
ENV WEBSITE_VERSION 0.11.3
ENV WEBSITE_VERSION 0.11.4
COPY . /workdir

RUN /usr/bin/yarn --cwd website \
&& /usr/bin/yarn --cwd website compile \
&& /usr/bin/yarn --cwd website build

# Main image derived from openvsx-server
FROM ghcr.io/eclipse/openvsx-server:fcac1cf
FROM ghcr.io/eclipse/openvsx-server:v0.14.6

COPY --from=builder --chown=openvsx:openvsx /workdir/website/static/ BOOT-INF/classes/static/
COPY --from=builder --chown=openvsx:openvsx /workdir/configuration/ config/
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repository": "https://github.com/eclipse/open-vsx.org",
"license": "EPL-2.0",
"dependencies": {
"openvsx-webui": "0.11.3"
"openvsx-webui": "0.11.4"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
Expand Down
20 changes: 15 additions & 5 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1634,6 +1634,15 @@ __metadata:
languageName: node
linkType: hard

"express-rate-limit@npm:^7.2.0":
version: 7.2.0
resolution: "express-rate-limit@npm:7.2.0"
peerDependencies:
express: 4 || 5 || ^5.0.0-beta.1
checksum: 1cd33daeeeb3428f8990718512e8c803ca3406d1e99cbc38bcda12056a42ea51319a7bbc357bdc02d79b7f2b508c743895e8805118115cc637e180eb420e643f
languageName: node
linkType: hard

"express@npm:^4.18.2":
version: 4.18.2
resolution: "express@npm:4.18.2"
Expand Down Expand Up @@ -2281,7 +2290,7 @@ __metadata:
"@types/react-router-dom": "npm:^5.3.3"
css-loader: "npm:^6.8.1"
express: "npm:^4.18.2"
openvsx-webui: "npm:0.11.3"
openvsx-webui: "npm:0.11.4"
source-map-loader: "npm:^4.0.1"
style-loader: "npm:^3.3.3"
typescript: "npm:~5.1.6"
Expand All @@ -2302,9 +2311,9 @@ __metadata:
languageName: node
linkType: hard

"openvsx-webui@npm:0.11.3":
version: 0.11.3
resolution: "openvsx-webui@npm:0.11.3"
"openvsx-webui@npm:0.11.4":
version: 0.11.4
resolution: "openvsx-webui@npm:0.11.4"
dependencies:
"@emotion/react": "npm:^11.11.1"
"@emotion/styled": "npm:^11.11.0"
Expand All @@ -2314,6 +2323,7 @@ __metadata:
clipboard-copy: "npm:^4.0.1"
clsx: "npm:^1.2.1"
dompurify: "npm:^3.0.4"
express-rate-limit: "npm:^7.2.0"
fetch-retry: "npm:^5.0.6"
lodash: "npm:^4.17.21"
markdown-it: "npm:^13.0.1"
Expand All @@ -2330,7 +2340,7 @@ __metadata:
react-router-dom: "npm:^6.14.1"
peerDependencies:
"@babel/core": ^7.0.0
checksum: a9722040fbd8eea6063820e46424554def1680c0d4c0c2de2653ce09a110214b1ba5971d4e912070da0ae5a6c8b33c568fc4d4126f839309285410acedc0f73e
checksum: 8c93d9c162979c35fedc8fb9b7cec04fd4d6168d3456f10e83b1dbd741913032b0ffcf6b9098555e6f18dc3d9f710bd5c7128bfeee20ad1869f749794cd0025b
languageName: node
linkType: hard

Expand Down
Loading