Skip to content

Commit

Permalink
bump(deps): update dependency esbuild to ^0.18.16 (#528)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [esbuild](https://github.com/evanw/esbuild) | [`^0.18.15` ->
`^0.18.16`](https://renovatebot.com/diffs/npm/esbuild/0.18.15/0.18.16) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/esbuild/0.18.16?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/esbuild/0.18.16?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/esbuild/0.18.15/0.18.16?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/esbuild/0.18.15/0.18.16?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>evanw/esbuild (esbuild)</summary>

###
[`v0.18.16`](https://github.com/evanw/esbuild/blob/HEAD/CHANGELOG.md#01816)

[Compare
Source](https://github.com/evanw/esbuild/compare/v0.18.15...v0.18.16)

- Fix a regression with whitespace inside `:is()`
([#&#8203;3265](https://github.com/evanw/esbuild/issues/3265))

The change to parse the contents of `:is()` in version 0.18.14
introduced a regression that incorrectly flagged the contents as a
syntax error if the contents started with a whitespace token (for
example `div:is( .foo ) {}`). This regression has been fixed.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/levaintech/contented).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 24, 2023
1 parent e124ebe commit f3cde53
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 93 deletions.
184 changes: 92 additions & 92 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/jest-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@stickyjs/jest": "1.2.2",
"esbuild": "^0.18.15",
"esbuild": "^0.18.16",
"esbuild-jest": "^0.5.0"
}
}

0 comments on commit f3cde53

Please sign in to comment.