Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Dec 17, 2024
1 parent 5b2d9ad commit 5f15e1c
Show file tree
Hide file tree
Showing 26 changed files with 225 additions and 17 deletions.
21 changes: 21 additions & 0 deletions .changeset/clever-squids-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
'@openfn/describe-package': patch
'@openfn/lightning-mock': patch
'@openfn/engine-multi': patch
'@openfn/ws-worker': patch
'@openfn/compiler': patch
'@openfn/runtime': patch
'@openfn/deploy': patch
'@openfn/logger': patch
'@openfn/cli': patch
---

Ensure support for node 18,20 and 22.

This update ensures compatibility with node 18 LTS, 20 LTS, and 22.12.

Most of the changes are in the build and test suites and have only minor impact on production code. No issues are anticipated as as result of this change.

Early versions may fail on node 20 and 22.

Support for node 18 will be removed in late 2025.
5 changes: 0 additions & 5 deletions .changeset/dirty-ducks-fry.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/dts-inspector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# dts-inspector

## 1.0.22

### Patch Changes

- Updated dependencies
- @openfn/describe-package@0.1.4

## 1.0.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/dts-inspector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dts-inspector",
"version": "1.0.21",
"version": "1.0.22",
"description": "",
"main": "index.js",
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions integration-tests/execute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @openfn/integration-tests-execute

## 1.0.12

### Patch Changes

- Updated dependencies
- Updated dependencies [8904af2]
- @openfn/compiler@0.4.3
- @openfn/runtime@1.5.4

## 1.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/execute/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openfn/integration-tests-execute",
"private": true,
"version": "1.0.11",
"version": "1.0.12",
"description": "Job execution tests",
"author": "Open Function Group <[email protected]>",
"license": "ISC",
Expand Down
10 changes: 10 additions & 0 deletions integration-tests/worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @openfn/integration-tests-worker

## 1.0.70

### Patch Changes

- Updated dependencies
- @openfn/lightning-mock@2.0.27
- @openfn/engine-multi@1.4.6
- @openfn/ws-worker@1.8.7
- @openfn/logger@1.0.3

## 1.0.69

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/worker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openfn/integration-tests-worker",
"private": true,
"version": "1.0.69",
"version": "1.0.70",
"description": "Lightning WOrker integration tests",
"author": "Open Function Group <[email protected]>",
"license": "ISC",
Expand Down
22 changes: 22 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @openfn/cli

## 1.9.1

### Patch Changes

- Ensure support for node 18,20 and 22.

This update ensures compatibility with node 18 LTS, 20 LTS, and 22.12.

Most of the changes are in the build and test suites and have only minor impact on production code. No issues are anticipated as as result of this change.

Prior releases may fail on node version >=20.

Support for node 18 will be removed in late 2025.

- Updated dependencies
- Updated dependencies [8904af2]
- @openfn/describe-package@0.1.4
- @openfn/compiler@0.4.3
- @openfn/runtime@1.5.4
- @openfn/deploy@0.8.1
- @openfn/logger@1.0.3

## 1.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/cli",
"version": "1.9.0",
"version": "1.9.1",
"description": "CLI devtools for the openfn toolchain.",
"engines": {
"node": ">=18",
Expand Down
18 changes: 18 additions & 0 deletions packages/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @openfn/compiler

## 0.4.3

### Patch Changes

- Ensure support for node 18,20 and 22.

This update ensures compatibility with node 18 LTS, 20 LTS, and 22.12.

Most of the changes are in the build and test suites and have only minor impact on production code. No issues are anticipated as as result of this change.

Prior releases may fail on node version >=20.

Support for node 18 will be removed in late 2025.

- Updated dependencies
- @openfn/describe-package@0.1.4
- @openfn/logger@1.0.3

## 0.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/compiler",
"version": "0.4.2",
"version": "0.4.3",
"description": "Compiler and language tooling for openfn jobs.",
"author": "Open Function Group <[email protected]>",
"license": "ISC",
Expand Down
17 changes: 17 additions & 0 deletions packages/deploy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @openfn/deploy

## 0.8.1

### Patch Changes

- Ensure support for node 18,20 and 22.

This update ensures compatibility with node 18 LTS, 20 LTS, and 22.12.

Most of the changes are in the build and test suites and have only minor impact on production code. No issues are anticipated as as result of this change.

Prior releases may fail on node version >=20.

Support for node 18 will be removed in late 2025.

- Updated dependencies
- @openfn/logger@1.0.3

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/deploy",
"version": "0.8.0",
"version": "0.8.1",
"description": "Deploy projects to Lightning instances",
"type": "module",
"exports": {
Expand Down
14 changes: 14 additions & 0 deletions packages/describe-package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @openfn/describe-package

## 0.1.4

### Patch Changes

- Ensure support for node 18,20 and 22.

This update ensures compatibility with node 18 LTS, 20 LTS, and 22.12.

Most of the changes are in the build and test suites and have only minor impact on production code. No issues are anticipated as as result of this change.

Prior releases may fail on node version >=20.

Support for node 18 will be removed in late 2025.

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/describe-package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/describe-package",
"version": "0.1.3",
"version": "0.1.4",
"description": "Utilities to inspect an npm package.",
"author": "Open Function Group <[email protected]>",
"license": "ISC",
Expand Down
21 changes: 21 additions & 0 deletions packages/engine-multi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# engine-multi

## 1.4.6

### Patch Changes

- Ensure support for node 18,20 and 22.

This update ensures compatibility with node 18 LTS, 20 LTS, and 22.12.

Most of the changes are in the build and test suites and have only minor impact on production code. No issues are anticipated as as result of this change.

Prior releases may fail on node version >=20.

Support for node 18 will be removed in late 2025.

- Updated dependencies
- Updated dependencies [8904af2]
- @openfn/compiler@0.4.3
- @openfn/runtime@1.5.4
- @openfn/logger@1.0.3
- @openfn/lexicon@1.1.0

## 1.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-multi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/engine-multi",
"version": "1.4.5",
"version": "1.4.6",
"description": "Multi-process runtime engine",
"main": "dist/index.js",
"type": "module",
Expand Down
21 changes: 21 additions & 0 deletions packages/lightning-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @openfn/lightning-mock

## 2.0.27

### Patch Changes

- Ensure support for node 18,20 and 22.

This update ensures compatibility with node 18 LTS, 20 LTS, and 22.12.

Most of the changes are in the build and test suites and have only minor impact on production code. No issues are anticipated as as result of this change.

Prior releases may fail on node version >=20.

Support for node 18 will be removed in late 2025.

- Updated dependencies
- Updated dependencies [8904af2]
- @openfn/engine-multi@1.4.6
- @openfn/runtime@1.5.4
- @openfn/logger@1.0.3
- @openfn/lexicon@1.1.0

## 2.0.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lightning-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/lightning-mock",
"version": "2.0.26",
"version": "2.0.27",
"private": true,
"description": "A mock Lightning server",
"main": "dist/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @openfn/logger

## 1.0.3

### Patch Changes

- Ensure support for node 18,20 and 22.

This update ensures compatibility with node 18 LTS, 20 LTS, and 22.12.

Most of the changes are in the build and test suites and have only minor impact on production code. No issues are anticipated as as result of this change.

Prior releases may fail on node version >=20.

Support for node 18 will be removed in late 2025.

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/logger",
"version": "1.0.2",
"version": "1.0.3",
"description": "Cross-package logging utility",
"module": "dist/index.js",
"author": "Open Function Group <[email protected]>",
Expand Down
18 changes: 18 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @openfn/runtime

## 1.5.4

### Patch Changes

- Ensure support for node 18,20 and 22.

This update ensures compatibility with node 18 LTS, 20 LTS, and 22.12.

Most of the changes are in the build and test suites and have only minor impact on production code. No issues are anticipated as as result of this change.

Prior releases may fail on node version >=20.

Support for node 18 will be removed in late 2025.

- 8904af2: Fix an issue in the linker where imported modules may not be properly awaited
- Updated dependencies
- @openfn/logger@1.0.3

## 1.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/runtime",
"version": "1.5.3",
"version": "1.5.4",
"description": "Job processing runtime.",
"type": "module",
"exports": {
Expand Down
21 changes: 21 additions & 0 deletions packages/ws-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# ws-worker

## 1.8.7

### Patch Changes

- Ensure support for node 18,20 and 22.

This update ensures compatibility with node 18 LTS, 20 LTS, and 22.12.

Most of the changes are in the build and test suites and have only minor impact on production code. No issues are anticipated as as result of this change.

Prior releases may fail on node version >=20.

Support for node 18 will be removed in late 2025.

- Updated dependencies
- Updated dependencies [8904af2]
- @openfn/engine-multi@1.4.6
- @openfn/runtime@1.5.4
- @openfn/logger@1.0.3
- @openfn/lexicon@1.1.0

## 1.8.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ws-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/ws-worker",
"version": "1.8.6",
"version": "1.8.7",
"description": "A Websocket Worker to connect Lightning to a Runtime Engine",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit 5f15e1c

Please sign in to comment.