Skip to content

Commit

Permalink
add deprecation to nodejs 16 (#337)
Browse files Browse the repository at this point in the history
* add deprecation to nodejs 16

Signed-off-by: Jordan Dubrick <[email protected]>

* fix typo

Signed-off-by: Jordan Dubrick <[email protected]>

* remove duplicate default version from svelte

Signed-off-by: Jordan Dubrick <[email protected]>

---------

Signed-off-by: Jordan Dubrick <[email protected]>
  • Loading branch information
Jdubrick authored Mar 25, 2024
1 parent c716c15 commit 2675083
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 7 deletions.
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
- 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
- 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
- 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
- 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-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
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

0 comments on commit 2675083

Please sign in to comment.