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 across 1 directory with 8 updates #34

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

Bumps the dependencies group with 8 updates in the / directory:

Package From To
@emotion/react 11.13.0 11.13.3
@plasmohq/storage 1.11.0 1.12.0
framer-motion 11.3.21 11.5.4
react-intersection-observer 9.13.0 9.13.1
@types/react 18.3.3 18.3.5
husky 9.1.4 9.1.5
vite-tsconfig-paths 4.3.2 5.0.1
wxt 0.19.4 0.19.9

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 @plasmohq/storage from 1.11.0 to 1.12.0

Release notes

Sourced from @​plasmohq/storage's releases.

v1.12.0

What's Changed

Full Changelog: PlasmoHQ/storage@v1.11.0...v1.12.0

Commits

Updates framer-motion from 11.3.21 to 11.5.4

Changelog

Sourced from framer-motion's changelog.

[11.5.4] 2024-09-05

Fixed

  • Improving tree-shakability.

[11.5.3] 2024-09-05

Fixed

  • Reorder components now import motion proxy.

[11.5.2] 2024-09-04

Added

  • Changing motion() deprecation warning to warnOnce.

[11.5.1] 2024-09-04

Added

  • Exporting findSpring for internal use.

[11.5.0] 2024-09-04

Added

  • motion.create() and m.create().

Deprecrated

  • motion() and m().

[11.4.0] 2024-09-03

Added

  • Support for React Server Components, including new entrypoints for motion and m components.

[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

... (truncated)

Commits

Updates react-intersection-observer from 9.13.0 to 9.13.1

Release notes

Sourced from react-intersection-observer's releases.

v9.13.1

9.13.1 (2024-09-04)

Bug Fixes

  • align IntersectionObserver options with DOM API (abb4ee8)
Commits
  • 7c6939a Merge pull request #701 from thebuilder/fix/align-options-with-dom
  • abb4ee8 fix: align IntersectionObserver options with DOM API
  • b6ef3ce Merge pull request #698 from thebuilder/fix/action-install-playwright
  • 4193313 ci: fix install playwright correctly in test run
  • See full diff in compare view

Updates @types/react from 18.3.3 to 18.3.5

Commits

Updates husky from 9.1.4 to 9.1.5

Release notes

Sourced from husky's releases.

v9.1.5

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.4...v9.1.5

Commits

Updates vite-tsconfig-paths from 4.3.2 to 5.0.1

Release notes

Sourced from vite-tsconfig-paths's releases.

v5.0.0

This package is now ESM only in order to align with Vite: https://vitejs.dev/guide/migration#deprecate-cjs-node-api

If your project is using CommonJS, you can rename your Vite config to use the .mjs or .mts extension (depending on whether you use TypeScript or not). If you're not using Vite v5.0.0+, you may want to pin your dependency to v4 of this plugin.

Commits

Updates wxt from 0.19.4 to 0.19.9

Release notes

Sourced from wxt's releases.

wxt v0.19.9

compare changes

🚀 Enhancements

  • modules: Add wxt.hook alias for wxt.hooks.hook (c5f78d0)
  • Use @types/chrome for config manifest type (#969)

🩹 Fixes

  • Allow adding multiple hyphens in an entrypoint name (#949)
  • Duplicate BuildOutput.publicAssets (#951)
  • Properly overload import.meta.env with WXT's own environment globals (#966)

📖 Documentation

  • Add docs around importEntrypoint to relevant functions (143b5ac)

🌊 Types

  • modules: Use NestedHooks instead of Partial for hooks object (0ebb013)

🏡 Chore

  • Fix type error (#946)
  • Add oxlint for linting (#947)
  • deps: Bump ora from 8.0.1 to 8.1.0 (#961)
  • deps: Bump unimport from 3.9.1 to 3.11.1 (#960)
  • deps: Bump execa from 9.3.0 to 9.3.1 (#957)
  • Cleanup leftover E2E test artifacts (#968)

❤️ Contributors

wxt v0.19.8

compare changes

🔥 Performance

  • Ignore output directories for all vite.watcher (#924)

🩹 Fixes

  • Fallback to GitHub API for listing templates when ungh is down (#944)

🏡 Chore

  • types: Cleanup types in wxt/browser/chrome (#932)

... (truncated)

Commits
  • 3eb505d chore(release): wxt v0.19.9
  • fbe502f chore: Cleanup leftover E2E test artifacts (#968)
  • c143a99 fix: Properly overload import.meta.env with WXT's own environment globals (...
  • e3555b6 Update description after 447d011
  • df934d2 Correct version number after 447d011
  • 447d011 docs: Retroactively mention breaking change in v0.18.5
  • abe1263 feat: Use @types/chrome for config manifest type (#969)
  • 143b5ac docs: Add docs around importEntrypoint to relevant functions
  • 87fbb1f chore(deps): bump execa from 9.3.0 to 9.3.1 (#957)
  • 62f11bf chore(deps): bump sharp from 0.33.4 to 0.33.5 (#959)
  • Additional commits viewable 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

…dates

Bumps the dependencies group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@emotion/react](https://github.com/emotion-js/emotion) | `11.13.0` | `11.13.3` |
| [@plasmohq/storage](https://github.com/PlasmoHQ/storage) | `1.11.0` | `1.12.0` |
| [framer-motion](https://github.com/framer/motion) | `11.3.21` | `11.5.4` |
| [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer) | `9.13.0` | `9.13.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.3` | `18.3.5` |
| [husky](https://github.com/typicode/husky) | `9.1.4` | `9.1.5` |
| [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) | `4.3.2` | `5.0.1` |
| [wxt](https://github.com/wxt-dev/wxt) | `0.19.4` | `0.19.9` |



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/[email protected]...@emotion/[email protected])

Updates `@plasmohq/storage` from 1.11.0 to 1.12.0
- [Release notes](https://github.com/PlasmoHQ/storage/releases)
- [Commits](PlasmoHQ/storage@v1.11.0...v1.12.0)

Updates `framer-motion` from 11.3.21 to 11.5.4
- [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md)
- [Commits](framer/motion@v11.3.21...v11.5.4)

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

Updates `@types/react` from 18.3.3 to 18.3.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `husky` from 9.1.4 to 9.1.5
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.1.4...v9.1.5)

Updates `vite-tsconfig-paths` from 4.3.2 to 5.0.1
- [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases)
- [Commits](aleclarson/vite-tsconfig-paths@v4.3.2...v5.0.1)

Updates `wxt` from 0.19.4 to 0.19.9
- [Release notes](https://github.com/wxt-dev/wxt/releases)
- [Commits](wxt-dev/wxt@wxt-v0.19.4...wxt-v0.19.9)

---
updated-dependencies:
- dependency-name: "@emotion/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@plasmohq/storage"
  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-minor
  dependency-group: dependencies
- dependency-name: react-intersection-observer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: vite-tsconfig-paths
  dependency-type: direct:development
  update-type: version-update:semver-major
  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 Sep 9, 2024
@ryohidaka ryohidaka merged commit 7ff155d into main Sep 12, 2024
4 checks passed
@ryohidaka ryohidaka deleted the dependabot/npm_and_yarn/dependencies-2c0529dbbd branch September 12, 2024 11:25
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.

1 participant