Skip to content

Bump the dependencies group with 7 updates - #705

Merged
andersy005 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-28bde00ec7
Sep 2, 2024
Merged

Bump the dependencies group with 7 updates#705
andersy005 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-28bde00ec7

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubSep 1, 2024

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 7 updates:

PackageFromTo
@emotion/react11.13.011.13.3
@next/mdx14.2.514.2.7
apexcharts3.51.03.53.0
framer-motion11.3.2111.3.31
isomorphic-dompurify2.14.02.15.0
next14.2.514.2.7
react-icons5.2.15.3.0

Updates @emotion/react from 11.13.0 to 11.13.3

Release notes

Sourced from @​emotion/react's releases.

@​emotion/react@​11.13.3

Patch Changes

Commits

Updates @next/mdx from 14.2.5 to 14.2.7

Release notes

Sourced from @​next/mdx's releases.

v14.2.7

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Revert "chore: externalize undici for bundling" (#65727)
  • Refactor internal routing headers to use request meta (#66987)
  • fix(next): add cross origin in react dom preload (#67423)
  • build: upgrade edge-runtime (#67565)
  • GTM dataLayer parameter should take an object, not an array of strings (#66339)
  • fix: properly patch lockfile against swc bindings (#66515)
  • Add deployment id header for rsc payload if present (#67255)
  • Update font data (#68639)
  • fix i18n data pathname resolving (#68947)
  • pages router: ensure x-middleware-cache is respected (#67734)
  • Fix bad modRequest in flight entry manifest #68888
  • Reject next image urls in image optimizer #68628
  • Fix hmr assetPrefix escaping and reuse logic from other files #67983

Credits

Huge thanks to @​kjugi, @​huozhi, @​ztanner, @​SukkaW, @​marlier, @​Kikobeats, @​syi0808, @​ijjk, and @​samcx for helping!

v14.2.6

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Ensure fetch cache TTL is updated properly (#69164)
Commits

Updates apexcharts from 3.51.0 to 3.53.0

Release notes

Sourced from apexcharts's releases.

💎 Version 3.53.0

What's new

New Property

New method

  • highlightSeries; In a multi-series chart, call this method to reduce opacity of all other series and only highlight a particular one.

Enhancements

  • Mousewheel support for zooming; references #960

Bugfixes

Announcements

  • End support for IE11.

New Contributors

Full Changelog: apexcharts/apexcharts.js@v3.52.0...v3.53.0

💎 Version 3.52.0

What's Changed

New Contributors

Full Changelog: apexcharts/apexcharts.js@v3.51.0...v3.52.0

Commits

Updates framer-motion from 11.3.21 to 11.3.31

Changelog

Sourced from framer-motion's changelog.

[11.3.31] 2024-08-29

Fixed

  • Detects conflicts between optimised animations and rendered style.
  • Resumes optimised animations where possible once layout measurements are complete.

[11.3.30] 2024-08-23

Fixed

  • Removed double "change" handler on externally-provided MotionValues.

[11.3.29] 2024-08-21

Fixed

  • Selective cancellation of optimised appear animations.

[11.3.28] 2024-08-15

Fixed

  • Use startTime instead of elapsed to sync optimised animations.

[11.3.27] 2024-08-14

Changed

  • Allow manual setting of startTime via animation options (currently for internal use only).

[11.3.26] 2024-08-14

Fixed

  • Improving synchronisation between DOM animations on externally-provided MotionValues and internal MotionValues.
  • Fixing unit conversion on DOM animations with externally-provided MotionValues.

[11.3.25] 2024-08-14

Changed

  • Improve calculation of startTime to prefer the immediacy of animation creation over keyframe resolution, but fall back to the latter if the former would lead to a perceptual jump.

[11.3.24] 2024-08-08

Fixed

  • Fixing incorrect version publish.

... (truncated)

Commits

Updates isomorphic-dompurify from 2.14.0 to 2.15.0

Release notes

Sourced from isomorphic-dompurify's releases.

Updated dependencies. Switched to Vitest

Changelog

  • Updated jsdom and other dependencies.
  • Switched from Jest to Vitest for testing.

See the complete changelog for more details.

Release

2.15.0

Commits
  • 218feb1 Preparing for the release.
  • 114c8d5 Merged changes from remote.
  • 6ab7256 Switched from Jest to Vitest for testing.
  • 6249bda Merge pull request #281 from kkomelin/dependabot/npm_and_yarn/jsdom-25.0.0
  • 79ae327 Bump jsdom from 24.1.1 to 25.0.0
  • 4e425cb Merge pull request #280 from kkomelin/dependabot/npm_and_yarn/terser-5.31.6
  • 0eaad9f Bump terser from 5.31.4 to 5.31.6
  • 8002723 Merge pull request #278 from kkomelin/dependabot/npm_and_yarn/terser-5.31.4
  • b13d627 Bump terser from 5.31.3 to 5.31.4
  • See full diff in compare view

Updates next from 14.2.5 to 14.2.7

Release notes

Sourced from next's releases.

v14.2.7

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Revert "chore: externalize undici for bundling" (#65727)
  • Refactor internal routing headers to use request meta (#66987)
  • fix(next): add cross origin in react dom preload (#67423)
  • build: upgrade edge-runtime (#67565)
  • GTM dataLayer parameter should take an object, not an array of strings (#66339)
  • fix: properly patch lockfile against swc bindings (#66515)
  • Add deployment id header for rsc payload if present (#67255)
  • Update font data (#68639)
  • fix i18n data pathname resolving (#68947)
  • pages router: ensure x-middleware-cache is respected (#67734)
  • Fix bad modRequest in flight entry manifest #68888
  • Reject next image urls in image optimizer #68628
  • Fix hmr assetPrefix escaping and reuse logic from other files #67983

Credits

Huge thanks to @​kjugi, @​huozhi, @​ztanner, @​SukkaW, @​marlier, @​Kikobeats, @​syi0808, @​ijjk, and @​samcx for helping!

v14.2.6

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Ensure fetch cache TTL is updated properly (#69164)
Commits

Updates react-icons from 5.2.1 to 5.3.0

Release notes

Sourced from react-icons's releases.

v5.3.0

What's Changed

New Contributors

Full Changelog: react-icons/react-icons@v5.2.1...v5.3.0

Icon LibraryLicenseVersionCount
Circum IconsMPL-2.0 license1.0.0288
Font Awesome 5CC BY 4.0 License5.15.4-3-gafecf2a1612
Font Awesome 6CC BY 4.0 License6.5.22045
Ionicons 4MIT4.6.3696
Ionicons 5MIT5.5.41332
Material Design iconsApache License Version 2.04.0.0-98-g9beae745bb4341
TypiconsCC BY-SA 3.02.1.2336
Github Octicons iconsMIT18.3.0264
FeatherMIT4.29.1287
LucideISCv5.3.01215
Game IconsCC BY 3.012920d6565588f0512542a3cb0cdfd36a497f9104040
Weather IconsSIL OFL 1.12.0.12219
DeviconsMIT1.8.0192
Ant Design IconsMIT4.4.2831
Bootstrap IconsMIT1.11.32716
Remix IconApache License Version 2.04.2.02860
Flat Color IconsMIT1.0.2329
Grommet-IconsApache License Version 2.04.12.1635
HeroiconsMIT1.0.6460
Heroicons 2MIT2.1.3888
Simple IconsCC0 1.0 Universal12.4.03209
Simple Line IconsMIT2.5.5189
IcoMoon FreeCC BY 4.0 Licensed006795ede82361e1bac1ee76f215cf1dc51e4ca491
BoxIconsMIT2.1.41634
css.ggMIT2.1.1704
VS Code IconsCC BY 4.00.0.35461
Tabler IconsMIT3.3.05256
Themify IconsMITv0.1.2-2-g9600186352
Radix IconsMIT@radix-ui/react-icons@1.3.0-1-g94b3fcf318
Phosphor IconsMIT2.1.19072
Icons8 Line AwesomeMIT1.3.11544
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 7 updates:
| Package | From | To |
| --- | --- | --- |
| [@emotion/react](https://github.com/emotion-js/emotion) | `11.13.0` | `11.13.3` |
| [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) | `14.2.5` | `14.2.7` |
| [apexcharts](https://github.com/apexcharts/apexcharts.js) | `3.51.0` | `3.53.0` |
| [framer-motion](https://github.com/framer/motion) | `11.3.21` | `11.3.31` |
| [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify) | `2.14.0` | `2.15.0` |
| [next](https://github.com/vercel/next.js) | `14.2.5` | `14.2.7` |
| [react-icons](https://github.com/react-icons/react-icons) | `5.2.1` | `5.3.0` |
Updates `@emotion/react` from 11.13.0 to 11.13.3
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/react@11.13.0...@emotion/react@11.13.3)
Updates `@next/mdx` from 14.2.5 to 14.2.7
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.7/packages/next-mdx)
Updates `apexcharts` from 3.51.0 to 3.53.0
- [Release notes](https://github.com/apexcharts/apexcharts.js/releases)
- [Commits](apexcharts/apexcharts.js@v3.51.0...v3.53.0)
Updates `framer-motion` from 11.3.21 to 11.3.31
- [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v11.3.21...v11.3.31)
Updates `isomorphic-dompurify` from 2.14.0 to 2.15.0
- [Release notes](https://github.com/kkomelin/isomorphic-dompurify/releases)
- [Commits](kkomelin/isomorphic-dompurify@v2.14.0...v2.15.0)
Updates `next` from 14.2.5 to 14.2.7
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.5...v14.2.7)
Updates `react-icons` from 5.2.1 to 5.3.0
- [Release notes](https://github.com/react-icons/react-icons/releases)
- [Commits](react-icons/react-icons@v5.2.1...v5.3.0)
---
updated-dependencies:
- dependency-name: "@emotion/react"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: "@next/mdx"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: apexcharts
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: framer-motion
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: isomorphic-dompurify
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: next
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: react-icons
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 1, 2024
@vercel

vercelBot commented Sep 1, 2024

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

NameStatusPreviewCommentsUpdated (UTC)
xarray-dev✅ Ready (Inspect)Visit Preview💬 Add feedbackSep 1, 2024 7:25pm

@andersy005
andersy005 merged commit f372419 into mainSep 2, 2024
@andersy005
andersy005 deleted the dependabot/npm_and_yarn/dependencies-28bde00ec7 branch September 2, 2024 00:08
dcherian added a commit that referenced this pull request Nov 12, 2024
* upstream/main:
Fix hydration warning due to nested links (#725)
Bump typescript from 5.6.2 to 5.6.3 (#724)
[pre-commit.ci] pre-commit autoupdate (#720)
Bump webpack from 5.95.0 to 5.96.1 (#723)
Bump the dev-dependencies group across 1 directory with 4 updates (#719)
Bump webpack from 5.94.0 to 5.95.0 (#718)
Bump @fontsource-variable/inter from 5.0.20 to 5.1.0 (#717)
Bump typescript from 5.5.4 to 5.6.2 (#716)
Bump the dependencies group with 9 updates (#714)
Bump next from 14.2.7 to 14.2.10 (#711)
Turn off survey banner (#710)
Update opengraph thumbnails (#709)
GroupBy(multiple variables) (#703)
Bump webpack from 5.93.0 to 5.94.0 (#704)
Bump micromatch from 4.0.7 to 4.0.8 (#707)
Bump the dependencies group with 7 updates (#705)
Bump the dev-dependencies group with 4 updates (#706)
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@andersy005