Skip to content

Commit

Permalink
📦 deps: update import-meta-resolve to v2.0.3 (#1554)
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 |
|---|---|---|---|---|---|
| [import-meta-resolve](https://togithub.com/wooorm/import-meta-resolve) | [`2.0.2` -> `2.0.3`](https://renovatebot.com/diffs/npm/import-meta-resolve/2.0.2/2.0.3) | [![age](https://badges.renovateapi.com/packages/npm/import-meta-resolve/2.0.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/import-meta-resolve/2.0.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/import-meta-resolve/2.0.3/compatibility-slim/2.0.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/import-meta-resolve/2.0.3/confidence-slim/2.0.2)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>wooorm/import-meta-resolve</summary>

### [`v2.0.3`](https://togithub.com/wooorm/import-meta-resolve/releases/tag/2.0.3)

[Compare Source](https://togithub.com/wooorm/import-meta-resolve/compare/2.0.2...2.0.3)

-   [`521dce7`](https://togithub.com/wooorm/import-meta-resolve/commit/521dce7) Fix resolving non-js files
    by [@&#8203;ifiokjr](https://togithub.com/ifiokjr) in [https://github.com/wooorm/import-meta-resolve/pull/6](https://togithub.com/wooorm/import-meta-resolve/pull/6)

**Full Changelog**: wooorm/import-meta-resolve@2.0.2...2.0.3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 2am" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

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

---

 - [ ] If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/roots/bud).
  • Loading branch information
renovate[bot] authored Jul 8, 2022
1 parent b798813 commit 7a1becd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-tsdoc": "0.2.16",
"import-meta-resolve": "2.0.2",
"import-meta-resolve": "2.0.3",
"jest": "28.1.1",
"json5": "2.2.1",
"lodash-es": "4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion sources/@roots/bud-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"fs-extra": "10.1.0",
"globby": "13.1.2",
"helpful-decorators": "2.1.0",
"import-meta-resolve": "2.0.2",
"import-meta-resolve": "2.0.3",
"js-yaml": "4.1.0",
"json5": "2.2.1",
"lodash-es": "4.17.21",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3612,7 +3612,7 @@ __metadata:
globby: 13.1.2
helpful-decorators: 2.1.0
http-proxy-middleware: 2.0.6
import-meta-resolve: 2.0.2
import-meta-resolve: 2.0.3
js-yaml: 4.1.0
json5: 2.2.1
lodash-es: 4.17.21
Expand Down Expand Up @@ -8209,7 +8209,7 @@ __metadata:
eslint-plugin-react-hooks: 4.6.0
eslint-plugin-simple-import-sort: 7.0.0
eslint-plugin-tsdoc: 0.2.16
import-meta-resolve: 2.0.2
import-meta-resolve: 2.0.3
jest: 28.1.1
json5: 2.2.1
lodash-es: 4.17.21
Expand Down Expand Up @@ -13497,12 +13497,12 @@ __metadata:
languageName: node
linkType: hard

"import-meta-resolve@npm:2.0.2":
version: 2.0.2
resolution: "import-meta-resolve@npm:2.0.2"
"import-meta-resolve@npm:2.0.3":
version: 2.0.3
resolution: "import-meta-resolve@npm:2.0.3"
dependencies:
builtins: ^5.0.0
checksum: 9fa17417eb80254cf42667d39936b0031ad970398dc0f7ebf6010cfa9bfe49cb90413d00c23be69cde6759415cec9e5ccc1bb32bd620b743e7c77d78beb02b6e
checksum: 3a0cc2f50b04e766712a7c60f1136c89c2d0cdd49bbbf8b810a6f1b0985cd3e897988d99bf6ce46103589806e6ba3e0d12b68f1e6bb51032beef3a2c2defd52e
languageName: node
linkType: hard

Expand Down

0 comments on commit 7a1becd

Please sign in to comment.