Skip to content

Commit

Permalink
chore(deps): update dependency babel-loader to v9 (#41)
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 |
|---|---|---|---|---|---|
| [babel-loader](https://togithub.com/babel/babel-loader) | [`8.3.0` -> `9.1.0`](https://renovatebot.com/diffs/npm/babel-loader/8.3.0/9.1.0) | [![age](https://badges.renovateapi.com/packages/npm/babel-loader/9.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/babel-loader/9.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/babel-loader/9.1.0/compatibility-slim/8.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/babel-loader/9.1.0/confidence-slim/8.3.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>babel/babel-loader</summary>

### [`v9.1.0`](https://togithub.com/babel/babel-loader/releases/tag/v9.1.0)

[Compare Source](https://togithub.com/babel/babel-loader/compare/v9.0.1...v9.1.0)

#### New features

-   Pass external dependencies from Babel to Webpack by [@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo) in [babel/babel-loader#971

**Full Changelog**: babel/babel-loader@v9.0.1...v9.1.0

### [`v9.0.1`](https://togithub.com/babel/babel-loader/releases/tag/v9.0.1)

[Compare Source](https://togithub.com/babel/babel-loader/compare/v9.0.0...v9.0.1)

#### Bug Fixes

-   remove "node:" builtin prefix by [@&#8203;JLHwung](https://togithub.com/JLHwung) in [babel/babel-loader#970

**Full Changelog**: babel/babel-loader@v9.0.0...v9.0.1

### [`v9.0.0`](https://togithub.com/babel/babel-loader/releases/tag/v9.0.0)

[Compare Source](https://togithub.com/babel/babel-loader/compare/v8.3.0...v9.0.0)

#### What's Changed

-   update hash method mechanism so it doesn't fail on a fips enabled machine by [@&#8203;darmbrust](https://togithub.com/darmbrust) in [babel/babel-loader#939
-   Require babel ^7.12.0 and Node.js >= 14.15.0 versions by [@&#8203;JLHwung](https://togithub.com/JLHwung) in [babel/babel-loader#956
-   Remove dependency on loader-utils and drop webpack 4 support by [@&#8203;nied](https://togithub.com/nied) in [babel/babel-loader#942

#### New Contributors

-   [@&#8203;darmbrust](https://togithub.com/darmbrust) made their first contribution in [babel/babel-loader#939
-   [@&#8203;nied](https://togithub.com/nied) made their first contribution in [babel/babel-loader#942

**Full Changelog**: babel/babel-loader@v8.2.5...v9.0.0

</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 is behind base branch, or you tick the rebase/retry checkbox.

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

---

 - [ ] 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://app.renovatebot.com/dashboard#github/weareinreach/InReach).



PR-URL: #41
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
kodiakhq[bot] and renovate[bot] committed Nov 10, 2022
2 parents 2c99dfb + 9a0d5c8 commit 35a869a
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Expand Up @@ -41,7 +41,7 @@
"@types/react-dom": "18.0.8",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"babel-loader": "8.3.0",
"babel-loader": "9.1.0",
"chromatic": "6.11.4",
"css-loader": "6.7.1",
"next-transpile-modules": "10.0.0",
Expand Down
66 changes: 61 additions & 5 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 35a869a

Please sign in to comment.