-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update all non-major dependencies #608
base: main
Are you sure you want to change the base?
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
❌ Deploy Preview for design-portal-main failed.
|
b538bfe
to
718ddcd
Compare
a224d60
to
0d4a4db
Compare
c700bc4
to
933433f
Compare
33ab18f
to
616de49
Compare
4b618bf
to
3a5b8e7
Compare
3a5b8e7
to
d430138
Compare
d430138
to
c13df90
Compare
c13df90
to
860d40e
Compare
👋 Suggested reviewers: no user matched No other user contributed more than 25% of the lines on pre-existing files: See details
Git users that could not be automatically mapped are marked with To learn more about /:\ gitStream - Visit our Docs |
1 similar comment
👋 Suggested reviewers: no user matched No other user contributed more than 25% of the lines on pre-existing files: See details
Git users that could not be automatically mapped are marked with To learn more about /:\ gitStream - Visit our Docs |
🥷 Code experts: no user matched threshold 10 See details
Knowledge based on git-blame:
Knowledge based on git-blame: To learn more about /:\ gitStream - Visit our Docs |
1 similar comment
🥷 Code experts: no user matched threshold 10 See details
Knowledge based on git-blame:
Knowledge based on git-blame: To learn more about /:\ gitStream - Visit our Docs |
This PR contains the following updates:
6.0.1
->6.2.0
4.1.2
->4.2.0
7.0.2
->7.0.4
5.0.3
->5.0.6
1.4.7
->1.4.9
16.1.0
->16.2.0
14.5.2
->14.6.1
2.1.8
->2.1.9
2.1.8
->2.1.9
7.0.0
->7.1.0
4.0.3
->4.1.1
9.0.1
->9.0.3
5.16.0
->5.20.0
5.7.2
->5.7.3
Release Notes
withastro/astro (@astrojs/netlify)
v6.2.0
Minor Changes
#13194
1b5037b
Thanks @dfdez! - AddsincludedFiles
andexcludedFiles
configuration options to customize SSR function bundle contents.The
includeFiles
property allows you to explicitly specify additional files that should be bundled with your function. This is useful for files that aren't automatically detected as dependencies, such as:fs
operationsSimilarly, you can use the
excludeFiles
property to prevent specific files from being bundled that would otherwise be included. This is helpful for:See the Netlify adapter documentation for detailed usage instructions and examples.
#13145
8d4e566
Thanks @ascorbic! - Automatically configures Netlify Blobs storage when experimental session enabledIf the
experimental.session
flag is enabled when using the Netlify adapter, Astro will automatically configure the session storage using the Netlify Blobs driver. You can still manually configure the session storage if you need to use a different driver or want to customize the session storage configuration.See the experimental session docs for more information on configuring session storage.
Patch Changes
v6.1.0
Minor Changes
4b5cd22
Thanks @florian-lefebvre! - Stabilizesastro:env
secrets supportPatch Changes
#454
83cedad
Thanks @alexanderniebuhr! - Improves Astro 5 support#501
012b31d
Thanks @florian-lefebvre! - Refactor of the redirects logicwithastro/astro (@astrojs/react)
v4.2.0
Compare Source
Minor Changes
#13036
3c90d8f
Thanks @artmsilva! - Adds experimental support for disabling streamingThis is useful to support libraries that are not compatible with streaming such as some CSS-in-JS libraries. To disable streaming for all React components in your project, set
experimentalDisableStreaming: true
as a configuration option for@astrojs/react
:// astro.config.mjs import { defineConfig } from 'astro/config'; import react from '@​astrojs/react'; export default defineConfig({ integrations: [ react({ + experimentalDisableStreaming: true, }), ], });
v4.1.6
Compare Source
Patch Changes
#12996
80c6801
Thanks @bluwy! - Removes hardcodedssr.external: ['react-dom/server', 'react-dom/client']
config that causes issues with adapters that bundle all dependencies (e.g. Cloudflare). These externals should already be inferred by default by Vite when deploying to a server environment.#13011
cf30880
Thanks @ascorbic! - Upgrades Vitev4.1.5
Compare Source
Patch Changes
ea603ae
Thanks @louisescher! - Adds a warning message when multiple JSX-based UI frameworks are being used without either theinclude
orexclude
property being set on the integration.v4.1.4
Compare Source
Patch Changes
c7642fb
Thanks @bluwy! - Removes react-specific entrypoints inoptimizeDeps.include
and rely on@vitejs/plugin-react
to addv4.1.3
Compare Source
Patch Changes
51ab7b5
Thanks @bluwy! - Supports checking for React 19 componentswithastro/astro (@astrojs/svelte)
v7.0.4
Compare Source
Patch Changes
cf30880
Thanks @ascorbic! - Upgrades Vitev7.0.3
Compare Source
Patch Changes
8809b85
Thanks @aminevg! - Fixes an issue where TypeScript couldn't infer the correct types of theserver.mjs
filewithastro/astro (@astrojs/vue)
v5.0.6
Compare Source
Patch Changes
cf30880
Thanks @ascorbic! - Upgrades Vitev5.0.5
Compare Source
Patch Changes
ea603ae
Thanks @louisescher! - Adds a warning message when multiple JSX-based UI frameworks are being used without either theinclude
orexclude
property being set on the integration.v5.0.4
Compare Source
Patch Changes
8809b85
Thanks @aminevg! - Fixes an issue where TypeScript couldn't infer the correct types of theserver.mjs
fileavaya-dux/neo-react-library (@avaya/neo-react)
v1.4.9
Compare Source
v1.4.8
: (Jan 30th 2025)Compare Source
What's Changed
Full Changelog: avaya-dux/neo-react-library@v1.4.7...v1.4.8
testing-library/react-testing-library (@testing-library/react)
v16.2.0
Compare Source
Features
testing-library/user-event (@testing-library/user-event)
v14.6.1
Compare Source
Bug Fixes
delay
option (#1175) (2edf14d)ContextMenu
todefaultKeyMap
(#1079) (3e471d1)defaultKeyMap
(#1226) (543ecb0)pointerdown
isdefaultPrevented
(#1121) (f681f7b)button
andbuttons
properties onPointerEvent
(#1219) (6614f72)1
as default value forPointerEvent.width
andPointerEvent.height
(#1224) (f0468d0)click
event loop on form-associated custom element (#1238) (465fc7e)click
event on non-focusable control (#1130) (e429094)accept
filter more leniently (#1064) (a344ad4)v14.6.0
Compare Source
Features
FocusEvent
in hidden documents (#1252) (1ed8b15)Bug Fixes
DataTransferItem.getAsString()
callback (#1251) (7b11b0e)PointerCoords.x
inisDifferentPointerPosition
(#1216) (75edef5)PointerCoords
inisDifferentPointerPosition()
(#1229) (5f3d28f)vitest-dev/vitest (@vitest/coverage-v8)
v2.1.9
Compare Source
🚨 Breaking Changes
coverage.ignoreEmptyLines
by default - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5543 (31994)pool
to'forks'
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5047 (7f8f9)--merge-reports
to support coverage - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5736 (b7438)🚀 Features
--output-json
- by @Joristdh in https://github.com/vitest-dev/vitest/issues/5745 (0766b)parseAst
,parseAstAsync
from vite - by @sheremet-va (f645e)click
event - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/5777 (839c3)page.screenshot
method - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/5853 (81c42)userEvent
methods, addfill
anddragAndDrop
events - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/5882 (4dbea)expect.dom
method and bundlejest-dom
matchers with@vitest/browser
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/5910 (3a96a)tripleClick
to interactive api - by @userquin in https://github.com/vitest-dev/vitest/issues/5987 (200a4)userEvent.upload
in playwright provider - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6442 (cf148)--inspect
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6433 (0499a)--inspect-brk
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6434 (7ab0f)transformIndexHtml
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6725 (16902)thresholds.<glob>.100
option - by @thor-juhasz and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6174 (f6845)--exclude-after-remap
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6309 (5932a){ spy: true }
instead of a factory - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6289 (95f02)test.for
- by @hi-ogawa and @sheremet-va in https://github.com/vitest-dev/vitest/issues/5861 (c2380)vi.advanceTimersToNextFrame
- by @bnjm and @sheremet-va in https://github.com/vitest-dev/vitest/issues/6347 (8ff63)🐞 Bug Fixes
--exclude
option - by @fregante in https://github.com/vitest-dev/vitest/issues/5782 (d6700)--inspect-brk
stop on Windows - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6110 (f8519)Configuration
📅 Schedule: Branch creation - "on monday before 5am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.