From afd965e61e3fd4d7c5cdd66d117a136fe2510c25 Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 29 Jul 2026 19:20:55 +0800 Subject: [PATCH 1/4] chore: expand third-party notices --- packages/rstack/THIRD_PARTY_NOTICES.md | 112 +++++++++++++++++++++++++ scripts/dictionary.txt | 6 ++ 2 files changed, 118 insertions(+) diff --git a/packages/rstack/THIRD_PARTY_NOTICES.md b/packages/rstack/THIRD_PARTY_NOTICES.md index 2e9e37b..625f204 100644 --- a/packages/rstack/THIRD_PARTY_NOTICES.md +++ b/packages/rstack/THIRD_PARTY_NOTICES.md @@ -29,3 +29,115 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +## fresh-import + +This package includes bundled code from [fresh-import](https://github.com/sapphi-red/fresh-import), version 0.2.1. + +License: MIT + +MIT License + +Copyright (c) 2026 sapphi-red + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +## lint-staged + +This package includes bundled code from [lint-staged](https://github.com/lint-staged/lint-staged), version 17.2.0. + +License: MIT + +The MIT License (MIT) + +Copyright (c) 2016 Andrey Okonetchnikov + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +## picomatch + +This package includes bundled code from [picomatch](https://github.com/micromatch/picomatch), version 4.0.5. + +License: MIT + +The MIT License (MIT) + +Copyright (c) 2017-present, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +## tinyexec + +This package includes bundled code from [tinyexec](https://github.com/tinylibs/tinyexec), version 1.2.4. + +License: MIT + +MIT License + +Copyright (c) 2024 Tinylibs + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/scripts/dictionary.txt b/scripts/dictionary.txt index b28f1a6..fd48480 100644 --- a/scripts/dictionary.txt +++ b/scripts/dictionary.txt @@ -1,10 +1,12 @@ # Custom Dictionary Words +andrey applypatch errexit fnames huskyrc llms nosystem +okonetchnikov oxfmt rsbuild rslib @@ -15,7 +17,11 @@ rspress rstack rstackjs rstest +sapphi +schlinkert shiki shikijs +tinyexec +tinylibs turborepo typicode From b5bfdce21cf57df10411dcec497d7cccea1de5b6 Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 29 Jul 2026 19:24:15 +0800 Subject: [PATCH 2/4] chore: omit third-party notice versions --- packages/rstack/THIRD_PARTY_NOTICES.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/rstack/THIRD_PARTY_NOTICES.md b/packages/rstack/THIRD_PARTY_NOTICES.md index 625f204..ccf7756 100644 --- a/packages/rstack/THIRD_PARTY_NOTICES.md +++ b/packages/rstack/THIRD_PARTY_NOTICES.md @@ -32,7 +32,7 @@ SOFTWARE. ## fresh-import -This package includes bundled code from [fresh-import](https://github.com/sapphi-red/fresh-import), version 0.2.1. +This package includes bundled code from [fresh-import](https://github.com/sapphi-red/fresh-import). License: MIT @@ -60,7 +60,7 @@ SOFTWARE. ## lint-staged -This package includes bundled code from [lint-staged](https://github.com/lint-staged/lint-staged), version 17.2.0. +This package includes bundled code from [lint-staged](https://github.com/lint-staged/lint-staged). License: MIT @@ -88,7 +88,7 @@ SOFTWARE. ## picomatch -This package includes bundled code from [picomatch](https://github.com/micromatch/picomatch), version 4.0.5. +This package includes bundled code from [picomatch](https://github.com/micromatch/picomatch). License: MIT @@ -116,7 +116,7 @@ THE SOFTWARE. ## tinyexec -This package includes bundled code from [tinyexec](https://github.com/tinylibs/tinyexec), version 1.2.4. +This package includes bundled code from [tinyexec](https://github.com/tinylibs/tinyexec). License: MIT From 05684499db75e17f4660fcc745e7dedd71964863 Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 29 Jul 2026 19:25:09 +0800 Subject: [PATCH 3/4] chore: sort third-party notices --- packages/rstack/THIRD_PARTY_NOTICES.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/rstack/THIRD_PARTY_NOTICES.md b/packages/rstack/THIRD_PARTY_NOTICES.md index ccf7756..ecbbcb9 100644 --- a/packages/rstack/THIRD_PARTY_NOTICES.md +++ b/packages/rstack/THIRD_PARTY_NOTICES.md @@ -2,15 +2,15 @@ This package includes software developed by third parties. -## Husky +## fresh-import -Portions of the Git hook installer and runtime are derived from [Husky](https://github.com/typicode/husky). +This package includes bundled code from [fresh-import](https://github.com/sapphi-red/fresh-import). License: MIT MIT License -Copyright (c) 2021 typicode +Copyright (c) 2026 sapphi-red Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -30,15 +30,15 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -## fresh-import +## Husky -This package includes bundled code from [fresh-import](https://github.com/sapphi-red/fresh-import). +Portions of the Git hook installer and runtime are derived from [Husky](https://github.com/typicode/husky). License: MIT MIT License -Copyright (c) 2026 sapphi-red +Copyright (c) 2021 typicode Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 6eeb4841b0d55c670996f59f1395f29a9b00ea2e Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 29 Jul 2026 20:27:04 +0800 Subject: [PATCH 4/4] chore: ignore third-party notices in cspell --- cspell.config.js | 10 +++++++++- scripts/dictionary.txt | 6 ------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/cspell.config.js b/cspell.config.js index aa2ab31..5e8e78e 100644 --- a/cspell.config.js +++ b/cspell.config.js @@ -13,7 +13,15 @@ export default { // ignore release note author mentions such as "by @chenjiahan" 'by\\s+@[A-Za-z0-9_-]+', ], - ignorePaths: ['dist', 'dist-*', 'coverage', 'doc_build', 'node_modules', 'pnpm-lock.yaml'], + ignorePaths: [ + 'dist', + 'dist-*', + 'coverage', + 'doc_build', + 'node_modules', + 'packages/rstack/THIRD_PARTY_NOTICES.md', + 'pnpm-lock.yaml', + ], flagWords: banWords, dictionaries: ['dictionary'], dictionaryDefinitions: [ diff --git a/scripts/dictionary.txt b/scripts/dictionary.txt index fd48480..b28f1a6 100644 --- a/scripts/dictionary.txt +++ b/scripts/dictionary.txt @@ -1,12 +1,10 @@ # Custom Dictionary Words -andrey applypatch errexit fnames huskyrc llms nosystem -okonetchnikov oxfmt rsbuild rslib @@ -17,11 +15,7 @@ rspress rstack rstackjs rstest -sapphi -schlinkert shiki shikijs -tinyexec -tinylibs turborepo typicode