-
+
-
+
@@ -34,7 +34,7 @@
ยท
Documentation
ยท
- Contribute
+ Contribute
ยท
Blog
@@ -50,7 +50,7 @@
Start a new project by following our quick [Getting Started guide](https://stenciljs.com/docs/getting-started).
We would love to hear from you!
-If you have any feedback or run into issues using Stencil, please file an [issue](https://github.com/ionic-team/stencil/issues/new) on this repository.
+If you have any feedback or run into issues using Stencil, please file an [issue](https://github.com/stenciljs/core/issues/new) on this repository.
### Examples
A Stencil component looks a lot like a class-based React component, with the addition of TypeScript decorators:
@@ -90,5 +90,5 @@ In many cases, Stencil can be used as a drop in replacement for traditional fron
### Contributing
Thanks for your interest in contributing!
-Please take a moment to read up on our guidelines for [contributing](https://github.com/ionic-team/stencil/blob/main/CONTRIBUTING.md).
-Please note that this project is released with a [Contributor Code of Conduct](https://github.com/ionic-team/stencil/blob/main/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
\ No newline at end of file
+Please take a moment to read up on our guidelines for [contributing](https://github.com/stenciljs/core/blob/main/CONTRIBUTING.md).
+Please note that this project is released with a [Contributor Code of Conduct](https://github.com/stenciljs/core/blob/main/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
\ No newline at end of file
diff --git a/scripts/utils/test/release-utils.spec.ts b/scripts/utils/test/release-utils.spec.ts
index f0cd4b7f0c6..957f597d06d 100644
--- a/scripts/utils/test/release-utils.spec.ts
+++ b/scripts/utils/test/release-utils.spec.ts
@@ -46,32 +46,32 @@ describe('release-utils', () => {
expect(openMock).toHaveBeenCalledTimes(1);
expect(openMock).toHaveBeenCalledWith(
- 'https://github.com/ionic-team/stencil/releases/new?tag=v0.0.0&title=%F0%9F%9A%97+0.0.0+%282022-01-01%29&body=',
+ 'https://github.com/stenciljs/core/releases/new?tag=v0.0.0&title=%F0%9F%9A%97+0.0.0+%282022-01-01%29&body=',
);
});
it('splits a minor release from a previous patch release', async () => {
- const minorReleaseFollowingPatch = `# ๐ฃ [2.13.0](https://github.com/ionic-team/stencil/compare/v2.12.1...v2.13.0) (2022-01-24)
+ const minorReleaseFollowingPatch = `# ๐ฃ [2.13.0](https://github.com/stenciljs/core/compare/v2.12.1...v2.13.0) (2022-01-24)
### Features
-* **mock-doc:** add simple MockEvent#composedPath() impl ([#3204](https://github.com/ionic-team/stencil/issues/3204)) ([7b47d96](https://github.com/ionic-team/stencil/commit/7b47d96e1e3c6c821d5c416fbe987646b4cd1551))
-* **test:** jest 27 support ([#3189](https://github.com/ionic-team/stencil/issues/3189)) ([10efeb6](https://github.com/ionic-team/stencil/commit/10efeb6f74888f05a13a47d8afc00b5e83a3f3db))
+* **mock-doc:** add simple MockEvent#composedPath() impl ([#3204](https://github.com/stenciljs/core/issues/3204)) ([7b47d96](https://github.com/stenciljs/core/commit/7b47d96e1e3c6c821d5c416fbe987646b4cd1551))
+* **test:** jest 27 support ([#3189](https://github.com/stenciljs/core/issues/3189)) ([10efeb6](https://github.com/stenciljs/core/commit/10efeb6f74888f05a13a47d8afc00b5e83a3f3db))
-## ๐ [2.12.1](https://github.com/ionic-team/stencil/compare/v2.12.0...v2.12.1) (2022-01-04)
+## ๐ [2.12.1](https://github.com/stenciljs/core/compare/v2.12.0...v2.12.1) (2022-01-04)
### Bug Fixes
-* **vdom:** properly warn for step attr on input ([#3196](https://github.com/ionic-team/stencil/issues/3196)) ([7ffc02e](https://github.com/ionic-team/stencil/commit/7ffc02e5d07b05de45cbaf4f0cce3f3e165b3eb0))
+* **vdom:** properly warn for step attr on input ([#3196](https://github.com/stenciljs/core/issues/3196)) ([7ffc02e](https://github.com/stenciljs/core/commit/7ffc02e5d07b05de45cbaf4f0cce3f3e165b3eb0))
### Features
-* **typings:** add optional key and ref to slot elements ([#3177](https://github.com/ionic-team/stencil/issues/3177)) ([ce27a18](https://github.com/ionic-team/stencil/commit/ce27a18ba8ecdb2cc5401470747a7e9d91e40a44))
+* **typings:** add optional key and ref to slot elements ([#3177](https://github.com/stenciljs/core/issues/3177)) ([ce27a18](https://github.com/stenciljs/core/commit/ce27a18ba8ecdb2cc5401470747a7e9d91e40a44))
`;
// Jest isn't smart enough to pick the correct overloaded method, so we must do type assertions to get our spy to
@@ -82,39 +82,39 @@ describe('release-utils', () => {
expect(openMock).toHaveBeenCalledTimes(1);
expect(openMock).toHaveBeenCalledWith(
- 'https://github.com/ionic-team/stencil/releases/new?tag=v0.0.0&title=%F0%9F%9A%97+0.0.0+%282022-01-01%29&body=%23%23%23+Features%0A%0A*+**mock-doc%3A**+add+simple+MockEvent%23composedPath%28%29+impl+%28%5B%233204%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fissues%2F3204%29%29+%28%5B7b47d96%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fcommit%2F7b47d96e1e3c6c821d5c416fbe987646b4cd1551%29%29%0A*+**test%3A**+jest+27+support+%28%5B%233189%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fissues%2F3189%29%29+%28%5B10efeb6%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fcommit%2F10efeb6f74888f05a13a47d8afc00b5e83a3f3db%29%29',
+ 'https://github.com/stenciljs/core/releases/new?tag=v0.0.0&title=%F0%9F%9A%97+0.0.0+%282022-01-01%29&body=%23%23%23+Features%0A%0A*+**mock-doc%3A**+add+simple+MockEvent%23composedPath%28%29+impl+%28%5B%233204%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fissues%2F3204%29%29+%28%5B7b47d96%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fcommit%2F7b47d96e1e3c6c821d5c416fbe987646b4cd1551%29%29%0A*+**test%3A**+jest+27+support+%28%5B%233189%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fissues%2F3189%29%29+%28%5B10efeb6%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fcommit%2F10efeb6f74888f05a13a47d8afc00b5e83a3f3db%29%29',
);
});
it('splits a minor release from a previous minor release', async () => {
- const minorReleaseFollowingMinor = `# โธ [2.12.0](https://github.com/ionic-team/stencil/compare/v2.11.0...v2.12.0) (2021-12-13)
+ const minorReleaseFollowingMinor = `# โธ [2.12.0](https://github.com/stenciljs/core/compare/v2.11.0...v2.12.0) (2021-12-13)
### Bug Fixes
-* **cli:** wait for help task to finish before exiting ([#3160](https://github.com/ionic-team/stencil/issues/3160)) ([f10cee1](https://github.com/ionic-team/stencil/commit/f10cee12a8d00e7581fcf13216f01ded46227f49))
-* **mock-doc:** make Node.contains() return true for self ([#3150](https://github.com/ionic-team/stencil/issues/3150)) ([f164407](https://github.com/ionic-team/stencil/commit/f164407f7463faba7a3c39afca942c2a26210b82))
-* **mock-doc:** allow urls as css values ([#2857](https://github.com/ionic-team/stencil/issues/2857)) ([6faa5f2](https://github.com/ionic-team/stencil/commit/6faa5f2f196ff786ffc4b818ac09708ba5de9b35))
-* **sourcemaps:** do not encode inline sourcemaps ([#3163](https://github.com/ionic-team/stencil/issues/3163)) ([b2eb083](https://github.com/ionic-team/stencil/commit/b2eb083306802645ee6e31987917dea942882e46)), closes [#3147](https://github.com/ionic-team/stencil/issues/3147)
+* **cli:** wait for help task to finish before exiting ([#3160](https://github.com/stenciljs/core/issues/3160)) ([f10cee1](https://github.com/stenciljs/core/commit/f10cee12a8d00e7581fcf13216f01ded46227f49))
+* **mock-doc:** make Node.contains() return true for self ([#3150](https://github.com/stenciljs/core/issues/3150)) ([f164407](https://github.com/stenciljs/core/commit/f164407f7463faba7a3c39afca942c2a26210b82))
+* **mock-doc:** allow urls as css values ([#2857](https://github.com/stenciljs/core/issues/2857)) ([6faa5f2](https://github.com/stenciljs/core/commit/6faa5f2f196ff786ffc4b818ac09708ba5de9b35))
+* **sourcemaps:** do not encode inline sourcemaps ([#3163](https://github.com/stenciljs/core/issues/3163)) ([b2eb083](https://github.com/stenciljs/core/commit/b2eb083306802645ee6e31987917dea942882e46)), closes [#3147](https://github.com/stenciljs/core/issues/3147)
### Features
-* **dist-custom-elements-bundle:** add deprecation warning ([#3167](https://github.com/ionic-team/stencil/issues/3167)) ([c7b07c6](https://github.com/ionic-team/stencil/commit/c7b07c65265c7d4715f29835632cc6538ea63585))
+* **dist-custom-elements-bundle:** add deprecation warning ([#3167](https://github.com/stenciljs/core/issues/3167)) ([c7b07c6](https://github.com/stenciljs/core/commit/c7b07c65265c7d4715f29835632cc6538ea63585))
-# ๐ [2.11.0](https://github.com/ionic-team/stencil/compare/v2.11.0-0...v2.11.0) (2021-11-22)
+# ๐ [2.11.0](https://github.com/stenciljs/core/compare/v2.11.0-0...v2.11.0) (2021-11-22)
### Bug Fixes
-* **dist-custom-elements:** add ssr checks ([#3131](https://github.com/ionic-team/stencil/issues/3131)) ([9a232ea](https://github.com/ionic-team/stencil/commit/9a232ea368324f49993bd079cfdbc344abd0c69e))
+* **dist-custom-elements:** add ssr checks ([#3131](https://github.com/stenciljs/core/issues/3131)) ([9a232ea](https://github.com/stenciljs/core/commit/9a232ea368324f49993bd079cfdbc344abd0c69e))
### Features
-* **css:** account for escaped ':' in css selectors ([#3087](https://github.com/ionic-team/stencil/issues/3087)) ([6000681](https://github.com/ionic-team/stencil/commit/600068168c86dba9ea610b5e8a0dbba00ff4d1f4))
+* **css:** account for escaped ':' in css selectors ([#3087](https://github.com/stenciljs/core/issues/3087)) ([6000681](https://github.com/stenciljs/core/commit/600068168c86dba9ea610b5e8a0dbba00ff4d1f4))
`;
// Jest isn't smart enough to pick the correct overloaded method, so we must do type assertions to get our spy to
@@ -125,32 +125,32 @@ describe('release-utils', () => {
expect(openMock).toHaveBeenCalledTimes(1);
expect(openMock).toHaveBeenCalledWith(
- 'https://github.com/ionic-team/stencil/releases/new?tag=v0.0.0&title=%F0%9F%9A%97+0.0.0+%282022-01-01%29&body=%23%23%23+Bug+Fixes%0A%0A*+**cli%3A**+wait+for+help+task+to+finish+before+exiting+%28%5B%233160%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fissues%2F3160%29%29+%28%5Bf10cee1%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fcommit%2Ff10cee12a8d00e7581fcf13216f01ded46227f49%29%29%0A*+**mock-doc%3A**+make+Node.contains%28%29+return+true+for+self+%28%5B%233150%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fissues%2F3150%29%29+%28%5Bf164407%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fcommit%2Ff164407f7463faba7a3c39afca942c2a26210b82%29%29%0A*+**mock-doc%3A**+allow+urls+as+css+values+%28%5B%232857%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fissues%2F2857%29%29+%28%5B6faa5f2%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fcommit%2F6faa5f2f196ff786ffc4b818ac09708ba5de9b35%29%29%0A*+**sourcemaps%3A**+do+not+encode+inline+sourcemaps+%28%5B%233163%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fissues%2F3163%29%29+%28%5Bb2eb083%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fcommit%2Fb2eb083306802645ee6e31987917dea942882e46%29%29%2C+closes+%5B%233147%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fissues%2F3147%29%0A%0A%0A%23%23%23+Features%0A%0A*+**dist-custom-elements-bundle%3A**+add+deprecation+warning+%28%5B%233167%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fissues%2F3167%29%29+%28%5Bc7b07c6%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fcommit%2Fc7b07c65265c7d4715f29835632cc6538ea63585%29%29',
+ 'https://github.com/stenciljs/core/releases/new?tag=v0.0.0&title=%F0%9F%9A%97+0.0.0+%282022-01-01%29&body=%23%23%23+Bug+Fixes%0A%0A*+**cli%3A**+wait+for+help+task+to+finish+before+exiting+%28%5B%233160%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fissues%2F3160%29%29+%28%5Bf10cee1%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fcommit%2Ff10cee12a8d00e7581fcf13216f01ded46227f49%29%29%0A*+**mock-doc%3A**+make+Node.contains%28%29+return+true+for+self+%28%5B%233150%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fissues%2F3150%29%29+%28%5Bf164407%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fcommit%2Ff164407f7463faba7a3c39afca942c2a26210b82%29%29%0A*+**mock-doc%3A**+allow+urls+as+css+values+%28%5B%232857%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fissues%2F2857%29%29+%28%5B6faa5f2%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fcommit%2F6faa5f2f196ff786ffc4b818ac09708ba5de9b35%29%29%0A*+**sourcemaps%3A**+do+not+encode+inline+sourcemaps+%28%5B%233163%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fissues%2F3163%29%29+%28%5Bb2eb083%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fcommit%2Fb2eb083306802645ee6e31987917dea942882e46%29%29%2C+closes+%5B%233147%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fissues%2F3147%29%0A%0A%0A%23%23%23+Features%0A%0A*+**dist-custom-elements-bundle%3A**+add+deprecation+warning+%28%5B%233167%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fissues%2F3167%29%29+%28%5Bc7b07c6%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fcommit%2Fc7b07c65265c7d4715f29835632cc6538ea63585%29%29',
);
});
it('splits a patch release from a previous patch release', async () => {
- const patchReleaseFollowingPatch = `## โจ๏ธ [2.12.2](https://github.com/ionic-team/stencil/compare/v2.12.1...v2.12.2) (2022-01-24)
+ const patchReleaseFollowingPatch = `## โจ๏ธ [2.12.2](https://github.com/stenciljs/core/compare/v2.12.1...v2.12.2) (2022-01-24)
### Features
-* **mock-doc:** add simple MockEvent#composedPath() impl ([#3204](https://github.com/ionic-team/stencil/issues/3204)) ([7b47d96](https://github.com/ionic-team/stencil/commit/7b47d96e1e3c6c821d5c416fbe987646b4cd1551))
-* **test:** jest 27 support ([#3189](https://github.com/ionic-team/stencil/issues/3189)) ([10efeb6](https://github.com/ionic-team/stencil/commit/10efeb6f74888f05a13a47d8afc00b5e83a3f3db))
+* **mock-doc:** add simple MockEvent#composedPath() impl ([#3204](https://github.com/stenciljs/core/issues/3204)) ([7b47d96](https://github.com/stenciljs/core/commit/7b47d96e1e3c6c821d5c416fbe987646b4cd1551))
+* **test:** jest 27 support ([#3189](https://github.com/stenciljs/core/issues/3189)) ([10efeb6](https://github.com/stenciljs/core/commit/10efeb6f74888f05a13a47d8afc00b5e83a3f3db))
-## ๐ [2.12.1](https://github.com/ionic-team/stencil/compare/v2.12.0...v2.12.1) (2022-01-04)
+## ๐ [2.12.1](https://github.com/stenciljs/core/compare/v2.12.0...v2.12.1) (2022-01-04)
### Bug Fixes
-* **vdom:** properly warn for step attr on input ([#3196](https://github.com/ionic-team/stencil/issues/3196)) ([7ffc02e](https://github.com/ionic-team/stencil/commit/7ffc02e5d07b05de45cbaf4f0cce3f3e165b3eb0))
+* **vdom:** properly warn for step attr on input ([#3196](https://github.com/stenciljs/core/issues/3196)) ([7ffc02e](https://github.com/stenciljs/core/commit/7ffc02e5d07b05de45cbaf4f0cce3f3e165b3eb0))
### Features
-* **typings:** add optional key and ref to slot elements ([#3177](https://github.com/ionic-team/stencil/issues/3177)) ([ce27a18](https://github.com/ionic-team/stencil/commit/ce27a18ba8ecdb2cc5401470747a7e9d91e40a44))
+* **typings:** add optional key and ref to slot elements ([#3177](https://github.com/stenciljs/core/issues/3177)) ([ce27a18](https://github.com/stenciljs/core/commit/ce27a18ba8ecdb2cc5401470747a7e9d91e40a44))
`;
// Jest isn't smart enough to pick the correct overloaded method, so we must do type assertions to get our spy to
@@ -161,7 +161,7 @@ describe('release-utils', () => {
expect(openMock).toHaveBeenCalledTimes(1);
expect(openMock).toHaveBeenCalledWith(
- 'https://github.com/ionic-team/stencil/releases/new?tag=v0.0.0&title=%F0%9F%9A%97+0.0.0+%282022-01-01%29&body=%23%23%23+Features%0A%0A*+**mock-doc%3A**+add+simple+MockEvent%23composedPath%28%29+impl+%28%5B%233204%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fissues%2F3204%29%29+%28%5B7b47d96%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fcommit%2F7b47d96e1e3c6c821d5c416fbe987646b4cd1551%29%29%0A*+**test%3A**+jest+27+support+%28%5B%233189%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fissues%2F3189%29%29+%28%5B10efeb6%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fcommit%2F10efeb6f74888f05a13a47d8afc00b5e83a3f3db%29%29',
+ 'https://github.com/stenciljs/core/releases/new?tag=v0.0.0&title=%F0%9F%9A%97+0.0.0+%282022-01-01%29&body=%23%23%23+Features%0A%0A*+**mock-doc%3A**+add+simple+MockEvent%23composedPath%28%29+impl+%28%5B%233204%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fissues%2F3204%29%29+%28%5B7b47d96%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fcommit%2F7b47d96e1e3c6c821d5c416fbe987646b4cd1551%29%29%0A*+**test%3A**+jest+27+support+%28%5B%233189%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fissues%2F3189%29%29+%28%5B10efeb6%5D%28https%3A%2F%2Fgithub.com%2Fionic-team%2Fstencil%2Fcommit%2F10efeb6f74888f05a13a47d8afc00b5e83a3f3db%29%29',
);
});
});
diff --git a/src/compiler/config/test/validate-custom.spec.ts b/src/compiler/config/test/validate-custom.spec.ts
index f3bbeb6befe..6a1e7c79769 100644
--- a/src/compiler/config/test/validate-custom.spec.ts
+++ b/src/compiler/config/test/validate-custom.spec.ts
@@ -42,7 +42,7 @@ describe('validateCustom', () => {
level: 'warn',
lines: [],
messageText:
- 'nodeResolve.customResolveOptions is a deprecated option in a Stencil Configuration file. If you need this option, please open a new issue in the Stencil repository (https://github.com/ionic-team/stencil/issues/new/choose)',
+ 'nodeResolve.customResolveOptions is a deprecated option in a Stencil Configuration file. If you need this option, please open a new issue in the Stencil repository (https://github.com/stenciljs/core/issues/new/choose)',
type: 'build',
});
});
diff --git a/src/compiler/config/validate-config.ts b/src/compiler/config/validate-config.ts
index 18e3a949b81..9fd60887f21 100644
--- a/src/compiler/config/validate-config.ts
+++ b/src/compiler/config/validate-config.ts
@@ -275,7 +275,7 @@ export const validateConfig = (
const warn = buildWarn(diagnostics);
// this message is particularly long - let the underlying logger implementation take responsibility for breaking it
// up to fit in a terminal window
- warn.messageText = `nodeResolve.customResolveOptions is a deprecated option in a Stencil Configuration file. If you need this option, please open a new issue in the Stencil repository (https://github.com/ionic-team/stencil/issues/new/choose)`;
+ warn.messageText = `nodeResolve.customResolveOptions is a deprecated option in a Stencil Configuration file. If you need this option, please open a new issue in the Stencil repository (https://github.com/stenciljs/core/issues/new/choose)`;
}
CACHED_VALIDATED_CONFIG = validatedConfig;
diff --git a/src/declarations/stencil-public-compiler.ts b/src/declarations/stencil-public-compiler.ts
index 36e5bf6ac6b..14da62089ce 100644
--- a/src/declarations/stencil-public-compiler.ts
+++ b/src/declarations/stencil-public-compiler.ts
@@ -1787,7 +1787,7 @@ export interface NodeResolveConfig {
* @see https://github.com/browserify/resolve#resolveid-opts-cb
* @deprecated the `customResolveOptions` field is no longer honored in future versions of
* `@rollup/plugin-node-resolve`. If you are currently using it, please open a new issue in the Stencil repo to
- * describe your use case & provide input (https://github.com/ionic-team/stencil/issues/new/choose)
+ * describe your use case & provide input (https://github.com/stenciljs/core/issues/new/choose)
*/
customResolveOptions?: {
basedir?: string;
diff --git a/src/mock-doc/serialize-node.ts b/src/mock-doc/serialize-node.ts
index 677c37948da..2adf97b6db1 100644
--- a/src/mock-doc/serialize-node.ts
+++ b/src/mock-doc/serialize-node.ts
@@ -128,7 +128,7 @@ function* streamToHtml(
output.currentLineWidth += tag.length + 1;
/**
- * ToDo(https://github.com/ionic-team/stencil/issues/4111): the shadow root class is `#document-fragment`
+ * ToDo(https://github.com/stenciljs/core/issues/4111): the shadow root class is `#document-fragment`
* and has no mode attribute. We should consider adding a mode attribute.
*/
if (
@@ -666,7 +666,7 @@ interface SerializeOutput {
}
/**
- * Partially duplicate of https://github.com/ionic-team/stencil/blob/6017dad2cb6fe366242e2e0594f82c8e3a3b5d15/src/declarations/stencil-public-compiler.ts#L895
+ * Partially duplicate of https://github.com/stenciljs/core/blob/6017dad2cb6fe366242e2e0594f82c8e3a3b5d15/src/declarations/stencil-public-compiler.ts#L895
* Types can't be imported in this documented as Eslint will not embed the types
* in the d.ts file.
*/
diff --git a/src/runtime/set-value.ts b/src/runtime/set-value.ts
index 9a3850245e8..0b362320d39 100644
--- a/src/runtime/set-value.ts
+++ b/src/runtime/set-value.ts
@@ -14,7 +14,7 @@ export const setValue = (ref: d.RuntimeRef, propName: string, newVal: any, cmpMe
/**
* If the host element is not found, let's fail with a better error message and provide
- * details on why this may happen. In certain cases, e.g. see https://github.com/ionic-team/stencil/issues/5457,
+ * details on why this may happen. In certain cases, e.g. see https://github.com/stenciljs/core/issues/5457,
* users might import a component through e.g. a loader script, which causes confusions in runtime
* as there are multiple runtimes being loaded and/or different components used with different
* loading strategies, e.g. lazy vs implicitly loaded.
@@ -28,7 +28,7 @@ export const setValue = (ref: d.RuntimeRef, propName: string, newVal: any, cmpMe
'a 3rd party Stencil component with another Stencil component or application. ' +
'Please reach out to the maintainers of the 3rd party Stencil component or report ' +
'this on the Stencil Discord server (https://chat.stenciljs.com) or comment ' +
- 'on this similar [GitHub issue](https://github.com/ionic-team/stencil/issues/5457).',
+ 'on this similar [GitHub issue](https://github.com/stenciljs/core/issues/5457).',
);
}
diff --git a/src/runtime/test/render-vdom.spec.tsx b/src/runtime/test/render-vdom.spec.tsx
index a72d34af264..28cf1b4dc21 100644
--- a/src/runtime/test/render-vdom.spec.tsx
+++ b/src/runtime/test/render-vdom.spec.tsx
@@ -1192,7 +1192,7 @@ describe('render-vdom', () => {
// have trouble with.
//
// This is essentially a regression test for the issue described in
- // https://github.com/ionic-team/stencil/issues/3253
+ // https://github.com/stenciljs/core/issues/3253
expect(rootInstance.divRef).toEqual(root.querySelector('.a'));
});
});
diff --git a/src/sys/node/node-stencil-version-checker.ts b/src/sys/node/node-stencil-version-checker.ts
index 3fe6999dac5..155440d7644 100644
--- a/src/sys/node/node-stencil-version-checker.ts
+++ b/src/sys/node/node-stencil-version-checker.ts
@@ -8,7 +8,7 @@ import type { Logger, PackageJsonData } from '../../declarations';
const REGISTRY_URL = `https://registry.npmjs.org/@stencil/core`;
const CHECK_INTERVAL = 1000 * 60 * 60 * 24 * 7;
-const CHANGELOG = `https://github.com/ionic-team/stencil/blob/main/CHANGELOG.md`;
+const CHANGELOG = `https://github.com/stenciljs/core/blob/main/CHANGELOG.md`;
export async function checkVersion(logger: Logger, currentVersion: string): Promise<() => void> {
try {
diff --git a/src/utils/constants.ts b/src/utils/constants.ts
index 5c547a953eb..b24af5ce26e 100644
--- a/src/utils/constants.ts
+++ b/src/utils/constants.ts
@@ -243,7 +243,7 @@ export const GENERATED_DTS = 'components.d.ts';
* Note: this is a duplicate of the `NODE_TYPES` enum in mock-doc, it's
* copied over here so that we do not need to introduce a dependency on the
* mock-doc bundle in the runtime. See
- * https://github.com/ionic-team/stencil/pull/5705 for more details.
+ * https://github.com/stenciljs/core/pull/5705 for more details.
*/
export const enum NODE_TYPES {
ELEMENT_NODE = 1,
diff --git a/test/copy-task/package.json b/test/copy-task/package.json
index 4ade4e8bbc4..167021bca60 100644
--- a/test/copy-task/package.json
+++ b/test/copy-task/package.json
@@ -25,7 +25,7 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/ionic-team/stencil-component-starter.git"
+ "url": "https://github.com/stenciljs/component-starter.git"
},
"files": [
"dist/"
diff --git a/test/docs-readme/custom-readme-output/components/styleurls-component/readme.md b/test/docs-readme/custom-readme-output/components/styleurls-component/readme.md
index 25ca25ec7b2..f174d11b59c 100644
--- a/test/docs-readme/custom-readme-output/components/styleurls-component/readme.md
+++ b/test/docs-readme/custom-readme-output/components/styleurls-component/readme.md
@@ -4,7 +4,7 @@ This file is in a custom location, set with `.dir` on the `docs-readme` OT.
The content here above the 'auto-generation' comment shouldn't be overwritten.
-This is a regression test for the issue reported in ionic-team/stencil#5400.
+This is a regression test for the issue reported in stenciljs/core#5400.
diff --git a/test/wdio/ref-attr-order/cmp.tsx b/test/wdio/ref-attr-order/cmp.tsx
index 63813c9fb79..d986486c37c 100644
--- a/test/wdio/ref-attr-order/cmp.tsx
+++ b/test/wdio/ref-attr-order/cmp.tsx
@@ -12,7 +12,7 @@ export class RefAttrOrder {
// this is testing that even though the `ref` attribute is declared first in
// the JSX for the `div` the `ref` callback will nonetheless be called after
// the `tabIndex` attribute is applied to the element.
- // See https://github.com/ionic-team/stencil/issues/4074
+ // See https://github.com/stenciljs/core/issues/4074
render() {
return (