ci: bump actions/setup-node from 4.4.0 to 6.3.0#7
Closed
dependabot[bot] wants to merge 24 commits intomainfrom
Closed
ci: bump actions/setup-node from 4.4.0 to 6.3.0#7dependabot[bot] wants to merge 24 commits intomainfrom
dependabot[bot] wants to merge 24 commits intomainfrom
Conversation
Renamed package from @waves/oracle-data to @decentralchain/oracle-data Updated repository URLs to Decentral-America/oracle-data Created README with DecentralChain branding Removed Waves assignee references from GitHub issue templates Verified zero @waves/* dependencies All tests pass (9/9) grep -rni waves returns zero results
- Added Husky pre-commit hook with lint-staged + typecheck - Added Prettier (.prettierrc.json) for consistent formatting - Added ESLint flat config (eslint.config.js) with typescript-eslint - Upgraded TypeScript 3.2 → 5.9, Jest 23 → 29, ts-jest 23 → 29 - Fixed strict-mode catch clauses (unknown type handling) - Fixed unused parameter and expression lint errors - Renamed interface.d.ts → interface.ts for module resolution - All tests pass (9/9), zero lint errors, typecheck clean
…, and enforce 2026+ best practices - Remove all CommonJS (CJS) build/config/output; ESM-only is now default - Update package.json, tsup.config.ts, and dist/ to ESM-only - Clean up all CJS artifacts - Update MODERNIZE.md: ESM-only is required for new TypeScript projects, dual ESM/CJS only for legacy - Update architectural decisions table to reflect ESM-only as standard - Ensure modernization prompt and templates prevent mixed-module repos - All code, config, and docs validated (format, lint, typecheck, test, build) - No legacy or mixed-module output remains
- Add tests for all asset status types (SUSPICIOUS, NOT_VERIFY, DETAILED) - Add tests for required/optional description handling - Add tests for unsupported version error paths - Add tests for utils edge cases (getFieldsDiff, isProvider, toField, toFields) - Add tests for response utils (getFieldValue, getAssetIdFromKey) - Add v8 ignore comments for unreachable defensive code branches - Restore 90% branch coverage threshold
- Convert TProcessor, THash (response) to internal types (not exported) - Convert TItemOrList (utils) to internal type (not exported) - Add knip as dev dependency for dead code detection - Add knip.json config (enum members intentionally kept for protocol spec) - All 56 tests pass, 95%+ coverage maintained
- Remove unused RESPONSE_STATUSES.EMPTY enum member (dead code) - Narrow v8 ignore comment to only the unreachable break in checkType - Add tests for getFieldsFromData, getFieldsFromAsset, getDifferenceByFields - 64/64 tests pass, knip reports zero issues
- Bump coverage thresholds from 90% to 95% - Add isValidStatus() runtime validation in parser (rejects out-of-range STATUS_LIST) - Add isValidAssetId() base58 format validator (exported utility) - Freeze PATTERNS constant with Object.freeze - Pin GitHub Actions by SHA (prevent tag-hijacking) - Add npm audit --audit-level=moderate to CI - Add id-token:write permission for provenance attestation - Add SBOM generation (CycloneDX) as CI artifact - Add CODEOWNERS for financial logic core review gates - Promote @typescript-eslint/no-explicit-any from warn to error - Add 10 property-based fuzz tests via fast-check (1,700+ runs) - Add 9 validation utility tests (isValidStatus, isValidAssetId, parser rejection) - 83 tests passing, 0 lint errors, 0 type errors, 1.86 kB brotlied"
- use Object.create(null) in toHash to prevent __proto__ key injection - guard empty langList in processDescription to avoid phantom lookups - add exhaustive default case in ASSETS_VERSION_MAP switch for defense in depth - add security and edge-case regression tests (88 total)
Bumps the dev-dependencies group with 3 updates: [globals](https://github.com/sindresorhus/globals), [lint-staged](https://github.com/lint-staged/lint-staged) and [publint](https://github.com/publint/publint/tree/HEAD/packages/publint). Updates `globals` from 17.3.0 to 17.4.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.3.0...v17.4.0) Updates `lint-staged` from 16.3.0 to 16.3.1 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v16.3.0...v16.3.1) Updates `publint` from 0.3.17 to 0.3.18 - [Release notes](https://github.com/publint/publint/releases) - [Changelog](https://github.com/publint/publint/blob/master/packages/publint/CHANGELOG.md) - [Commits](https://github.com/publint/publint/commits/publint@0.3.18/packages/publint) --- updated-dependencies: - dependency-name: globals dependency-version: 17.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: lint-staged dependency-version: 16.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: publint dependency-version: 0.3.18 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add GitHub Actions workflow to publish to npm with --tag next on GitHub Release. Regenerate package-lock.json.
… cases, and improved package metadata Co-authored-by: dylanpersonguy <197028365+dylanpersonguy@users.noreply.github.com>
…nd-repo-description docs: enhance README and package metadata for enterprise readability
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.4.0 to 6.3.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4.4.0...v6.3.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps actions/setup-node from 4.4.0 to 6.3.0.
Release notes
Sourced from actions/setup-node's releases.
... (truncated)
Commits
53b8394Bump minimatch from 3.1.2 to 3.1.5 (#1498)54045abScope test lockfiles by package manager and update cache tests (#1495)c882bffReplace uuid with crypto.randomUUID() (#1378)774c1d6feat(node-version-file): support parsingdevEnginesfield (#1283)efcb663fix: remove hardcoded bearer (#1467)d02c89dFix npm audit issues (#1491)6044e13Docs: bump actions/checkout from v5 to v6 (#1468)8e49463Fix README typo (#1226)621ac41README.md: bump to latest released checkout version v6 (#1446)2951748Bump@actions/cacheto v5.0.1 (#1449)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)