Update balena/open-balena-api Docker tag to v34.3.17
Notable changes
- Update pinejs to 20.x [Pagan Gazzard]
- Update node engines entry to clarify we don't actively support 21.x [Pagan Gazzard]
- Use
instanceof Error
rather than lodash_.isError
[Pagan Gazzard] - Drop exposed S3 handler in favor of @balena/pinejs-webresource-s3 handler [Otavio Jacobi]
- Update commander to 13.x [Pagan Gazzard]
- Update chai to 5.x [Pagan Gazzard]
- Convert to ESM [Pagan Gazzard]
- Use for-of loops in preference of lodash
_.forEach
[Pagan Gazzard] - Use
.at(-1)
in preference of lodash_.last
[Pagan Gazzard] - Remove jsdoc typings from typescript file [Pagan Gazzard]
- Tests: use
@balena/pinejs
for resolving to the runtime files [Pagan Gazzard] - Tests: avoid deep imports in favor of the standard module entrypoint [Pagan Gazzard]
- Tests: run against compiled source rather than transpiling on the fly [Pagan Gazzard]
- Update dependencies [Pagan Gazzard]
balena-io/open-balena-api (balena/open-balena-api)
v34.3.17
Update pinejs to 20.x [Pagan Gazzard]
pinejs-20.0.0 - 2025-01-10
- Update node engines entry to clarify we don't actively support 21.x [Pagan Gazzard]
- Use
instanceof Error
rather than lodash_.isError
[Pagan Gazzard]- Drop exposed S3 handler in favor of @balena/pinejs-webresource-s3 handler [Otavio Jacobi]
- Update commander to 13.x [Pagan Gazzard]
- Update chai to 5.x [Pagan Gazzard]
- Convert to ESM [Pagan Gazzard]
pinejs-19.7.5 - 2025-01-09
- Use for-of loops in preference of lodash
_.forEach
[Pagan Gazzard]- Use
.at(-1)
in preference of lodash_.last
[Pagan Gazzard]pinejs-19.7.4 - 2025-01-09
- Remove jsdoc typings from typescript file [Pagan Gazzard]
pinejs-19.7.3 - 2025-01-04
- Tests: use
@balena/pinejs
for resolving to the runtime files [Pagan Gazzard]- Tests: avoid deep imports in favor of the standard module entrypoint [Pagan Gazzard]
- Tests: run against compiled source rather than transpiling on the fly [Pagan Gazzard]
pinejs-19.7.2 - 2025-01-02
- Update dependencies [Pagan Gazzard]
v34.3.17
45b15fa
(Update pinejs to 20.x, 2025-01-10)
List of commits
a8d3179 (Update balena/open-balena-api Docker tag to v34.3.17, 2025-01-13)