Skip to content

Commit

Permalink
chore: set up 3rd-party license generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco committed Feb 27, 2025
1 parent e3c7f8b commit 18411cf
Show file tree
Hide file tree
Showing 19 changed files with 3,079 additions and 158 deletions.
1,417 changes: 1,274 additions & 143 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"util:upload-release-assets": "tsx support/uploadReleaseAssets.ts",
"util:update-stylelint-custom-sass-functions": "tsx support/updateStylelintCustomSassFunctions.ts",
"util:remove-prerelease-changelog-entries": "tsx support/removePrereleaseChangelogEntries.ts",
"util:sync-linked-package-versions": "tsx support/syncLinkedPackageVersions.ts"
"util:sync-linked-package-versions": "tsx support/syncLinkedPackageVersions.ts",
"util:update-3rd-party-licenses": "turbo run util:update-3rd-party-licenses --log-order=stream"
},
"devDependencies": {
"@arcgis/lumina-compiler": "^4.32.1",
Expand Down Expand Up @@ -92,6 +93,7 @@
"eslint-plugin-jsdoc": "50.6.3",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-unicorn": "56.0.1",
"generate-license-file": "3.7.0",
"globals": "15.15.0",
"globby": "14.1.0",
"happy-dom": "17.1.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/calcite-components-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,7 @@ See use restrictions at <http://www.esri.com/legal/pdfs/mla_e204_e300/english>
For additional information, contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA

email: <[email protected]>

## Third-party licenses

See [THIRD-PARTY-LICENSES.md](./THIRD-PARTY-LICENSES.md).
828 changes: 828 additions & 0 deletions packages/calcite-components-react/THIRD-PARTY-LICENSES.md

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions packages/calcite-components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/"
"dist/",
"THIRD-PARTY-LICENSES.md"
],
"scripts": {
"build": "rimraf dist && npm run compile",
Expand All @@ -23,7 +24,8 @@
"lint": "concurrently npm:lint:*",
"lint:json": "prettier --write \"**/*.json\" >/dev/null",
"lint:md": "prettier --write \"**/*.md\" >/dev/null && markdownlint \"**/*.md\" --fix --dot --ignore-path ../../.gitignore",
"tsc": "tsc"
"tsc": "tsc",
"util:update-3rd-party-licenses": "tsx ../../support/createThirdPartyLicenses.ts"
},
"dependencies": {
"@esri/calcite-components": "3.1.0-next.18",
Expand Down
Loading

0 comments on commit 18411cf

Please sign in to comment.