9.4.0
Added
- New entry points for
/Contriband known submodules (via #1343)
Seepackage.json::exportsfor details.
Changes
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.BuildersFactories.FromNodePackageJson->Contrib.FromNodePackageJson.FactoriesFactories.LicenseFactory->Contrib.License.Factories.LicenseFactoryFactories.PackageUrlFactory->Contrib.PackageUrl.Factories.PackageUrlFactoryTypes.assertNodePackageJson->Contrib.FromNodePackageJson.Types.assertNodePackageJsonTypes.isNodePackageJson->Contrib.FromNodePackageJson.Types.isNodePackageJsonTypes.NodePackageJson->Contrib.FromNodePackageJson.Types.NodePackageJsonUtils.BomUtility->Contrib.Bom.UtilsUtils.LicenseUtility->Contrib.License.UtilsUtils.NpmjsUtility->Contrib.FromNodePackageJson.Utils
Style
- Applied latest code style (via #1341)
Build
- Use webpack
v5.103.0now, wasv5.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