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 #99

Merged
merged 2 commits into from
Feb 20, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 22.13.1 -> 22.13.4 age adoption passing confidence
bumpp 10.0.2 -> 10.0.3 age adoption passing confidence
knip (source) 5.43.6 -> 5.44.4 age adoption passing confidence
pnpm (source) 10.2.1 -> 10.4.1 age adoption passing confidence
postcss (source) 8.5.2 -> 8.5.3 age adoption passing confidence
webpack 5.97.1 -> 5.98.0 age adoption passing confidence

Release Notes

antfu-collective/bumpp (bumpp)

v10.0.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
webpro-nl/knip (knip)

v5.44.4

Compare Source

  • Fix workspace checks in Windows (4f4d0bf)

v5.44.3

Compare Source

v5.44.2

Compare Source

v5.44.1

Compare Source

v5.44.0

Compare Source

  • Add fixture w/ compilers/workaround for tailwind v4 (3cf1d05)
  • fix: ensure augmentWorkspace honors tsConfig rootDir (#​933) (2afffe0) - thanks @​rmunch!
  • feat: Add plugin for React router 7 framework mode (#​931) (012fd5b) - thanks @​lasseklovstad!
  • Refactor some bits to add manifestStr (9ce5766)
  • Use manifestStr and introduce PackageJsonPeeker (f2efd22)
  • Add pos to more issue types in json reporter (resolves #​930) (72cbcfa)
  • Merge node and node-test-runner plugins (1019b99)
  • Ignore built-in test reporters (resolve #​935) (090e76b)
  • Housekeep react-router plugin (dd0f682)
  • Bright & dimmed issue type header colors in symbol reporter (close #​934) (dcf5df3)
  • Update dependencies (9050695)
pnpm/pnpm (pnpm)

v10.4.1

Compare Source

Patch Changes
  • Throws an error when the value provided by the --allow-build option overlaps with the pnpm.ignoredBuildDependencies list #​9105.
  • Print pnpm's version after the execution time at the end of the console output.
  • Print warning about ignored builds of dependencies on repeat install #​9106.
  • Setting init-package-manager should work.

v10.4.0

Compare Source

Minor Changes
  • pnpm approve-builds --global works now for allowing dependencies of globally installed packages to run postinstall scripts.

  • The pnpm add command now supports a new flag, --allow-build, which allows building the specified dependencies. For instance, if you want to install a package called bundle that has esbuild as a dependency and want to allow esbuild to run postinstall scripts, you can run:

    pnpm --allow-build=esbuild add bundle
    

    This will run esbuild's postinstall script and also add it to the pnpm.onlyBuiltDependencies field of package.json. So, esbuild will always be allowed to run its scripts in the future.

    Related PR: #​9086.

  • The pnpm init command adds a packageManager field with the current version of pnpm CLI #​9069. To disable this behaviour, set the init-package-manager setting to false.

Patch Changes
  • pnpm approve-builds should work after two consecutive pnpm install runs #​9083.
  • Fix instruction for updating pnpm with corepack #​9101.
  • The pnpm version specified by packageManager cannot start with v.

v10.3.0

Compare Source

Minor Changes
  • Added a new setting called strict-dep-builds. When enabled, the installation will exit with a non-zero exit code if any dependencies have unreviewed build scripts (aka postinstall scripts) #​9071.
Patch Changes
  • Fix a false negative of verify-deps-before-run after pnpm install --production|--no-optional #​9019.
  • Print the warning about blocked installation scripts at the end of the installation output and make it more prominent.
postcss/postcss (postcss)

v8.5.3

Compare Source

webpack/webpack (webpack)

v5.98.0

Compare Source

Fixes
Performance Improvements
Chores
Features
Continuous Integration

New Contributors

Full Changelog: webpack/webpack@v5.97.1...v5.98.0


Configuration

📅 Schedule: Branch creation - "on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


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

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

Description by Callstackai

This PR updates several dependencies in the project, including @types/node, bumpp, knip, postcss, and webpack to their latest versions.

Diagrams of code changes
sequenceDiagram
    participant Root as Root Package
    participant Webpack as Webpack Plugin
    participant Dependencies as Package Dependencies

    Root->>Dependencies: Add package manager ([email protected])
    Root->>Dependencies: Add dev dependencies
    Note over Root,Dependencies: Added @types/node, bumpp, knip

    Webpack->>Dependencies: Add webpack dependency
    Note over Webpack,Dependencies: Added [email protected]

    Dependencies-->>Root: Update PostCSS
    Note over Dependencies,Root: Updated to [email protected]

    Dependencies-->>Root: Update CSS Processing Tools
    Note over Dependencies,Root: Added css-loader, file-loader,<br/>html-webpack-plugin with [email protected]

    Dependencies-->>Root: Update Build Tools
    Note over Dependencies,Root: Added terser-webpack-plugin,<br/>mini-css-extract-plugin with [email protected]
Loading
Files Changed
FileSummary
package.jsonUpdated package versions for @types/node, bumpp, and knip.
packages/beasties-webpack-plugin/package.jsonUpdated webpack version.
pnpm-lock.yamlUpdated lock file to reflect changes in package versions.

This PR includes files in programming languages that we currently do not support. We have not reviewed files with the extensions .json, .yaml. See list of supported languages.

Copy link

coderabbitai bot commented Feb 17, 2025

Important

Review skipped

Ignore keyword(s) in the title.

⛔ Ignored keywords (1)
  • chore(deps)

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. 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

socket-security bot commented Feb 17, 2025

Updated dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@types/[email protected] 🔁 npm/@types/[email protected] None 0 2.31 MB types
npm/[email protected] 🔁 npm/[email protected] Transitive: environment, filesystem +24 3.75 MB antfu
npm/[email protected] 🔁 npm/[email protected] Transitive: filesystem, shell +32 3.12 MB webpro

View full report↗︎

Copy link

codspeed-hq bot commented Feb 17, 2025

CodSpeed Performance Report

Merging #99 will not alter performance

Comparing renovate/all-minor-patch (2f5a244) with main (4b6e15e)

Summary

✅ 9 untouched benchmarks

@codecov-commenter
Copy link

codecov-commenter commented Feb 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.95%. Comparing base (4b6e15e) to head (2f5a244).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #99   +/-   ##
=======================================
  Coverage   83.95%   83.95%           
=======================================
  Files           7        7           
  Lines        1203     1203           
  Branches      281      281           
=======================================
  Hits         1010     1010           
  Misses        193      193           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 061470d to dabb6d7 Compare February 20, 2025 22:33
@danielroe danielroe merged commit d0bc080 into main Feb 20, 2025
9 checks passed
@danielroe danielroe deleted the renovate/all-minor-patch branch February 20, 2025 22:37
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.

2 participants