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

fix(deps): update all non-major dependencies #585

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 20, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF
@tremor/react (source) dependencies patch 3.18.6 -> 3.18.7 OpenSSF Scorecard
@types/node (source) devDependencies patch 22.10.5 -> 22.10.7 OpenSSF Scorecard
eslint-plugin-react devDependencies patch 7.37.3 -> 7.37.4 OpenSSF Scorecard
framer-motion dependencies minor 11.17.0 -> 11.18.1 OpenSSF Scorecard
lint-staged devDependencies minor 15.3.0 -> 15.4.1 OpenSSF Scorecard
lucide-react (source) dependencies minor ^0.471.0 -> ^0.473.0 OpenSSF Scorecard
postcss (source) devDependencies minor 8.4.49 -> 8.5.1 OpenSSF Scorecard
prettier-plugin-packagejson devDependencies patch 2.5.6 -> 2.5.8 OpenSSF Scorecard
prettier-plugin-tailwindcss devDependencies patch 0.6.9 -> 0.6.10 OpenSSF Scorecard

Release Notes

tremorlabs/tremor-npm (@​tremor/react)

v3.18.7

Compare Source

jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.4

Compare Source

Fixed
motiondivision/motion (framer-motion)

v11.18.1

Compare Source

Fixed
  • AnimatePresence types in React 19.
  • SVG with transform not always setting styles correctly on mount.

v11.18.0

Compare Source

Added
  • Adding animateSequence to perform animation sequences via WAAPI for a tiny bundlesize.
Fixed
  • Missing AnimationControls type export.

v11.17.1

Compare Source

Fixed
  • Remeasure SVG when size/position changes to ensure correct transform-origin.
lint-staged/lint-staged (lint-staged)

v15.4.1

Compare Source

Patch Changes

v15.4.0

Compare Source

Minor Changes
  • #​1500 a8ec1dd Thanks @​iiroj! - Lint-staged now provides TypeScript types for the configuration and main Node.js API. You can use the JSDoc syntax in your JS configuration files:

    /**
     * @​filename: lint-staged.config.js
     * @​type {import('lint-staged').Configuration}
     */
    export default {
      '*': 'prettier --write',
    }

    It's also possible to use the .ts file extension for the configuration if your Node.js version supports it. The --experimental-strip-types flag was introduced in Node.js v22.6.0 and unflagged in v23.6.0, enabling Node.js to execute TypeScript files without additional configuration.

    export NODE_OPTIONS="--experimental-strip-types"
    
    npx lint-staged --config lint-staged.config.ts
Patch Changes
lucide-icons/lucide (lucide-react)

v0.473.0: New icons 0.473.0

Compare Source

Modified Icons 🔨

v0.472.0: New icons 0.472.0

New icons 🎨

What's Changed

Full Changelog: lucide-icons/lucide@0.471.1...0.472.0

v0.471.1: Hotfix Lucide React exports

Compare Source

What's Changed

postcss/postcss (postcss)

v8.5.1

Compare Source

v8.5.0: 8.5 “Duke Alloces”

Compare Source

President Alloces seal

PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.

@​romainmenke during his work on Stylelint added Input#document in additional to Input#css.

root.source.input.document //=> "<p>Hello</p>
                           //    <style>
                           //    p {
                           //      color: green;
                           //    }
                           //    </style>"
root.source.input.css      //=> "p {
                           //      color: green;
                           //    }"

Thanks to Sponsors

This release was possible thanks to our community.

If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:

matzkoh/prettier-plugin-packagejson (prettier-plugin-packagejson)

v2.5.8

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v2.14.0 (fe3557e)

v2.5.7

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v2.13.0 (9515f01)
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)

v0.6.10

Compare Source

  • Add support for @zackad/prettier-plugin-twig (#​327)
  • Drop support for @zackad/prettier-plugin-twig-melody (#​327)
  • Update Prettier options types (#​325)
  • Don't remove whitespace inside template literals in Svelte (#​332)

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - "* 0-3 * * 1" (UTC).

🚦 Automerge: Enabled.

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.

Summary by Sourcery

Enhancements:

  • Upgrade lucide-react to 0.473.0, which includes new icons and modifications to existing ones, along with fixes for aliases imports and types.

Copy link

vercel bot commented Jan 20, 2025

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

Name Status Preview Comments Updated (UTC)
blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 20, 2025 3:19am
cv ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 20, 2025 3:19am
insights ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 20, 2025 3:19am

@renovate renovate bot enabled auto-merge (squash) January 20, 2025 03:08
@renovate renovate bot merged commit 0ac30c9 into master Jan 20, 2025
2 of 5 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch January 20, 2025 03:09
Copy link
Contributor

sourcery-ai bot commented Jan 20, 2025

Reviewer's Guide by Sourcery

This pull request updates multiple dependencies to their latest non-major versions. This includes both direct dependencies and dev dependencies.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Updated @tremor/react dependency.
  • Updated from 3.18.6 to 3.18.7.
packages/components/package.json
Updated @types/node dev dependency.
  • Updated from 22.10.5 to 22.10.7.
packages/eslint-config-custom/package.json
Updated eslint-plugin-react dev dependency.
  • Updated from 7.37.3 to 7.37.4.
packages/eslint-config-custom/package.json
Updated framer-motion dependency.
  • Updated from 11.17.0 to 11.18.1.
apps/blog/package.json
apps/cv/package.json
packages/components/package.json
Updated lint-staged dev dependency.
  • Updated from 15.3.0 to 15.4.1.
packages/eslint-config-custom/package.json
Updated lucide-react dependency.
  • Updated from ^0.471.0 to ^0.473.0.
apps/blog/package.json
apps/cv/package.json
packages/components/package.json
Updated postcss dev dependency.
  • Updated from 8.4.49 to 8.5.1.
packages/eslint-config-custom/package.json
Updated prettier-plugin-packagejson dev dependency.
  • Updated from 2.5.6 to 2.5.8.
packages/eslint-config-custom/package.json
Updated prettier-plugin-tailwindcss dev dependency.
  • Updated from 0.6.9 to 0.6.10.
packages/eslint-config-custom/package.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!

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

Successfully merging this pull request may close these issues.

0 participants