Skip to content

Commit

Permalink
Revert "chore(deps): update dependency execa to v9 (#5758)" (#5761)
Browse files Browse the repository at this point in the history
* Release v4.18.1 (#5760)

* v4.18.1

* Update CHANGELOG.md

---------

Co-authored-by: alicewriteswrongs <6207644+alicewriteswrongs@users.noreply.github.com>
Co-authored-by: Alice Pote <alice.writes.wrongs@gmail.com>

* Revert "chore(deps): update dependency execa to v9 (#5758)"

This reverts commit e7f8129.

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
alicewriteswrongs and github-actions[bot] committed May 13, 2024
1 parent e864132 commit 95bb050
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 166 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 🐷 [4.18.1](https://github.com/ionic-team/stencil/compare/v4.18.0...v4.18.1) (2024-05-13)


### Bug Fixes

* **build:** do not copy polyfills to the `dist` OT unless building es5 ([#5725](https://github.com/ionic-team/stencil/issues/5725)) ([945df46](https://github.com/ionic-team/stencil/commit/945df46b72ec52bf348f10cb9bf58f337b11de7c)), closes [#5416](https://github.com/ionic-team/stencil/issues/5416)
* **compiler:** Allow OutputTargetCustom to be called on devMode ([#5541](https://github.com/ionic-team/stencil/issues/5541)) ([b0a9f7b](https://github.com/ionic-team/stencil/commit/b0a9f7b559b2a8efd21674609f35f6a09c430f01)), closes [#5514](https://github.com/ionic-team/stencil/issues/5514)
* **compiler:** deprecate `scriptDataOpts` ([#5737](https://github.com/ionic-team/stencil/issues/5737)) ([da25aaa](https://github.com/ionic-team/stencil/commit/da25aaa4f37df0fcedfc67a5dc063a60769fe2c1))
* **declarations:** Attribute ping is missing on AnchorHTMLAttributes ([#5752](https://github.com/ionic-team/stencil/issues/5752)) ([d345412](https://github.com/ionic-team/stencil/commit/d345412302a05323a4f8922aa7388fd67a4e4944)), closes [#5751](https://github.com/ionic-team/stencil/issues/5751)
* **runtime:** add root scope id to the user provided nested children as classname ([#5750](https://github.com/ionic-team/stencil/issues/5750)) ([e864132](https://github.com/ionic-team/stencil/commit/e8641322c3a6b08f31469312d5351d611aa05086)), closes [#5749](https://github.com/ionic-team/stencil/issues/5749)



# 🍵 [4.18.0](https://github.com/ionic-team/stencil/compare/v4.17.2...v4.18.0) (2024-05-06)


Expand Down
189 changes: 25 additions & 164 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stencil/core",
"version": "4.18.0",
"version": "4.18.1",
"license": "MIT",
"main": "./internal/stencil-core/index.cjs",
"module": "./internal/stencil-core/index.js",
Expand Down Expand Up @@ -95,7 +95,7 @@
"eslint-plugin-jsdoc": "^48.0.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-wdio": "^8.24.12",
"execa": "9.0.2",
"execa": "8.0.1",
"exit": "^0.1.2",
"fs-extra": "^11.0.0",
"glob": "10.3.14",
Expand Down

0 comments on commit 95bb050

Please sign in to comment.