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): update all non-major dependencies #433

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 10, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change OpenSSF
@storybook/addon-a11y (source) devDependencies patch 8.1.6 -> 8.1.9 OpenSSF Scorecard
@storybook/addon-essentials (source) devDependencies patch 8.1.6 -> 8.1.9 OpenSSF Scorecard
@storybook/addon-interactions (source) devDependencies patch 8.1.6 -> 8.1.9 OpenSSF Scorecard
@storybook/addon-links (source) devDependencies patch 8.1.6 -> 8.1.9 OpenSSF Scorecard
@storybook/addon-viewport (source) devDependencies patch 8.1.6 -> 8.1.9 OpenSSF Scorecard
@storybook/blocks (source) devDependencies patch 8.1.6 -> 8.1.9 OpenSSF Scorecard
@storybook/nextjs (source) devDependencies patch 8.1.6 -> 8.1.9 OpenSSF Scorecard
@storybook/react (source) devDependencies patch 8.1.6 -> 8.1.9 OpenSSF Scorecard
@storybook/test (source) dependencies patch 8.1.6 -> 8.1.9 OpenSSF Scorecard
@typescript-eslint/eslint-plugin (source) devDependencies minor 7.12.0 -> 7.13.0 OpenSSF Scorecard
@typescript-eslint/parser (source) devDependencies minor 7.12.0 -> 7.13.0 OpenSSF Scorecard
@vercel/speed-insights (source) dependencies patch 1.0.11 -> 1.0.12 OpenSSF Scorecard
chromatic (source) devDependencies patch 11.5.3 -> 11.5.4 OpenSSF Scorecard
knip (source) devDependencies minor 5.17.4 -> 5.19.0 OpenSSF Scorecard
lint-staged devDependencies patch 15.2.5 -> 15.2.7 OpenSSF Scorecard
pnpm (source) packageManager minor 9.2.0 -> 9.3.0 OpenSSF Scorecard
prettier (source) devDependencies patch 3.3.1 -> 3.3.2 OpenSSF Scorecard
storybook (source) devDependencies patch 8.1.6 -> 8.1.9 OpenSSF Scorecard
tsx devDependencies minor 4.12.0 -> 4.15.4 OpenSSF Scorecard
type-fest devDependencies minor 4.19.0 -> 4.20.0 OpenSSF Scorecard

Release Notes

storybookjs/storybook (@​storybook/addon-a11y)

v8.1.9

Compare Source

v8.1.8

Compare Source

v8.1.7

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.13.0

Compare Source

🚀 Features
  • typescript-estree: require import = require() argument to be a string literal

  • typescript-estree: forbid .body, .async, .generator on declare function

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index

🩹 Fixes
  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression

  • scope-manager: handle index signature in class

  • eslint-plugin: [init-declarations] refine report locations

  • eslint-plugin: [no-base-to-string] make error message more nuanced

  • eslint-plugin: [no-unsafe-assignment] be more specific about error types

  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option

❤️ Thank You
  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v7.13.0

Compare Source

🚀 Features
  • parser, typescript-estree: export withoutProjectParserOptions utility
❤️ Thank You
  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

You can read about our versioning strategy and releases on our website.

vercel/speed-insights (@​vercel/speed-insights)

v1.0.12

Compare Source

What's Changed

Full Changelog: vercel/speed-insights@1.0.11...1.0.12

chromaui/chromatic-cli (chromatic)

v11.5.4

Compare Source

🐛 Bug Fix
Authors: 1

webpro-nl/knip (knip)

v5.19.0

Compare Source

v5.18.2

Compare Source

  • Improve re-export handling (9ccefb3)
  • Add identifier to trace for re-export from entry file (b0b8b3d)
  • Move tagged export logic into reusable handler (1dff2db)
  • Update docs (2f91c8d)
  • Update @ericcornelissen/bash-parser to 0.5.3 (#​674) (9a7ffac)

v5.18.1

Compare Source

  • Refactor and improve dep graph naming/typing (28f05f0)
  • Speed up (de)serialized and add test (deb3b9c)
  • Move cli tests involving stdout to separate folder (978674f)
  • Update and caretify dependencies (e14f6d2)
  • Fix link to screenshot (c2f9507)

v5.18.0

Compare Source

  • Don't report issues when using --trace (d8e9719)
  • Emphasize --debug and --trace on troubleshooting page (bcb5e93)
  • Add --performance screenshot (d0d0108)
  • Integration test knip --cache for eslint as well (443b8be)
  • Dogfoodin' is underrated (7115889)
  • Update docs (0651144)
  • Test against latest TS 5.5 rc (f7aba23)
  • Add test for imports-self (closes #​663) (736b0a2)
  • Major refactor of dep graph for trace feature (ad16689)
  • Use cwd as default base in toAbsolute (678f47a)
  • Fix tsup entries are production entry files (4d839d8)
  • Don't need to cache package.json (da33b9c)
  • Better explain ignoreBinaries configuration option (#​670) (8470505)
  • Update funding options (81cf806)
okonet/lint-staged (lint-staged)

v15.2.7

Compare Source

Patch Changes
  • #​1440 a51be80 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version drops the --path-format=absolute option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgrading git to the latest version.

v15.2.6

Compare Source

Patch Changes
  • #​1433 119adb2 Thanks @​iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.
pnpm/pnpm (pnpm)

v9.3.0

Compare Source

Minor Changes

  • Semi-breaking. Dependency key names in the lockfile are shortened if they are longer than 1000 characters. We don't expect this change to affect many users. Affected users most probably can't run install successfully at the moment. This change is required to fix some edge cases in which installation fails with an out-of-memory error or "Invalid string length (RangeError: Invalid string length)" error. The max allowed length of the dependency key can be controlled with the peers-suffix-max-length setting #​8177.

Patch Changes

  • Set reporter-hide-prefix to true by default for pnpm exec. In order to show prefix, the user now has to explicitly set reporter-hide-prefix=false #​8174.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

prettier/prettier (prettier)

v3.3.2

Compare Source

diff

Fix handlebars path expressions starts with @ (#​16358 by @​Princeyadav05)
{{! Input }}
<div>{{@&#8203;x.y.z}}</div>

{{! Prettier 3.3.1 }}
<div>{{@&#8203;x}}</div>

{{! Prettier 3.3.2 }}
<div>{{@&#8203;x.y.z}}</div>
privatenumber/tsx (tsx)

v4.15.4

Compare Source

Bug Fixes
  • cjs: handle re-exports from relative paths (5166122)

This release is also available on:

v4.15.3

Compare Source

Bug Fixes
  • cjs: load json with namespace (6b03a38)

This release is also available on:

v4.15.2

Compare Source

Bug Fixes
  • esm: resolve implicit extension in package subpath (7e1fe22)

This release is also available on:

v4.15.1

Compare Source

v4.15.0

Compare Source

Features

This release is also available on:

v4.14.1

Compare Source

Bug Fixes
  • cjs: only hide transformers when namespaced (9e647a5)

This release is also available on:

v4.14.0

Compare Source

Features
  • resolve .js → .ts in package.json exports & main (4503421)

This release is also available on:

v4.13.3

Compare Source

Bug Fixes
  • cjs: resolve directory import relative to parent (#​42) (02d3856)
  • esm: cjs interop to support decorators (807f467)
  • esm: resolve .ts extension in imports map (89621bf)

This release is also available on:

v4.13.2

Compare Source

Bug Fixes
  • esm: ignore transforming .js files with CJS syntax (#​40) (87a7683)

This release is also available on:

v4.13.1

Compare Source

Bug Fixes
  • esm/api: tsImport() to parse CJS exports (0a78bfd)

This release is also available on:

v4.13.0

Compare Source

Features
  • cjs/api: register() to support namespace (#​35) (c703300)
  • esm/api: tsImport() to support loading CommonJS files (0eb4e91)

This release is also available on:

v4.12.1

Compare Source

Bug Fixes
  • esm: resolve implicit ts paths in packages (de900a1)

This release is also available on:

sindresorhus/type-fest (type-fest)

v4.20.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Monday,before 4am on Thursday" (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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from JoeKarow as a code owner June 10, 2024 03:45
@renovate renovate bot added automerge Enable Kodiak auto-merge dependencies Change in project dependencies. labels Jun 10, 2024
Copy link

vercel bot commented Jun 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
transmascfutures ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 13, 2024 9:57pm

Copy link

coderabbitai bot commented Jun 10, 2024

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>.
    • 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 generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @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 as 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 resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration 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

deepsource-io bot commented Jun 10, 2024

Here's the code health analysis summary for commits 2a84db3..24ef09c. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Secrets LogoSecrets✅ SuccessView Check ↗
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Copy link

relativeci bot commented Jun 10, 2024

#146 Bundle Size — 18.74MiB (~+0.01%).

24ef09c(current) vs 2a84db3 dev#143(baseline)

Bundle metrics  Change 2 changes Regression 1 regression
                 Current
#146
     Baseline
#143
Regression  Initial JS 1008.14KiB(~+0.01%) 1008.12KiB
No change  Initial CSS 6.61KiB 6.61KiB
Change  Cache Invalidation 1.63% 2.91%
No change  Chunks 20 20
No change  Assets 80 80
No change  Modules 790 790
No change  Duplicate Modules 103 103
No change  Duplicate Code 5.61% 5.61%
No change  Packages 81 81
No change  Duplicate Packages 0 0
Bundle size by type  Change 1 change Regression 1 regression
                 Current
#146
     Baseline
#143
No change  IMG 17.47MiB 17.47MiB
Regression  JS 1.08MiB (~+0.01%) 1.08MiB
No change  Fonts 189.64KiB 189.64KiB
No change  CSS 6.61KiB 6.61KiB
No change  Other 4.07KiB 4.07KiB

Bundle analysis reportBranch renovate/all-minor-patchProject dashboard

Copy link

socket-security bot commented Jun 10, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e6afbe5 to ad2ae46 Compare June 11, 2024 00:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ad2ae46 to 1f45fe9 Compare June 11, 2024 08:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1f45fe9 to cf46c18 Compare June 11, 2024 19:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cf46c18 to a4b4495 Compare June 12, 2024 10:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a4b4495 to e1a0db0 Compare June 12, 2024 15:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e1a0db0 to 8653ed8 Compare June 12, 2024 18:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8653ed8 to 60954e1 Compare June 13, 2024 05:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 60954e1 to f2933a4 Compare June 13, 2024 08:53
@kodiakhq kodiakhq bot removed the automerge Enable Kodiak auto-merge label Jun 13, 2024
Copy link
Contributor

kodiakhq bot commented Jun 13, 2024

This PR currently has a merge conflict. Please resolve this and then re-add the automerge label.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c7bad08 to 24ef09c Compare June 13, 2024 21:55
Copy link

sonarcloud bot commented Jun 13, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@kodiakhq kodiakhq bot merged commit caf3763 into dev Jun 14, 2024
19 of 20 checks passed
@kodiakhq kodiakhq bot deleted the renovate/all-minor-patch branch June 14, 2024 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Change in project dependencies.
Development

Successfully merging this pull request may close these issues.

1 participant