From 831deb5d7bb7bdb8b30669e5e2d8e44ed1dce9f1 Mon Sep 17 00:00:00 2001 From: Ryan Waskiewicz Date: Tue, 14 Mar 2023 11:36:16 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B7=20v3.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 29 ++++++ NOTICE.md | 254 ++++++++++++++++++++++------------------------ package-lock.json | 4 +- package.json | 2 +- 4 files changed, 152 insertions(+), 137 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7d8c419748..6893f704298 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# 🌷 [3.2.0](/~https://github.com/ionic-team/stencil/compare/v3.1.0...v3.2.0) (2023-03-14) + + +### Bug Fixes + +* **cli:** support Jest-specific CLI flag aliases ([#4124](/~https://github.com/ionic-team/stencil/issues/4124)) ([56389a4](/~https://github.com/ionic-team/stencil/commit/56389a452d9b072976112ca6339d60b1aea9f73d)) +* **compiler:** use file system polling events in watch mode ([#4146](/~https://github.com/ionic-team/stencil/issues/4146)) ([4a12b06](/~https://github.com/ionic-team/stencil/commit/4a12b067f5dcc1048eeabe21fb551c071a3e67b4)), fixes [#3952](/~https://github.com/ionic-team/stencil/issues/3952), [#4011](/~https://github.com/ionic-team/stencil/issues/4011), [#4044](/~https://github.com/ionic-team/stencil/issues/4044) +* **test:** support importing from ES modules in spec tests ([#4136](/~https://github.com/ionic-team/stencil/issues/4136)) ([23a73f0](/~https://github.com/ionic-team/stencil/commit/23a73f0954db1cbc14f3c1d630cc7b5f81382128)), closes [#3251](/~https://github.com/ionic-team/stencil/issues/3251) +* **typo:** fix info task output ([#4099](/~https://github.com/ionic-team/stencil/issues/4099)) ([d88bf30](/~https://github.com/ionic-team/stencil/commit/d88bf3055123953cff8417c06cd07fc79680c76e)) + + +### Features + +* **config:** add enableImportInjection flag ([#4156](/~https://github.com/ionic-team/stencil/issues/4156)) ([2f23a8a](/~https://github.com/ionic-team/stencil/commit/2f23a8af5b0516218f352b41f6241bea96b28774)) + + +## Thanks + +🎉 Thanks for @sandrooco for their contributions! 🎉 + + # 🍕 [3.1.0](/~https://github.com/ionic-team/stencil/compare/v3.0.1...v3.1.0) (2023-02-28) @@ -167,6 +188,14 @@ See [the v3.0.0 Migration Guide](https://stenciljs.com/docs/introduction/upgradi +## 🎆 [2.22.3](/~https://github.com/ionic-team/stencil/compare/v2.22.2...v2.22.3) (2023-03-14) + + +### Bug Fixes + +* **compiler:** use file system polling events in watch mode ([#4147](/~https://github.com/ionic-team/stencil/issues/4147)) ([7f3d514](/~https://github.com/ionic-team/stencil/commit/7f3d514c5a12e6563e315a834329da40026dd538)), fixes [#3952](/~https://github.com/ionic-team/stencil/issues/3952), [#4011](/~https://github.com/ionic-team/stencil/issues/4011), [#4044](/~https://github.com/ionic-team/stencil/issues/4044) + + ## 🎈 [2.22.2](/~https://github.com/ionic-team/stencil/compare/v2.22.1...v2.22.2) (2023-01-23) diff --git a/NOTICE.md b/NOTICE.md index 86f829c0543..f6d0cb8cd77 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -1061,6 +1061,17 @@ Author: [James Halliday](http://substack.net) > 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. +-------- + +## `data-uri-to-buffer` + +License: MIT + +Author: Nathan Rajlich (http://n8.io/) + +Homepage: /~https://github.com/TooTallNate/node-data-uri-to-buffer + + -------- ## `deepmerge` @@ -1275,6 +1286,38 @@ Homepage: /~https://github.com/cowboy/node-exit -------- +## `fetch-blob` + +License: MIT + +Author: Jimmy Wärting (https://jimmy.warting.se) + +Homepage: /~https://github.com/node-fetch/fetch-blob#readme + +> MIT License +> +> Copyright (c) 2019 David Frank +> +> 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. + +-------- + ## `for-each` License: MIT @@ -1311,6 +1354,38 @@ Homepage: /~https://github.com/Raynos/for-each -------- +## `formdata-polyfill` + +License: MIT + +Author: Jimmy Wärting + +Homepage: /~https://github.com/jimmywarting/FormData#readme + +> MIT License +> +> Copyright (c) 2016 Jimmy Karl Roland Wärting +> +> 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. + +-------- + ## `fraction.js` License: MIT @@ -2028,66 +2103,6 @@ Author: [Luke Edwards](lukeed.com) -------- -## `lodash` - -License: MIT - -Author: John-David Dalton - -Contributors: John-David Dalton , Mathias Bynens - -Homepage: https://lodash.com/ - -> Copyright OpenJS Foundation and other contributors -> -> Based on Underscore.js, copyright Jeremy Ashkenas, -> DocumentCloud and Investigative Reporters & Editors -> -> This software consists of voluntary contributions made by many -> individuals. For exact contribution history, see the revision history -> available at /~https://github.com/lodash/lodash -> -> The following license applies to all parts of this software except as -> documented below: -> -> ==== -> -> 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. -> -> ==== -> -> Copyright and related rights for sample code are waived via CC0. Sample -> code is defined as all source code displayed within the prose of the -> documentation. -> -> CC0: http://creativecommons.org/publicdomain/zero/1.0/ -> -> ==== -> -> Files located in the node_modules and vendor directories are externally -> maintained libraries used by this software which have their own -> licenses; we recommend you read them, as their terms may differ from the -> terms above. - --------- - ## `lru-cache` License: ISC @@ -2211,17 +2226,49 @@ Author: Andrey Sitnik -------- +## `node-domexception` + +License: MIT + +Author: Jimmy Wärting + +Homepage: /~https://github.com/jimmywarting/node-domexception#readme + +> MIT License +> +> Copyright (c) 2021 Jimmy Wärting +> +> 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. + +-------- + ## `node-fetch` License: MIT Author: David Frank -Homepage: /~https://github.com/bitinn/node-fetch +Homepage: /~https://github.com/node-fetch/node-fetch > The MIT License (MIT) > -> Copyright (c) 2016 David Frank +> Copyright (c) 2016 - 2020 Node Fetch Team > > Permission is hereby granted, free of charge, to any person obtaining a copy > of this software and associated documentation files (the "Software"), to deal @@ -2708,19 +2755,6 @@ Author: [Terkel Gjervig](https://terkel.com) > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE > SOFTWARE. --------- - -## `punycode` - -License: MIT - -Author: [Mathias Bynens](https://mathiasbynens.be/) - -Contributors: [Mathias Bynens](https://mathiasbynens.be/) - -Homepage: https://mths.be/punycode - - -------- ## `resolve` @@ -3775,38 +3809,6 @@ Homepage: https://terser.org -------- -## `tr46` - -License: MIT - -Author: Sebastian Mayr - -Contributors: Timothy Gu - -> The MIT License (MIT) -> -> Copyright (c) 2016 Sebastian Mayr -> -> 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. - --------- - ## `typescript` License: Apache-2.0 @@ -3931,36 +3933,20 @@ Homepage: /~https://github.com/browserify/node-util -------- -## `webidl-conversions` - -License: BSD-2-Clause - -Author: Domenic Denicola (https://domenic.me/) - -> # The BSD 2-Clause License -> -> Copyright (c) 2014, Domenic Denicola -> All rights reserved. -> -> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -> -> 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -> -> 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -> -> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +## `web-streams-polyfill` --------- +License: MIT -## `whatwg-url` +Author: Mattias Buelens -License: MIT +Contributors: Diwank Singh -Author: Sebastian Mayr +Homepage: /~https://github.com/MattiasBuelens/web-streams-polyfill#readme > The MIT License (MIT) > -> Copyright (c) 2015–2016 Sebastian Mayr +> Copyright (c) 2020 Mattias Buelens +> Copyright (c) 2016 Diwank Singh Tomer > > Permission is hereby granted, free of charge, to any person obtaining a copy > of this software and associated documentation files (the "Software"), to deal @@ -3969,16 +3955,16 @@ Author: Sebastian Mayr > 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 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. +> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +> SOFTWARE. -------- diff --git a/package-lock.json b/package-lock.json index 1c1b6e051bf..89903ae1a33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@stencil/core", - "version": "3.1.0", + "version": "3.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@stencil/core", - "version": "3.1.0", + "version": "3.2.0", "license": "MIT", "bin": { "stencil": "bin/stencil" diff --git a/package.json b/package.json index 5f517120cd8..0d85c3df337 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stencil/core", - "version": "3.1.0", + "version": "3.2.0", "license": "MIT", "main": "./internal/stencil-core/index.cjs", "module": "./internal/stencil-core/index.js",