Skip to content

Commit 13cd2e4

Browse files
authored
chore(main): release 3.0.0 (#394)
* chore(main): release 3.0.0 * chore: update SBOM Signed-off-by: NodeShift Bot (As Luke Holmquist) <[email protected]> --------- Signed-off-by: NodeShift Bot (As Luke Holmquist) <[email protected]>
1 parent 63346be commit 13cd2e4

File tree

4 files changed

+46
-18
lines changed

4 files changed

+46
-18
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.0.0](https://github.com/nodeshift/faas-js-runtime/compare/v2.5.0...v3.0.0) (2025-06-05)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* remove Node 16 and 18 support ([#410](https://github.com/nodeshift/faas-js-runtime/issues/410))
11+
12+
### Features
13+
14+
* add node 24 support ([#407](https://github.com/nodeshift/faas-js-runtime/issues/407)) ([c4783a7](https://github.com/nodeshift/faas-js-runtime/commit/c4783a752f1e6fe9fa54fcf1d29ae2d30230be18))
15+
* remove Node 16 and 18 support ([#410](https://github.com/nodeshift/faas-js-runtime/issues/410)) ([63346be](https://github.com/nodeshift/faas-js-runtime/commit/63346be054bbe937db911f8ecf2af956259e120a))
16+
* upgrade @cyclonedx/cyclonedx-npm from 1.16.1 to 2.0.0 ([#389](https://github.com/nodeshift/faas-js-runtime/issues/389)) ([50e0f51](https://github.com/nodeshift/faas-js-runtime/commit/50e0f51111a0d941c818d5e9e19d43f5809ebe43))
17+
* upgrade commander from 11.0.0 to 13.1.0 ([#390](https://github.com/nodeshift/faas-js-runtime/issues/390)) ([8ee0258](https://github.com/nodeshift/faas-js-runtime/commit/8ee02585c60fcad5328c9e9858c130764a8fd849))
18+
19+
20+
### Bug Fixes
21+
22+
* package.json & package-lock.json to reduce vulnerabilities ([#409](https://github.com/nodeshift/faas-js-runtime/issues/409)) ([25c37e4](https://github.com/nodeshift/faas-js-runtime/commit/25c37e4eea61ce753912dfafff02eeb787b81b64))
23+
* upgrade typescript from 5.2.2 to 5.7.3 ([#385](https://github.com/nodeshift/faas-js-runtime/issues/385)) ([6978e92](https://github.com/nodeshift/faas-js-runtime/commit/6978e92d0b1e2a8aeccf4a10cef9904487709a5d))
24+
525
## [2.5.0](https://github.com/nodeshift/faas-js-runtime/compare/v2.4.1...v2.5.0) (2025-02-17)
626

727

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "faas-js-runtime",
3-
"version": "2.5.0",
3+
"version": "3.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/nodeshift/faas-js-runtime.git"

sbom.json

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"bomFormat": "CycloneDX",
44
"specVersion": "1.6",
55
"version": 1,
6-
"serialNumber": "urn:uuid:607d1b32-90da-4ff6-af36-62a7567d4f51",
6+
"serialNumber": "urn:uuid:9d4f2021-b84e-4a99-aa11-07612c626070",
77
"metadata": {
8-
"timestamp": "2025-02-17T20:45:50.434Z",
8+
"timestamp": "2025-06-05T16:57:51.239Z",
99
"tools": {
1010
"components": [
1111
{
@@ -17,7 +17,7 @@
1717
"type": "application",
1818
"name": "cyclonedx-npm",
1919
"group": "@cyclonedx",
20-
"version": "2.0.0",
20+
"version": "3.0.0",
2121
"author": "Jan Kowalleck",
2222
"description": "Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.",
2323
"licenses": [
@@ -49,7 +49,7 @@
4949
"type": "library",
5050
"name": "cyclonedx-library",
5151
"group": "@cyclonedx",
52-
"version": "7.1.0",
52+
"version": "8.3.0",
5353
"author": "Jan Kowalleck",
5454
"description": "Core functionality of CycloneDX for JavaScript (Node.js or WebBrowser).",
5555
"licenses": [
@@ -82,8 +82,8 @@
8282
"component": {
8383
"type": "application",
8484
"name": "faas-js-runtime",
85-
"version": "2.5.0",
86-
"bom-ref": "faas-js-runtime@2.5.0",
85+
"version": "3.0.0",
86+
"bom-ref": "faas-js-runtime@3.0.0",
8787
"author": "Red Hat, Inc.",
8888
"description": "A Node.js framework for executing arbitrary functions in response to HTTP or cloud events",
8989
"licenses": [
@@ -94,7 +94,7 @@
9494
}
9595
}
9696
],
97-
"purl": "pkg:npm/faas-js-runtime@2.5.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnodeshift%2Ffaas-js-runtime.git",
97+
"purl": "pkg:npm/faas-js-runtime@3.0.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnodeshift%2Ffaas-js-runtime.git",
9898
"externalReferences": [
9999
{
100100
"url": "git+https://github.com/nodeshift/faas-js-runtime.git",
@@ -792,17 +792,25 @@
792792
{
793793
"type": "library",
794794
"name": "commander",
795-
"version": "11.0.0",
796-
"bom-ref": "[email protected]",
797-
"purl": "pkg:npm/[email protected]",
795+
"version": "13.1.0",
796+
"bom-ref": "[email protected]",
797+
"licenses": [
798+
{
799+
"license": {
800+
"id": "MIT",
801+
"acknowledgement": "declared"
802+
}
803+
}
804+
],
805+
"purl": "pkg:npm/[email protected]",
798806
"externalReferences": [
799807
{
800-
"url": "https://registry.npmjs.org/commander/-/commander-11.0.0.tgz",
808+
"url": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
801809
"type": "distribution",
802810
"hashes": [
803811
{
804812
"alg": "SHA-512",
805-
"content": "f473255edb7f04da18afca28ca38cd45d22294e4e45495c1f86871313b4e2b09344788f8952e0da63baa991c6ba017e77d34874081d007bc2bc878576ab36399"
813+
"content": "feb15e0a934941b852663195c0ef51155df13ea6e71114bc326210cc2b43ff397a82926e57f6cc2ee37dda81b717b77ca031071d1aee8d25cd52bf1fa639ed2b"
806814
}
807815
],
808816
"comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
@@ -3094,10 +3102,10 @@
30943102
],
30953103
"dependencies": [
30963104
{
3097-
"ref": "faas-js-runtime@2.5.0",
3105+
"ref": "faas-js-runtime@3.0.0",
30983106
"dependsOn": [
30993107
3100-
"commander@11.0.0",
3108+
"commander@13.1.0",
31013109
31023110
31033111
@@ -3275,7 +3283,7 @@
32753283
]
32763284
},
32773285
{
3278-
"ref": "commander@11.0.0"
3286+
"ref": "commander@13.1.0"
32793287
},
32803288
{
32813289

0 commit comments

Comments
 (0)