Skip to content

Commit

Permalink
fix(deps): update dependency mlly to ^1.4.0 (#108)
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 |
|---|---|---|---|---|---|
| [mlly](https://github.com/unjs/mlly) | [`^1.3.0` ->
`^1.4.0`](https://renovatebot.com/diffs/npm/mlly/1.3.0/1.4.0) |
[![age](https://badges.renovateapi.com/packages/npm/mlly/1.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/mlly/1.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/mlly/1.4.0/compatibility-slim/1.3.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/mlly/1.4.0/confidence-slim/1.3.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>unjs/mlly</summary>

###
[`v1.4.0`](https://github.com/unjs/mlly/blob/HEAD/CHANGELOG.md#v140)

[Compare Source](https://github.com/unjs/mlly/compare/v1.3.0...v1.4.0)

[compare
changes](https://github.com/unjs/mlly/compare/v1.3.0...v1.4.0)

##### 🚀 Enhancements

- `findTypeImports` for finding type imports
([#&#8203;163](https://github.com/unjs/mlly/pull/163))
- Add `parseNodeModulePath` and `lookupNodeModuleSubpath` utils
([#&#8203;89](https://github.com/unjs/mlly/pull/89))

##### 🩹 Fixes

- Fix `resolvePath` return type
([#&#8203;172](https://github.com/unjs/mlly/pull/172))
- **findStaticImports:** Support special chars in import specifiers
([#&#8203;169](https://github.com/unjs/mlly/pull/169))

##### 🏡 Chore

- **release:** V1.3.0
([26063d3](https://github.com/unjs/mlly/commit/26063d3))
- Update dependencies
([e075161](https://github.com/unjs/mlly/commit/e075161))
-   Lint ([7237b0b](https://github.com/unjs/mlly/commit/7237b0b))

##### ✅ Tests

- Add edge case test for `findStaticImports`
([f0b120b](https://github.com/unjs/mlly/commit/f0b120b))

##### ❤️  Contributors

-   Pooya Parsa ([@&#8203;pi0](http://github.com/pi0))
-   Daniel Roe <[email protected]>
-   Lsh
-   Aaron Bassett <arbassett4@&#8203;outlook.com>

</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/yjl9903/vite-plugin-sharedworker).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
yjl9903 committed Jun 21, 2023
2 parents 79cf58a + 952cea0 commit b3bc6a7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/vite-plugin-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"mlly": "^1.3.0"
"mlly": "^1.4.0"
},
"devDependencies": {
"@types/node": "^18.16.18",
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

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

0 comments on commit b3bc6a7

Please sign in to comment.