From b57115b353abe76bbf2f850f77040dae268064df Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 18 Dec 2023 06:04:57 +0000
Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20@loadable/component?=
=?UTF-8?q?=20from=205.15.3=20to=205.16.2=20in=20/website=20(#4874)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [@loadable/component](https://github.com/gregberge/loadable-components) from 5.15.3 to 5.16.2.
Release notes
Sourced from @loadable/component's releases.
ESM all the things
Babel plugin improvements
Features
Changelog
Sourced from @loadable/component's changelog.
5.16.2 (2023-12-15)
Bug Fixes
- add esm exports to package.json and change esm bundle extension to .mjs to allow node.js to properly import esm version of package. (#989) (e4a3718)
5.16.1 (2023-07-20)
Bug Fixes
- correct babel plugin default signature to allow any source of 'loadable' (#972) (19849b6), closes #971
5.16.0 (2023-07-09)
Features
- Allow additional identifiers to be passed in to the babel plugin (#966) (e18e37a)
Commits
2210bcf v5.16.2
e4a3718 fix: add esm exports to package.json and change esm bundle extension to .mjs ...
09af825 v5.16.1
19849b6 fix: correct babel plugin default signature to allow any source of 'loadable'...
0e4b57f v5.16.0
edaf30c update documentation for babel plugin
e18e37a feat: Allow additional identifiers to be passed in to the babel plugin (#966)
2d1645d Added getEntrypointPath to ChunkExtractor and reading json from fs (#951)
- See full diff in compare view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
---
website/package-lock.json | 8 ++++----
website/package.json | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/website/package-lock.json b/website/package-lock.json
index aac410fbf..d9f38feee 100644
--- a/website/package-lock.json
+++ b/website/package-lock.json
@@ -11,7 +11,7 @@
"@docusaurus/core": "3.0.1",
"@docusaurus/plugin-google-gtag": "^3.0.1",
"@docusaurus/preset-classic": "3.0.1",
- "@loadable/component": "^5.15.3",
+ "@loadable/component": "^5.16.2",
"@mdx-js/react": "^3.0.0",
"animate.css": "^4.1.1",
"clsx": "2.0.0",
@@ -2929,9 +2929,9 @@
"integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A=="
},
"node_modules/@loadable/component": {
- "version": "5.15.3",
- "resolved": "https://registry.npmjs.org/@loadable/component/-/component-5.15.3.tgz",
- "integrity": "sha512-VOgYgCABn6+/7aGIpg7m0Ruj34tGetaJzt4bQ345FwEovDQZ+dua+NWLmuJKv8rWZyxOUSfoJkmGnzyDXH2BAQ==",
+ "version": "5.16.2",
+ "resolved": "https://registry.npmjs.org/@loadable/component/-/component-5.16.2.tgz",
+ "integrity": "sha512-WCtVYg7rWuxZLakHBiArMGkMIxu2O0JvXfNZOaB6pAx5pDyozvnxt5nrhg9DBZ9tEnQXaidnJCelauAWq/H61w==",
"dependencies": {
"@babel/runtime": "^7.7.7",
"hoist-non-react-statics": "^3.3.1",
diff --git a/website/package.json b/website/package.json
index a191c2a53..2fd74a7d6 100644
--- a/website/package.json
+++ b/website/package.json
@@ -17,7 +17,7 @@
"@docusaurus/core": "3.0.1",
"@docusaurus/plugin-google-gtag": "^3.0.1",
"@docusaurus/preset-classic": "3.0.1",
- "@loadable/component": "^5.15.3",
+ "@loadable/component": "^5.16.2",
"@mdx-js/react": "^3.0.0",
"animate.css": "^4.1.1",
"clsx": "2.0.0",