Skip to content

Commit

Permalink
Update dependency babel-loader to v8.3.0 (#663)
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.2.5` ->
`8.3.0`](https://renovatebot.com/diffs/npm/babel-loader/8.2.5/8.3.0) |
[![age](https://badges.renovateapi.com/packages/npm/babel-loader/8.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/babel-loader/8.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/babel-loader/8.3.0/compatibility-slim/8.2.5)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/babel-loader/8.3.0/confidence-slim/8.2.5)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/babel/babel-loader/compare/v8.2.5...v8.3.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@v8.2.5...v8.3.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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 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://app.renovatebot.com/dashboard#github/ziyadedher/ziyadedher).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTQuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 3, 2022
1 parent 98b3f6e commit a817af7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -82,7 +82,7 @@
"@yarnpkg/sdks": "3.0.0-rc.27",
"@ziyadedher/eslint-config": "3.1.1",
"autoprefixer": "10.4.13",
"babel-loader": "8.2.5",
"babel-loader": "8.3.0",
"chromatic": "6.11.4",
"codecov": "3.8.3",
"eslint": "8.26.0",
Expand Down
19 changes: 17 additions & 2 deletions yarn.lock
Expand Up @@ -6462,7 +6462,22 @@ __metadata:
languageName: node
linkType: hard

"babel-loader@npm:8.2.5, babel-loader@npm:^8.0.0":
"babel-loader@npm:8.3.0":
version: 8.3.0
resolution: "babel-loader@npm:8.3.0"
dependencies:
find-cache-dir: ^3.3.1
loader-utils: ^2.0.0
make-dir: ^3.1.0
schema-utils: ^2.6.5
peerDependencies:
"@babel/core": ^7.0.0
webpack: ">=2"
checksum: d48bcf9e030e598656ad3ff5fb85967db2eaaf38af5b4a4b99d25618a2057f9f100e6b231af2a46c1913206db506115ca7a8cbdf52c9c73d767070dae4352ab5
languageName: node
linkType: hard

"babel-loader@npm:^8.0.0":
version: 8.2.5
resolution: "babel-loader@npm:8.2.5"
dependencies:
Expand Down Expand Up @@ -20046,7 +20061,7 @@ __metadata:
"@yarnpkg/sdks": 3.0.0-rc.27
"@ziyadedher/eslint-config": 3.1.1
autoprefixer: 10.4.13
babel-loader: 8.2.5
babel-loader: 8.3.0
chart.js: 3.9.1
chromatic: 6.11.4
classnames: 2.3.2
Expand Down

1 comment on commit a817af7

@vercel
Copy link

@vercel vercel bot commented on a817af7 Nov 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.