node-jq
node-jq copied to clipboard
Node.js wrapper for jq
https://endoflife.date/nodejs - Node v16 support ended last year - Node v22 was released a month ago, and will be the new LTS
Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 9.0.4 to 10.3.5. Release notes Sourced from @semantic-release/github's releases. v10.3.5 10.3.5 (2024-09-20) Bug Fixes replace searchAPI usage with GraphQL in findSRIssue util (#907) (7fb46a3) v10.3.4 10.3.4 (2024-09-15)...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.19.39 to 22.7.4. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.6.13 to 1.7.26. Release notes Sourced from @swc/core's releases. v1.7.26 No release notes provided. v1.7.26-nightly-20240911.1 No release notes provided. v1.7.25 No release notes provided. v1.7.25-nightly-20240911.1 No release...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 23.1.1 to 24.1.2. Release notes Sourced from semantic-release's releases. v24.1.2 24.1.2 (2024-09-27) Bug Fixes deps: update @semantic-release/github to v11.0.0 (#3460) (43df51b) v24.1.1 24.1.1 (2024-09-11) Bug Fixes deps:...
Bumps [@semantic-release/release-notes-generator](https://github.com/semantic-release/release-notes-generator) from 11.0.4 to 14.0.1. Release notes Sourced from @semantic-release/release-notes-generator's releases. v14.0.1 14.0.1 (2024-06-22) Bug Fixes deps: rename read-pkg-up to read-package-up (#671) (687ba5a) v14.0.0 14.0.0 (2024-05-31) Features support latest...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.15.0 to 7.18.0. Release notes Sourced from @typescript-eslint/parser's releases. v7.18.0 7.18.0 (2024-07-29) 🚀 Features types: update ECMA versions (#9634) 🩹 Fixes eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when...
Bumps [tar](https://github.com/isaacs/node-tar) from 7.4.0 to 7.4.3. Commits 206fcf9 7.4.3 bf13718 move onWriteEntry to where it can do some good 68a685b 7.4.2 35d8d99 kludge around TS pedantry f1d7a4d 7.4.1 e434c7b some...
Bumps [conventional-changelog-conventionalcommits](https://github.com/conventional-changelog/conventional-changelog/tree/HEAD/packages/conventional-changelog-conventionalcommits) from 7.0.2 to 8.0.0. Release notes Sourced from conventional-changelog-conventionalcommits's releases. conventional-changelog-conventionalcommits: v8.0.0 ⚠ BREAKING CHANGES Node >= 18 is required conventional-recommended-bump: new Bumper exported class (#1218) cleanup presets...
## Description When passing an object with `undefined` properties to `jq.run()`, node-jq throws a ZodError instead of handling the case gracefully. This occurs with any jq filter. ## Environment -...