-
Notifications
You must be signed in to change notification settings - Fork 21
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): update app dependencies #1682
Merged
Merged
Conversation
This file contains 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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
renovate
bot
force-pushed
the
renovate/app-dependencies
branch
from
June 18, 2024 19:13
f0dacee
to
28f34a3
Compare
renovate
bot
force-pushed
the
renovate/app-dependencies
branch
from
June 19, 2024 00:54
28f34a3
to
06e8c1b
Compare
renovate
bot
force-pushed
the
renovate/app-dependencies
branch
from
August 8, 2024 13:13
c57cc6c
to
c82576c
Compare
renovate
bot
force-pushed
the
renovate/app-dependencies
branch
from
August 8, 2024 14:53
c82576c
to
f5238b6
Compare
stipsan
approved these changes
Aug 8, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merging this even though the two embedded next examples are failing the build, will handle them in a separate PR after handling other deps
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR contains the following updates:
^0.7.0
->^0.9.2
^3.6.0
->^3.6.1
^7.7.1
->^7.7.2
14.2.4
->14.2.5
15.0.0-canary.36
->15.0.0-canary.109
^1.3.3
->^1.3.9
^1.11.3
->^1.11.5
^6.12.0
->^6.12.1
^2.9.2
->^2.11.1
^2.9.2
->^2.11.1
^2.9.2
->^2.11.1
^2.9.2
->^2.11.1
^2.9.2
->^2.11.1
^2.9.2
->^2.11.1
^3.0.4
->^3.0.5
^3.1.3
->^3.1.4
^6.20.0
->^6.21.1
^3.2.0
->^3.3.1
^3.46.1
->^3.53.0
^2.5.16
->^2.5.20
^0.5.13
->^0.5.14
0.5.13
->0.5.14
1.3.0
->1.3.2
^7.13.1
->^7.18.0
^7.13.1
->^7.18.0
^2.9.1
->^2.11.1
^4.10.3
->^4.13.2
10.4.19
->10.4.20
^10.4.19
->^10.4.20
14.2.4
->14.2.5
^5.1.3
->^5.2.1
12.1.0
->12.1.1
^2.40.0
->^2.43.0
^3.46.1
->^3.53.0
^5.1.9
->^5.1.14
^0.395.0
->^0.426.0
14.2.4
->14.2.5
15.0.0-canary.36
->15.0.0-canary.109
9.3.10
->9.4.4
^9.3.10
->^9.4.4
^3.12.2
->^3.12.4
8.4.38
->8.4.41
^8.4.38
->^8.4.41
^3.3.2
->^3.3.3
^2.5.0
->^2.5.1
^3.46.1
->^3.53.0
^3.46.1
->^3.53.0
3.46.1
->3.53.0
6.1.11
->6.1.12
^6.1.11
->^6.1.12
^3.8.1
->^3.8.5
^3.4.4
->^3.4.9
3.4.4
->3.4.9
5.4.5
->5.5.3
^5.3.1
->^5.4.0
Release Notes
withastro/language-tools (@astrojs/check)
v0.9.2
Compare Source
Patch Changes
e8e18a8
: Fixes an issue where errors inside script and style tags could be offset by a few characters when multi bytes characters were present in the filee8e18a8
]v0.9.1
Compare Source
Patch Changes
cc94bef
: Revert a change to top-level returns that could prevent the return types of functions from being correct in certain casescc94bef
]v0.9.0
Compare Source
Minor Changes
b65d6b4
: Adds support for SCSS and LESS intellisense inside style tagsPatch Changes
3a60f00
]b65d6b4
]v0.8.3
Compare Source
Patch Changes
0a46801
: Fixes a regression where errors could wrongly show (or not show) inside scripts and style tags0a46801
]72f61e1
]v0.8.2
Compare Source
Patch Changes
708167e
: Fixes script and style tags being wrongfully included in the generated TSX708167e
]v0.8.1
Compare Source
Patch Changes
5eb20f2
: Fixes installation on Yarn 45eb20f2
]v0.8.0
Compare Source
Minor Changes
b8a6af3
: Upgrades to the latest version of Volar, the underlying framework powering the Astro language server. This update should fix some of the recent issues regarding intellisense inside script tags.Patch Changes
a1769da
: Adds a README with helpful linksb8a6af3
]withastro/astro (@astrojs/react)
v3.6.1
Compare Source
Patch Changes
#11571
1c3265a
Thanks @bholmesdev! - BREAKING CHANGE to the experimental Actions API only. Install the latest@astrojs/react
integration as well if you're using React 19 features.Make
.safe()
the default return value for actions. This means{ data, error }
will be returned when calling an action directly. If you prefer to get the data while allowing errors to throw, chain the.orThrow()
modifier.withastro/astro (@astrojs/vercel)
v7.7.2
Compare Source
Patch Changes
#11323
41064ce
Thanks @ascorbic! - Extracts fs helpers into shared internal-helpers module#11296
5848d97
Thanks @florian-lefebvre! - Fixesastro:env
getSecret compatibilityUpdated dependencies [
41064ce
]:vercel/next.js (@next/bundle-analyzer)
v14.2.5
Compare Source
nuxt-modules/sanity (@nuxtjs/sanity)
v1.11.5
Compare Source
🐞 Bug Fixes
GET
request - by @jesperbjerke in https://github.com/nuxt-modules/sanity/issues/1008 (f9072)View changes on GitHub
v1.11.4
Compare Source
🐞 Bug Fixes
config.sanity
on client - by @danielroe (23bf6)View changes on GitHub
nuxt-modules/tailwindcss (@nuxtjs/tailwindcss)
v6.12.1
Compare Source
compare changes
🩹 Fixes
📖 Documentation
/
(427cfb5)📦 Build
@nuxt/content
upgrade (#867)🏡 Chore
@nuxt/module-builder
(#840)nuxt-component-meta
(63a8a8e)mkdist
in lockfile (36febad)❤️ Contributors
remix-run/remix (@remix-run/css-bundle)
v2.11.1
Compare Source
v2.11.0
Compare Source
No significant changes to this package were made in this release. See the repo
CHANGELOG.md
for an overview of all changes in v2.11.0.v2.10.3
[Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/css-bundle@2.10.2...@remix-run/
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate using a curated preset maintained by . View repository job log here