diff --git a/.github/workflows/bump_templates.yaml b/.github/workflows/bump_templates.yaml index b88957da..239b28cf 100644 --- a/.github/workflows/bump_templates.yaml +++ b/.github/workflows/bump_templates.yaml @@ -26,7 +26,7 @@ jobs: git config user.email vgvbot@users.noreply.github.com - name: Create Pull Request - uses: peter-evans/create-pull-request@v7.0.2 + uses: peter-evans/create-pull-request@v7.0.3 with: base: main branch: feat/bump-template-bundles diff --git a/.github/workflows/spdx_license_bot.yaml b/.github/workflows/spdx_license_bot.yaml index 7a2c81c0..694bf895 100644 --- a/.github/workflows/spdx_license_bot.yaml +++ b/.github/workflows/spdx_license_bot.yaml @@ -51,7 +51,7 @@ jobs: - name: 📝 Create Pull Request if: ${{ env.did_change == 'true' }} - uses: peter-evans/create-pull-request@v7.0.2 + uses: peter-evans/create-pull-request@v7.0.3 with: base: main branch: chore/update-spdx-license diff --git a/lib/src/pub_license/spdx_license.gen.dart b/lib/src/pub_license/spdx_license.gen.dart index d8a69cad..cd42ae5a 100644 --- a/lib/src/pub_license/spdx_license.gen.dart +++ b/lib/src/pub_license/spdx_license.gen.dart @@ -11,7 +11,7 @@ library spdx_license; /// {@template spdx_license} -/// A list of all 670 SPDX licenses. +/// A list of all 671 SPDX licenses. /// /// These have been automatically generated from the SPDX License brick. /// {@endtemplate} @@ -111,6 +111,7 @@ enum SpdxLicense { $Bitstream_Vera._('Bitstream-Vera'), $BlueOak_1_0_0._('BlueOak-1.0.0'), $Boehm_GC._('Boehm-GC'), + $Boehm_GC_without_fee._('Boehm-GC-without-fee'), $Borceux._('Borceux'), $Brian_Gladman_2_Clause._('Brian-Gladman-2-Clause'), $Brian_Gladman_3_Clause._('Brian-Gladman-3-Clause'), diff --git a/site/package-lock.json b/site/package-lock.json index 861e7e18..be98ebf8 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -22,7 +22,7 @@ "@docusaurus/module-type-aliases": "^3.5.2", "@docusaurus/tsconfig": "3.5.2", "@docusaurus/types": "^3.5.2", - "@types/react": "^18.3.5", + "@types/react": "^18.3.6", "eslint": "^9.10.0", "eslint-plugin-jest": "^28.8.3", "jest": "^29.7.0", @@ -4777,9 +4777,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "18.3.5", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.5.tgz", - "integrity": "sha512-WeqMfGJLGuLCqHGYRGHxnKrXcTitc6L/nBUWfWPcTarG3t9PsquqUMuVeXZeca+mglY4Vo5GZjCi0A3Or2lnxA==", + "version": "18.3.6", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.6.tgz", + "integrity": "sha512-CnGaRYNu2iZlkGXGrOYtdg5mLK8neySj0woZ4e2wF/eli2E6Sazmq5X+Nrj6OBrrFVQfJWTUFeqAzoRhWQXYvg==", "dependencies": { "@types/prop-types": "*", "csstype": "^3.0.2" diff --git a/site/package.json b/site/package.json index 9675d856..b379cfb5 100644 --- a/site/package.json +++ b/site/package.json @@ -32,7 +32,7 @@ "@docusaurus/module-type-aliases": "^3.5.2", "@docusaurus/types": "^3.5.2", "@docusaurus/tsconfig": "3.5.2", - "@types/react": "^18.3.5", + "@types/react": "^18.3.6", "eslint": "^9.10.0", "prettier": "^3.3.3", "typescript": "^5.6.2", diff --git a/tool/spdx_license/test/spdx_license.gen.dart b/tool/spdx_license/test/spdx_license.gen.dart index 8d7895e2..b22864e6 100644 --- a/tool/spdx_license/test/spdx_license.gen.dart +++ b/tool/spdx_license/test/spdx_license.gen.dart @@ -11,7 +11,7 @@ library spdx_license; /// {@template spdx_license} -/// A list of all 670 SPDX licenses. +/// A list of all 671 SPDX licenses. /// /// These have been automatically generated from the SPDX License brick. /// {@endtemplate} @@ -110,6 +110,7 @@ enum SpdxLicense { $Bitstream_Vera._('Bitstream-Vera'), $BlueOak_1_0_0._('BlueOak-1.0.0'), $Boehm_GC._('Boehm-GC'), + $Boehm_GC_without_fee._('Boehm-GC-without-fee'), $Borceux._('Borceux'), $Brian_Gladman_2_Clause._('Brian-Gladman-2-Clause'), $Brian_Gladman_3_Clause._('Brian-Gladman-3-Clause'),