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

Update all non-major dependencies #608

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/netlify (source) 6.0.1 -> 6.2.0 age adoption passing confidence
@astrojs/react (source) 4.1.2 -> 4.2.0 age adoption passing confidence
@astrojs/svelte (source) 7.0.2 -> 7.0.4 age adoption passing confidence
@astrojs/vue (source) 5.0.3 -> 5.0.6 age adoption passing confidence
@avaya/neo-react (source) 1.4.7 -> 1.4.9 age adoption passing confidence
@testing-library/react 16.1.0 -> 16.2.0 age adoption passing confidence
@testing-library/user-event 14.5.2 -> 14.6.1 age adoption passing confidence
@vitest/coverage-v8 (source) 2.1.8 -> 2.1.9 age adoption passing confidence
@vitest/ui (source) 2.1.8 -> 2.1.9 age adoption passing confidence
fuse.js (source) 7.0.0 -> 7.1.0 age adoption passing confidence
octokit 4.0.3 -> 4.1.1 age adoption passing confidence
react-markdown 9.0.1 -> 9.0.3 age adoption passing confidence
svelte (source) 5.16.0 -> 5.20.0 age adoption passing confidence
typescript (source) 5.7.2 -> 5.7.3 age adoption passing confidence

Release Notes

withastro/astro (@​astrojs/netlify)

v6.2.0

Minor Changes
  • #​13194 1b5037b Thanks @​dfdez! - Adds includedFiles and excludedFiles 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:

    • Data files loaded using fs operations
    • Configuration files
    • Template files

    Similarly, you can use the excludeFiles property to prevent specific files from being bundled that would otherwise be included. This is helpful for:

    • Reducing bundle size
    • Excluding large binaries
    • Preventing unwanted files from being deployed
    import { defineConfig } from 'astro/config';
    import netlify from '@​astrojs/netlify';
    
    export default defineConfig({
      // ...
      output: 'server',
      adapter: netlify({
        includeFiles: ['./my-data.json'],
        excludeFiles: ['./node_modules/package/**/*', './src/**/*.test.js'],
      }),
    });

    See the Netlify adapter documentation for detailed usage instructions and examples.

  • #​13145 8d4e566 Thanks @​ascorbic! - Automatically configures Netlify Blobs storage when experimental session enabled

    If 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
Patch Changes
withastro/astro (@​astrojs/react)

v4.2.0

Compare Source

Minor Changes
  • #​13036 3c90d8f Thanks @​artmsilva! - Adds experimental support for disabling streaming

    This 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 hardcoded ssr.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 Vite

v4.1.5

Compare Source

Patch Changes
  • #​12887 ea603ae Thanks @​louisescher! - Adds a warning message when multiple JSX-based UI frameworks are being used without either the include or exclude property being set on the integration.

v4.1.4

Compare Source

Patch Changes
  • #​12923 c7642fb Thanks @​bluwy! - Removes react-specific entrypoints in optimizeDeps.include and rely on @vitejs/plugin-react to add

v4.1.3

Compare Source

Patch Changes
withastro/astro (@​astrojs/svelte)

v7.0.4

Compare Source

Patch Changes

v7.0.3

Compare Source

Patch Changes
withastro/astro (@​astrojs/vue)

v5.0.6

Compare Source

Patch Changes

v5.0.5

Compare Source

Patch Changes
  • #​12887 ea603ae Thanks @​louisescher! - Adds a warning message when multiple JSX-based UI frameworks are being used without either the include or exclude property being set on the integration.

v5.0.4

Compare Source

Patch Changes
avaya-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

v14.6.0

Compare Source

Features
Bug Fixes
  • clipboard: await DataTransferItem.getAsString() callback (#​1251) (7b11b0e)
  • event: assign pointer coords to MouseEvent (#​1039) (8528972)
  • pointer: check PointerCoords.x in isDifferentPointerPosition (#​1216) (75edef5)
  • pointer: check all fields of PointerCoords in isDifferentPointerPosition() (#​1229) (5f3d28f)
vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.9

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

coderabbitai bot commented Jan 6, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

netlify bot commented Jan 6, 2025

Deploy Preview for design-portal-main failed.

Name Link
🔨 Latest commit 860d40e
🔍 Latest deploy log https://app.netlify.com/sites/design-portal-main/deploys/67ae1a6a80a5360008c917f2

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from b538bfe to 718ddcd Compare January 10, 2025 10:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from a224d60 to 0d4a4db Compare January 17, 2025 16:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from c700bc4 to 933433f Compare January 27, 2025 13:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 33ab18f to 616de49 Compare January 30, 2025 22:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 4b618bf to 3a5b8e7 Compare February 7, 2025 01:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3a5b8e7 to d430138 Compare February 11, 2025 16:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d430138 to c13df90 Compare February 12, 2025 19:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c13df90 to 860d40e Compare February 13, 2025 16:14
Copy link

gitstream-cm bot commented Feb 13, 2025

👋 Suggested reviewers: no user matched

No other user contributed more than 25% of the lines on pre-existing files:

See details

package.json
JoeS 55896546+joe-s-avaya@users.noreply.github.com*: 66%
mrazian85: 1%

yarn.lock
JoeS 55896546+joe-s-avaya@users.noreply.github.com*: 22%
yangAtSpoken 31546063+yangAtSpoken@users.noreply.github.com*: 8%
mrazian85: <1%
Enrique Prado enriquep@avaya.com*: <1%

Git users that could not be automatically mapped are marked with *.
To map these users, refer to the instructions here.

To learn more about /:\ gitStream - Visit our Docs

1 similar comment
Copy link

gitstream-cm bot commented Feb 13, 2025

👋 Suggested reviewers: no user matched

No other user contributed more than 25% of the lines on pre-existing files:

See details

package.json
JoeS 55896546+joe-s-avaya@users.noreply.github.com*: 66%
mrazian85: 1%

yarn.lock
JoeS 55896546+joe-s-avaya@users.noreply.github.com*: 22%
yangAtSpoken 31546063+yangAtSpoken@users.noreply.github.com*: 8%
mrazian85: <1%
Enrique Prado enriquep@avaya.com*: <1%

Git users that could not be automatically mapped are marked with *.
To map these users, refer to the instructions here.

To learn more about /:\ gitStream - Visit our Docs

Copy link

gitstream-cm bot commented Feb 13, 2025

🥷 Code experts: no user matched threshold 10

See details

package.json

Knowledge based on git-blame:

yarn.lock

Knowledge based on git-blame:

To learn more about /:\ gitStream - Visit our Docs

1 similar comment
Copy link

gitstream-cm bot commented Feb 13, 2025

🥷 Code experts: no user matched threshold 10

See details

package.json

Knowledge based on git-blame:

yarn.lock

Knowledge based on git-blame:

To learn more about /:\ gitStream - Visit our Docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants