chore(deps): bump the npm group with 9 updates#26
Merged
ialejandro merged 3 commits intodependabot-npm_and_yarn-rollup-4.59.0from Feb 27, 2026
Merged
Conversation
Bumps the npm group with 9 updates: | Package | From | To | | --- | --- | --- | | [@simplewebauthn/server](https://github.com/MasterKale/SimpleWebAuthn/tree/HEAD/packages/server) | `13.2.2` | `13.2.3` | | [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react) | `12.10.0` | `12.10.1` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.564.0` | `0.575.0` | | [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.1.18` | `4.2.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.2.3` | `25.3.2` | | [@types/nodemailer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nodemailer) | `7.0.9` | `7.0.11` | | [eslint](https://github.com/eslint/eslint) | `8.57.1` | `10.0.2` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.1.6` | `16.1.6` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.1.18` | `4.2.1` | Updates `@simplewebauthn/server` from 13.2.2 to 13.2.3 - [Release notes](https://github.com/MasterKale/SimpleWebAuthn/releases) - [Changelog](https://github.com/MasterKale/SimpleWebAuthn/blob/master/CHANGELOG.md) - [Commits](https://github.com/MasterKale/SimpleWebAuthn/commits/v13.2.3/packages/server) Updates `@xyflow/react` from 12.10.0 to 12.10.1 - [Release notes](https://github.com/xyflow/xyflow/releases) - [Changelog](https://github.com/xyflow/xyflow/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/xyflow/xyflow/commits/@xyflow/react@12.10.1/packages/react) Updates `lucide-react` from 0.564.0 to 0.575.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.575.0/packages/lucide-react) Updates `@tailwindcss/postcss` from 4.1.18 to 4.2.1 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.1/packages/@tailwindcss-postcss) Updates `@types/node` from 25.2.3 to 25.3.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/nodemailer` from 7.0.9 to 7.0.11 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/nodemailer) Updates `eslint` from 8.57.1 to 10.0.2 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v8.57.1...v10.0.2) Updates `eslint-config-next` from 15.1.6 to 16.1.6 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v16.1.6/packages/eslint-config-next) Updates `tailwindcss` from 4.1.18 to 4.2.1 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.1/packages/tailwindcss) --- updated-dependencies: - dependency-name: "@simplewebauthn/server" dependency-version: 13.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@xyflow/react" dependency-version: 12.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: lucide-react dependency-version: 0.575.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@tailwindcss/postcss" dependency-version: 4.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@types/node" dependency-version: 25.3.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@types/nodemailer" dependency-version: 7.0.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: eslint dependency-version: 10.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm - dependency-name: eslint-config-next dependency-version: 16.1.6 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm - dependency-name: tailwindcss dependency-version: 4.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
AssigneesThe following users could not be added as assignees: Please fix the above issues or remove invalid values from |
Signed-off-by: Iván Alejandro Marugán <hello@ialejandro.rocks>
…npm_and_yarn-npm-f30bc11112 Signed-off-by: Iván Alejandro Marugán <hello@ialejandro.rocks>
ialejandro
pushed a commit
that referenced
this pull request
Feb 27, 2026
* feat: Update Node.js version from 22 to 25 * feat: enable insecure * ci: change ref to global workflows * chore(deps-dev): bump rollup from 4.57.1 to 4.59.0 * chore(deps): bump the npm group with 9 updates (#26)
github-actions bot
pushed a commit
that referenced
this pull request
Feb 27, 2026
# [1.2.0](v1.1.3...v1.2.0) (2026-02-27) ### Features * Update Node.js version from 22 to 25 ([9e06057](9e06057)), closes [#26](#26)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the npm group with 9 updates:
13.2.213.2.312.10.012.10.10.564.00.575.04.1.184.2.125.2.325.3.27.0.97.0.118.57.110.0.215.1.616.1.64.1.184.2.1Updates
@simplewebauthn/serverfrom 13.2.2 to 13.2.3Release notes
Sourced from
@simplewebauthn/server's releases.Changelog
Sourced from
@simplewebauthn/server's changelog.Commits
4cf82adUpdate version to 13.2.31b34282Update build script comment8763112Rebuild lock fileUpdates
@xyflow/reactfrom 12.10.0 to 12.10.1Release notes
Sourced from
@xyflow/react's releases.Changelog
Sourced from
@xyflow/react's changelog.Commits
81a284achore(packages): bumpac89f9fMerge pull request #5684 from ysds/fix/nodes-selection-drag-after-programmati...d666896Merge pull request #5704 from xyflow/fix/old-callback-reference45a4a97Always use latest version of onConnectEnd & isValidConnection in Handle/Recon...ce6c869Improve return type of useNodesdatacb41f44simplify code & useEffect instead of uselayoutEffectbe40c34Fix formatting in MiniMap component usage39ff6e9Merge pull request #5682 from artemtam/main89062efRefactor loop variables for clarity in index.ts3f93f82Merge pull request #5692 from xyflow/fix-exception-unmountingUpdates
lucide-reactfrom 0.564.0 to 0.575.0Release notes
Sourced from lucide-react's releases.
... (truncated)
Commits
Updates
@tailwindcss/postcssfrom 4.1.18 to 4.2.1Release notes
Sourced from
@tailwindcss/postcss's releases.Changelog
Sourced from
@tailwindcss/postcss's changelog.Commits
1dce64e4.2.1 (#19714)1b164114.2.0 (#19695)d9fff9fdocs: update package README CI badge to main (#19692)8ed67bfFix Tailwind CSS package README GitHub links (#19644)1638f35Bump dependencies (#19608)bccf4bbAdd@tailwindcss/webpackloader for Tailwind CSS v4 (#19610)8d5e955Update dedent 1.7.0 → 1.7.1 (patch) (#19484)Updates
@types/nodefrom 25.2.3 to 25.3.2Commits
Updates
@types/nodemailerfrom 7.0.9 to 7.0.11Commits
Updates
eslintfrom 8.57.1 to 10.0.2Release notes
Sourced from eslint's releases.
... (truncated)
Commits
55122d610.0.280f1e29Build: changelog update for 10.0.2951223bchore: update dependency@eslint/eslintrcto ^3.3.4 (#20553)13eeedbdocs: link rule type explanation to CLI option --fix-type (#20548)6aa1afechore: update dependency eslint-plugin-jsdoc to ^62.7.0 (#20536)2b72361fix: updateajvto6.14.0to address security vulnerabilities (#20537)98cbf6bdocs: update migration guide per Program range change (#20534)61a2405docs: add missing semicolon in vars-on-top rule example (#20533)0bd549710.0.1ddb80efBuild: changelog update for 10.0.1Updates
eslint-config-nextfrom 15.1.6 to 16.1.6Release notes
Sourced from eslint-config-next's releases.
... (truncated)
Commits
adf8c61v16.1.6acba4a6v16.1.560de6c2v16.1.4f01cf07v16.1.3cb436b3v16.1.23aa5398v16.1.13491676v16.1.058e8f8cv16.1.0-canary.343284587v16.1.0-canary.3304290abv16.1.0-canary.32Updates
tailwindcssfrom 4.1.18 to 4.2.1Release notes
Sourced from tailwindcss's releases.
Changelog
Sourced from tailwindcss's changelog.
Commits
1dce64e4.2.1 (#19714)d15d92cAllow trailing dash in functional utility names (#19696)1b164114.2.0 (#19695)6118f4fFix/misc docs and tests (#19652)5a4a7ebfix(canonicalize): prevent collapse cache pollution across calls (#19675)d0a5612Add mauve, olive, mist, and taupe color palettes (#19627)d9fff9fdocs: update package README CI badge to main (#19692)ed52d3efeat: handle backslash in@utilityname (#19626)6eb3b32Allow multiples of.25inaspect-*fractions (#19688)8ed67bfFix Tailwind CSS package README GitHub links (#19644)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for tailwindcss since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific de...Description has been truncated