chore(deps): bump the frontend-patches group in /frontend with 6 updates#9
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps the frontend-patches group in /frontend with 6 updates: | Package | From | To | | --- | --- | --- | | [react-force-graph-2d](https://github.com/vasturiano/react-force-graph) | `1.25.7` | `1.29.1` | | [swr](https://github.com/vercel/swr) | `2.2.5` | `2.4.1` | | [@tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography) | `0.5.15` | `0.5.19` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.20` | `10.5.0` | | [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.16` | `0.5.2` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.18.2` | `8.60.0` | Updates `react-force-graph-2d` from 1.25.7 to 1.29.1 - [Commits](https://github.com/vasturiano/react-force-graph/commits/v1.29.1) Updates `swr` from 2.2.5 to 2.4.1 - [Release notes](https://github.com/vercel/swr/releases) - [Commits](vercel/swr@v2.2.5...v2.4.1) Updates `@tailwindcss/typography` from 0.5.15 to 0.5.19 - [Release notes](https://github.com/tailwindlabs/tailwindcss-typography/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/main/CHANGELOG.md) - [Commits](tailwindlabs/tailwindcss-typography@v0.5.15...v0.5.19) Updates `autoprefixer` from 10.4.20 to 10.5.0 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.4.20...10.5.0) Updates `eslint-plugin-react-refresh` from 0.4.16 to 0.5.2 - [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases) - [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md) - [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.16...v0.5.2) Updates `typescript-eslint` from 8.18.2 to 8.60.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.60.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: react-force-graph-2d dependency-version: 1.29.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: frontend-patches - dependency-name: swr dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: frontend-patches - dependency-name: "@tailwindcss/typography" dependency-version: 0.5.19 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: frontend-patches - dependency-name: autoprefixer dependency-version: 10.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: frontend-patches - dependency-name: eslint-plugin-react-refresh dependency-version: 0.5.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: frontend-patches - dependency-name: typescript-eslint dependency-version: 8.60.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: frontend-patches ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the frontend-patches group in /frontend with 6 updates:
1.25.71.29.12.2.52.4.10.5.150.5.1910.4.2010.5.00.4.160.5.28.18.28.60.0Updates
react-force-graph-2dfrom 1.25.7 to 1.29.1Commits
Updates
swrfrom 2.2.5 to 2.4.1Release notes
Sourced from swr's releases.
... (truncated)
Commits
5fa29522.4.1825092bfix: Fix #4221 (#4223)acd241eRemove deprecated downlevelIteration option (#4216)9a029982.4.0f864770fix: Ensure preload runs only on client (#4213)1f93cc2fix: isHydration will cause unnecessary rerender (#4212)b75456afix: extra render when changing to new key with useSWRImmutable (#4209)de1dc5afix: Ensure useSWRImmutable overrides global refreshInterval (#4208)a5214bfci: add missing flag for canary test (#4206)4acf841migrate suspense related tests to e2e (#4204)Updates
@tailwindcss/typographyfrom 0.5.15 to 0.5.19Release notes
Sourced from @tailwindcss/typography's releases.
Changelog
Sourced from @tailwindcss/typography's changelog.
Commits
e002ab80.5.19bbb1c21Fix bad RGB syntax (#405)b316f950.5.18ed95206Fix variable declaration in opacity function (#403)7efcb4a0.5.17e0ec248chore(ci): update actions for release insiders511afcbAdd modifiers for description list elements (#357)042a531Addprose-picturemodifiers (#367)f822222Fixkbdshadow colors not being calculated on oklch colors (#387)ecb7e87Add Tailwind v4 custom color theme example to README (#396)Updates
autoprefixerfrom 10.4.20 to 10.5.0Release notes
Sourced from autoprefixer's releases.
Changelog
Sourced from autoprefixer's changelog.
Commits
faf456aRelease 10.5 versionb841fc5Update dependencies47d6e68Update email45cfc08Replace ESLint and Prettier to oxlint and oxfmt7e3ec7dAdd prefixing support for mask-position-x and mask-position-y (#1548)360f2d9Release 10.4.27 versionab5260cUpdate clean-publish09e9dd1Release 10.4.26 versionec75540Ignore local patches59601b8Update c8 and clean-publishUpdates
eslint-plugin-react-refreshfrom 0.4.16 to 0.5.2Release notes
Sourced from eslint-plugin-react-refresh's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-react-refresh's changelog.
... (truncated)
Commits
c0317bfFix support for nested function calls for extraHOCs [publish]42a1805Explicit v10 support (fixes #106) [publish]199793eSupport nested function calls for extraHOCs (fixes #104)26b3c15Support false positives with TypeScript function overloading (fixes #105)daa2efbRevamp logic to catch more cases [publish] (#97)95c02baRevert "Catch non React exports defined as call expressions"(fixes #95) [publ...8ea312dUpdate the name of next config (vite->next) (#96)4fc6d3dCatch non React exports defined as call expressions [publish]0397bdeAllow non-leading underscores (#94)6368815Add generate{ImageMetadata,Sitemaps,StaticParams} to Next config [publish] (#92)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for eslint-plugin-react-refresh since your current version.
Updates
typescript-eslintfrom 8.18.2 to 8.60.0Release notes
Sourced from typescript-eslint's releases.
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
... (truncated)
Commits
f891c29chore(release): publish 8.60.0ca6ca14chore(release): publish 8.59.44b927c6fix(typescript-eslint): export Compatible* types from typescript-eslint to re...48e13c0chore(release): publish 8.59.344f9625chore(deps): update vitest monorepo to v4.1.5 (#12307)2ec35f1chore(release): publish 8.59.25245793chore(release): publish 8.59.1ea9ae4fchore(release): publish 8.59.090c2803chore(release): publish 8.58.2b3315fdchore: convert import eslint to import js - followup (#12100)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for typescript-eslint since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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