Skip to content

9.4.0

Choose a tag to compare

@github-actions github-actions released this 02 Dec 12:26
· 7 commits to main since this release

Added

  • New entry points for /Contrib and known submodules (via #1343)
    See package.json::exports for details.

Changes

  • Moved non‑standard implementations to Contrib area (#1344 via #1343)

Deprecated

  • Certain exports have been deprecated; downstream imports should be updated to the new locations (#1344 via #1343)
    Note: the symbols themselves remain supported. See documentation and the "Refactored" section below for details.

Refactor

  • The following symbols were moved. (#1344 via #1343)
    The symbols are still import-able through their old location.
    • OLD -> NEW
    • Builders.FromNodePackageJson -> Contrib.FromNodePackageJson.Builders
    • Factories.FromNodePackageJson -> Contrib.FromNodePackageJson.Factories
    • Factories.LicenseFactory -> Contrib.License.Factories.LicenseFactory
    • Factories.PackageUrlFactory -> Contrib.PackageUrl.Factories.PackageUrlFactory
    • Types.assertNodePackageJson -> Contrib.FromNodePackageJson.Types.assertNodePackageJson
    • Types.isNodePackageJson -> Contrib.FromNodePackageJson.Types.isNodePackageJson
    • Types.NodePackageJson -> Contrib.FromNodePackageJson.Types.NodePackageJson
    • Utils.BomUtility -> Contrib.Bom.Utils
    • Utils.LicenseUtility -> Contrib.License.Utils
    • Utils.NpmjsUtility -> Contrib.FromNodePackageJson.Utils

Style

  • Applied latest code style (via #1341)

Build

  • Use webpack v5.103.0 now, was v5.102.1 (via #1340)

What's Changed

  • docs: examplesfor CDX17 by @jkowalleck in #1326
  • chore(deps): bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #1327
  • chore(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #1328
  • chore(deps): bump the eslint group across 1 directory with 2 updates by @dependabot[bot] in #1329
  • chore(deps): bump knip from 5.66.1 to 5.66.3 in /tools/test-dependencies by @dependabot[bot] in #1330
  • chore(deps): bump the eslint group across 1 directory with 2 updates by @dependabot[bot] in #1331
  • chore(deps): bump knip from 5.66.3 to 5.66.4 in /tools/test-dependencies by @dependabot[bot] in #1332
  • chore(deps): bump the eslint group across 1 directory with 3 updates by @dependabot[bot] in #1333
  • chore(deps-dev): bump mocha from 11.7.4 to 11.7.5 in the mocha group across 1 directory by @dependabot[bot] in #1334
  • chore(deps): bump knip from 5.66.4 to 5.68.0 in /tools/test-dependencies by @dependabot[bot] in #1335
  • chore(deps): bump knip from 5.68.0 to 5.69.1 in /tools/test-dependencies by @dependabot[bot] in #1337
  • chore: eslint config fix by @jkowalleck in #1338
  • chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #1339
  • chore(deps): bump knip from 5.69.1 to 5.70.2 in /tools/test-dependencies by @dependabot[bot] in #1347
  • chore(deps-dev): bump webpack from 5.102.1 to 5.103.0 in the webpack group across 1 directory by @dependabot[bot] in #1340
  • chore(deps): bump the eslint group across 1 directory with 4 updates by @dependabot[bot] in #1341
  • chore(deps): bump knip from 5.70.2 to 5.71.0 in /tools/test-dependencies by @dependabot[bot] in #1349
  • feat: Moved non‑standard implementations to Contrib area by @jkowalleck in #1343

Full Changelog: v9.2.0...v9.4.0