Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the dependencies group with 3 updates #26

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2024

Bumps the dependencies group with 3 updates: framer-motion, react-intersection-observer and wxt.

Updates framer-motion from 11.2.13 to 11.3.2

Changelog

Sourced from framer-motion's changelog.

[11.3.2] 2024-07-11

Fixed

  • No longer adding background-color to will-change.

[11.3.1] 2024-07-11

Updated

  • Externally-provided MotionValues are no longer permanently added to will-change.

[11.3.0] 2024-07-10

Updated

  • Animations automatically optimised via will-change.

[11.2.14] 2024-07-09

Updated

  • Improved performance of core render loop.
Commits

Updates react-intersection-observer from 9.10.3 to 9.13.0

Release notes

Sourced from react-intersection-observer's releases.

v9.13.0

9.13.0 (2024-07-11)

Features

v9.12.0

9.12.0 (2024-07-11)

Features

  • upgrade to Vitest 2 (#690) (054adf4)
    • Upgrade to Vitest 2
    • Add basic browser mode test, that runs with an unmocked IntersectionObserver
    • Types cleanup in test-utils, getting rid of @types/jest (replaced with vitest)
    • Move test mocking setup from beforeEach to beforeAll

v9.11.0

9.11.0 (2024-07-11)

Features

  • remove script to publish dist dir (0980efa)
Commits
  • c9cef8f feat: fix package exports and simplify build (#695)
  • 054adf4 feat: upgrade to Vitest 2 (#690)
  • e3f8129 Merge pull request #693 from thebuilder/fix/semantic-release
  • 1961939 ci: fix semantic release config
  • 6e90b03 Merge pull request #691 from thebuilder/feat/remove-dist-copy
  • 214cf98 ci: run the build task in package new
  • 0980efa feat: remove script to publish dist dir
  • 7feb5b6 chore: upgrade dependencies (#688)
  • 40901ee ci: use pkg-pr-new to publish preview packages (#687)
  • 33efbcb docs: update readme and recipes (#686)
  • Additional commits viewable in compare view

Updates wxt from 0.18.12 to 0.18.14

Release notes

Sourced from wxt's releases.

wxt v0.18.14

compare changes

🩹 Fixes

  • modules: Add types from all wxt node_modules, not just ones with config (#817)

wxt v0.18.13

compare changes

🚀 Enhancements

  • config: dev.server.hostname (#807)
  • Add XPath support to getAnchor() (#813)

🩹 Fixes

  • Add debug logs for vite builder (#816)

❤️ Contributors

Commits
  • 3366c1e chore(release): wxt v0.18.14
  • 82be31a fix(modules): Add types from all wxt node_modules, not just ones with config ...
  • d767f3f chore(release): wxt v0.18.13
  • 48967c7 feat: add XPath support to getAnchor() (#813)
  • 6c4da72 fix: Add debug logs for vite builder (#816)
  • e9025fb docs: Update manifest.md (#815)
  • 8db6b31 docs: Add "Exchange Rate Converter" extensions to homepage (#808)
  • a19f9e1 feat(config): dev.server.hostname (#807)
  • a82eb46 docs: fix grammar (#806)
  • See full diff in compare view

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 3 updates: [framer-motion](https://github.com/framer/motion), [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer) and [wxt](https://github.com/wxt-dev/wxt).


Updates `framer-motion` from 11.2.13 to 11.3.2
- [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md)
- [Commits](framer/motion@v11.2.13...v11.3.2)

Updates `react-intersection-observer` from 9.10.3 to 9.13.0
- [Release notes](https://github.com/thebuilder/react-intersection-observer/releases)
- [Commits](thebuilder/react-intersection-observer@v9.10.3...v9.13.0)

Updates `wxt` from 0.18.12 to 0.18.14
- [Release notes](https://github.com/wxt-dev/wxt/releases)
- [Commits](wxt-dev/wxt@wxt-v0.18.12...wxt-v0.18.14)

---
updated-dependencies:
- dependency-name: framer-motion
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-intersection-observer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: wxt
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 15, 2024
@github-actions github-actions bot merged commit 5e52680 into main Jul 15, 2024
4 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/dependencies-ee44a8ea12 branch July 15, 2024 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants