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

add deprecation to nodejs 16 #337

Merged
merged 3 commits into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
9 changes: 8 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,14 @@
"stacks/go/1.0.2/**",
"stacks/go/1.1.0/**",
"stacks/go/2.0.0/**",
"stacks/go/2.1.0/**"
"stacks/go/2.1.0/**",
"stacks/nodejs/2.1.1/**",
"stacks/nodejs-angular/2.0.2/**",
"stacks/nodejs-nextjs/1.0.3/**",
"stacks/nodejs-nuxtjs/1.0.3/**",
"stacks/nodejs-react/2.0.2/**",
"stacks/nodejs-svelte/1.0.3/**",
"stacks/nodejs-vue/1.0.2/**"
],
"prHourlyLimit": 20,
"prConcurrentLimit": 10
Expand Down
1 change: 1 addition & 0 deletions stacks/nodejs-angular/2.0.2/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ metadata:
tags:
- Node.js
- Angular
- Deprecated
projectType: Angular
language: TypeScript
provider: Red Hat
Expand Down
2 changes: 1 addition & 1 deletion stacks/nodejs-angular/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ displayName: Angular
icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/angular.svg
versions:
- version: 2.0.2
default: true # should have one and only one default version
- version: 2.1.0
default: true # should have one and only one default version
thepetk marked this conversation as resolved.
Show resolved Hide resolved
- version: 2.2.0
1 change: 1 addition & 0 deletions stacks/nodejs-nextjs/1.0.3/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ metadata:
tags:
- Node.js
- Next.js
- Deprecated
projectType: Next.js
language: TypeScript
provider: Red Hat
Expand Down
2 changes: 1 addition & 1 deletion stacks/nodejs-nextjs/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ displayName: Next.js
icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/next-js.svg
versions:
- version: 1.0.3
default: true # should have one and only one default version
- version: 1.1.0
default: true # should have one and only one default version
thepetk marked this conversation as resolved.
Show resolved Hide resolved
- version: 1.2.0
1 change: 1 addition & 0 deletions stacks/nodejs-nuxtjs/1.0.3/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:
tags:
- Node.js
- Nuxt.js
- Deprecated
projectType: Nuxt.js
language: TypeScript
provider: Red Hat
Expand Down
2 changes: 1 addition & 1 deletion stacks/nodejs-nuxtjs/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ displayName: Nuxt.js
icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/nuxt-js.svg
versions:
- version: 1.0.3
default: true # should have one and only one default version
- version: 1.1.0
default: true # should have one and only one default version
thepetk marked this conversation as resolved.
Show resolved Hide resolved
- version: 1.2.0
1 change: 1 addition & 0 deletions stacks/nodejs-react/2.0.2/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:
tags:
- Node.js
- React
- Deprecated
projectType: React
language: TypeScript
provider: Red Hat
Expand Down
2 changes: 1 addition & 1 deletion stacks/nodejs-react/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ displayName: React
icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/react.svg
versions:
- version: 2.0.2
default: true # should have one and only one default version
- version: 2.1.0
default: true # should have one and only one default version
thepetk marked this conversation as resolved.
Show resolved Hide resolved
- version: 2.2.0
1 change: 1 addition & 0 deletions stacks/nodejs-svelte/1.0.3/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:
tags:
- Node.js
- Svelte
- Deprecated
projectType: Svelte
language: TypeScript
provider: Red Hat
Expand Down
1 change: 1 addition & 0 deletions stacks/nodejs-svelte/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main
versions:
- version: 1.0.3
- version: 1.1.0
default: true # should have one and only one default version
- version: 1.2.0
- version: 1.2.1
default: true # should have one and only one default version
1 change: 1 addition & 0 deletions stacks/nodejs-vue/1.0.2/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:
tags:
- Node.js
- Vue
- Deprecated
projectType: Vue
language: TypeScript
provider: Red Hat
Expand Down
2 changes: 1 addition & 1 deletion stacks/nodejs-vue/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ displayName: Vue
icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/vue.svg
versions:
- version: 1.0.2
default: true # should have one and only one default version
- version: 1.1.0
default: true # should have one and only one default version
- version: 1.2.0
thepetk marked this conversation as resolved.
Show resolved Hide resolved
1 change: 1 addition & 0 deletions stacks/nodejs/2.1.1/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:
- Node.js
- Express
- ubi8
- Deprecated
projectType: Node.js
language: JavaScript
version: 2.1.1
Expand Down
2 changes: 1 addition & 1 deletion stacks/nodejs/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ displayName: Node.js Runtime
icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/node-js.svg
versions:
- version: 2.1.1
default: true # should have one and only one default version
- version: 2.2.0
default: true # should have one and only one default version
Loading