Skip to content

Commit fa0e001

Browse files
authored
Move OpenJS.NodeJS.LTS 12.22.12 to OpenJS.NodeJS.12 12.22.12 (#311010)
1 parent e3c98ee commit fa0e001

File tree

4 files changed

+168
-0
lines changed

4 files changed

+168
-0
lines changed
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: OpenJS.NodeJS.12
5+
PackageVersion: 12.22.12
6+
Commands:
7+
- corepack
8+
- node
9+
- npm
10+
- npx
11+
FileExtensions:
12+
- cjs
13+
- js
14+
- mjs
15+
ReleaseDate: 2022-04-05
16+
Installers:
17+
- Architecture: x86
18+
InstallerType: wix
19+
Scope: machine
20+
InstallerUrl: https://nodejs.org/dist/v12.22.12/node-v12.22.12-x86.msi
21+
InstallerSha256: 68A5F1198CF76B85CA9EB8819C1E3FA670AF6440534F59D920D267EA3CC0F402
22+
InstallerSwitches:
23+
InstallLocation: INSTALLDIR="<INSTALLPATH>"
24+
UpgradeBehavior: install
25+
ProductCode: '{FC40B728-3D24-4B80-B058-2DF08AAD9521}'
26+
ElevationRequirement: elevatesSelf
27+
InstallationMetadata:
28+
DefaultInstallLocation: '%ProgramFiles(x86)%\nodejs'
29+
- Architecture: x64
30+
InstallerType: wix
31+
Scope: machine
32+
InstallerUrl: https://nodejs.org/dist/v12.22.12/node-v12.22.12-x64.msi
33+
InstallerSha256: 76102997F9084E1FAA544693AD1DAEEF68394D46AE7E363AD8DF1FA86896133F
34+
InstallerSwitches:
35+
InstallLocation: INSTALLDIR="<INSTALLPATH>"
36+
UpgradeBehavior: install
37+
ProductCode: '{0F6E1F50-886C-4D6D-A9F3-C82282CEF46A}'
38+
ElevationRequirement: elevatesSelf
39+
InstallationMetadata:
40+
DefaultInstallLocation: '%ProgramFiles%\nodejs'
41+
- Architecture: x86
42+
InstallerType: zip
43+
NestedInstallerType: portable
44+
NestedInstallerFiles:
45+
- RelativeFilePath: node-v12.22.12-win-x86/node.exe
46+
PortableCommandAlias: node
47+
InstallerUrl: https://nodejs.org/dist/v12.22.12/node-v12.22.12-win-x86.zip
48+
InstallerSha256: 2F7FA563C9477D5E9FDDC5C22451B21B8A963C9B5004C80DD0140C3A3675A4E8
49+
ArchiveBinariesDependOnPath: true
50+
- Architecture: x64
51+
InstallerType: zip
52+
NestedInstallerType: portable
53+
NestedInstallerFiles:
54+
- RelativeFilePath: node-v12.22.12-win-x64/node.exe
55+
PortableCommandAlias: node
56+
InstallerUrl: https://nodejs.org/dist/v12.22.12/node-v12.22.12-win-x64.zip
57+
InstallerSha256: 09639BAC66D4DC4DD52179968209413AD4B7360E917DCBE8834052A4B936A087
58+
ArchiveBinariesDependOnPath: true
59+
ManifestType: installer
60+
ManifestVersion: 1.10.0
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: OpenJS.NodeJS.12
5+
PackageVersion: 12.22.12
6+
PackageLocale: en-US
7+
Publisher: Node.js Foundation
8+
PublisherUrl: https://openjsf.org/
9+
PublisherSupportUrl: https://github.com/nodejs/node/blob/v12.22.12/.github/SUPPORT.md
10+
PrivacyUrl: https://privacy-policy.openjsf.org/
11+
Author: OpenJS Foundation
12+
PackageName: Node.js 12
13+
PackageUrl: https://nodejs.org/
14+
License: MIT
15+
LicenseUrl: https://github.com/nodejs/node/blob/v12.22.12/LICENSE
16+
Copyright: Copyright Node.js contributors. All rights reserved.
17+
CopyrightUrl: https://trademark-policy.openjsf.org/
18+
ShortDescription: Run JavaScript Everywhere
19+
Description: Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
20+
Moniker: nodejs-12
21+
Tags:
22+
- coding
23+
- cross-platform
24+
- develop
25+
- development
26+
- environment
27+
- javascript
28+
- js
29+
- lts
30+
- node
31+
- npm
32+
- programming
33+
- runtime
34+
- v8
35+
ReleaseNotes: |-
36+
Notable Changes
37+
This is planned to be the final Node.js 12 release. Node.js 12 will
38+
reach End-of-Life status on 30 April 2022, after which it will no
39+
receive updates. You are strongly advised to migrate your applications
40+
to Node.js 16 or 14 (both of which are Long Term Support (LTS) releases)
41+
to continue to receive future security updates beyond 30 April 2022.
42+
This release fixes a shutdown crash in Node-API (formerly N-API) and a
43+
potential stack overflow when using vm.runInNewContext().
44+
The list of GPG keys used to sign releases and instructions on how to
45+
fetch the keys for verifying binaries has been synchronized with the
46+
main branch.
47+
Commits
48+
- [1193290f3f] - deps: V8: cherry-pick cc9a8a37445e (devsnek) #42065
49+
- [333eda8d03] - doc: add a note about possible missing lines to readline.asyncIterator (Igor Mikhalev) #34675
50+
- [518a49c0c6] - doc: use openpgp.org for keyserver examples (Nick Schonning) #39227
51+
- [11aef2ad03] - doc: update release key for Danielle Adams (Danielle Adams) #36793
52+
- [a9c38f1003] - doc: add release key for Danielle Adams (Danielle Adams) #35545
53+
- [a35f553889] - doc: add release key for Bryan English (Bryan English) #42102
54+
- [5f104e3218] - node-api: cctest on v8impl::Reference (legendecas) #38970
55+
- [e23c04f0dc] - node-api: avoid SecondPassCallback crash (Michael Dawson) #38899
56+
- [a7224c9559] - node-api: fix shutdown crashes (Michael Dawson) #38492
57+
- [81b4dc88f1] - node-api: make reference weak parameter an indirect link to references (Chengzhong Wu) #38000
58+
- [2aa9ca1ea9] - node-api: fix crash in finalization (Michael Dawson) #37876
59+
- [a2f4206415] - node-api: stop ref gc during environment teardown (Gabriel Schulhof) #37616
60+
- [171bb66ccc] - node-api: force env shutdown deferring behavior (Gabriel Schulhof) #37303
61+
- [e707514c80] - src: fix finalization crash (James M Snell) #38250
62+
ReleaseNotesUrl: https://github.com/nodejs/node/releases/tag/v12.22.12
63+
Documentations:
64+
- DocumentLabel: Learn
65+
DocumentUrl: https://nodejs.org/learn/
66+
- DocumentLabel: Documentation
67+
DocumentUrl: https://nodejs.org/docs/v12.22.12/api/
68+
- DocumentLabel: About
69+
DocumentUrl: https://nodejs.org/about/
70+
ManifestType: defaultLocale
71+
ManifestVersion: 1.10.0
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json
3+
4+
PackageIdentifier: OpenJS.NodeJS.12
5+
PackageVersion: 12.22.12
6+
PackageLocale: zh-CN
7+
ShortDescription: 在任何地方运行 JavaScript
8+
Description: Node.js® 是一个免费、开源、跨平台的 JavaScript 运行时环境,它让开发人员能够创建服务器、Web 应用、命令行工具和脚本。
9+
Tags:
10+
- javascript
11+
- js
12+
- node
13+
- npm
14+
- v8
15+
- 开发
16+
- 环境
17+
- 编码
18+
- 编程
19+
- 跨平台
20+
- 运行时
21+
Documentations:
22+
- DocumentLabel: 学习
23+
DocumentUrl: https://nodejs.org/zh-cn/learn/
24+
- DocumentLabel: 文档
25+
DocumentUrl: https://nodejs.org/docs/v12.22.12/api/
26+
- DocumentLabel: 关于
27+
DocumentUrl: https://nodejs.org/zh-cn/about/
28+
ManifestType: locale
29+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: OpenJS.NodeJS.12
5+
PackageVersion: 12.22.12
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)