-
Notifications
You must be signed in to change notification settings - Fork 8
build(deps): bump the security group across 1 directory with 8 updates #3179
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
build(deps): bump the security group across 1 directory with 8 updates #3179
Conversation
Bumps the security group with 7 updates in the /web directory: | Package | From | To | | --- | --- | --- | | [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.1.16` | `4.1.17` | | [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.90.5` | `5.90.7` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.0` | `9.39.1` | | [@netlify/vite-plugin](https://github.com/netlify/primitives/tree/HEAD/packages/vite-plugin) | `2.7.8` | `2.7.11` | | [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.1.16` | `4.1.17` | | [eslint](https://github.com/eslint/eslint) | `9.39.0` | `9.39.1` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.2` | `8.46.3` | Updates `@tailwindcss/postcss` from 4.1.16 to 4.1.17 - [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.1.17/packages/@tailwindcss-postcss) Updates `@tanstack/react-query` from 5.90.5 to 5.90.7 - [Release notes](https://github.com/TanStack/query/releases) - [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md) - [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.90.7/packages/react-query) Updates `@eslint/js` from 9.39.0 to 9.39.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v9.39.1/packages/js) Updates `@netlify/vite-plugin` from 2.7.8 to 2.7.11 - [Release notes](https://github.com/netlify/primitives/releases) - [Changelog](https://github.com/netlify/primitives/blob/main/packages/vite-plugin/CHANGELOG.md) - [Commits](https://github.com/netlify/primitives/commits/vite-plugin-v2.7.11/packages/vite-plugin) Updates `@tailwindcss/vite` from 4.1.16 to 4.1.17 - [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.1.17/packages/@tailwindcss-vite) Updates `eslint` from 9.39.0 to 9.39.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.0...v9.39.1) Updates `tailwindcss` from 4.1.16 to 4.1.17 - [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.1.17/packages/tailwindcss) Updates `typescript-eslint` from 8.46.2 to 8.46.3 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.3/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@tailwindcss/postcss" dependency-version: 4.1.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: security - dependency-name: "@tanstack/react-query" dependency-version: 5.90.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: security - dependency-name: "@eslint/js" dependency-version: 9.39.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: security - dependency-name: "@netlify/vite-plugin" dependency-version: 2.7.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: security - dependency-name: "@tailwindcss/vite" dependency-version: 4.1.17 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: security - dependency-name: eslint dependency-version: 9.39.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: security - dependency-name: tailwindcss dependency-version: 4.1.17 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: security - dependency-name: typescript-eslint dependency-version: 8.46.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: security ... Signed-off-by: dependabot[bot] <support@github.com>
| "tailwindcss": "^4.1.13", | ||
| "typescript": "^5.9.3", | ||
| "typescript-eslint": "^8.46.2", | ||
| "typescript-eslint": "^8.46.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Tailwind Version Mismatch: Inconsistent Installations
Version mismatch between tailwindcss in devDependencies (^4.1.13) and the updated Tailwind packages. The lock file installs tailwindcss 4.1.17 to satisfy dependencies from @tailwindcss/postcss (4.1.17), @tailwindcss/vite (4.1.17), and @tailwindcss/node (4.1.17), but package.json still specifies ^4.1.13. This mismatch can cause inconsistent installations across environments and unexpected behavior when the lock file is regenerated.
replicated-ci
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
This PR was automatically approved and merged by the automated-prs-manager GitHub action
#3179) Bumps the security group with 7 updates in the /web directory: | Package | From | To | | --- | --- | --- | | [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.1.16` | `4.1.17` | | [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.90.5` | `5.90.7` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.0` | `9.39.1` | | [@netlify/vite-plugin](https://github.com/netlify/primitives/tree/HEAD/packages/vite-plugin) | `2.7.8` | `2.7.11` | | [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.1.16` | `4.1.17` | | [eslint](https://github.com/eslint/eslint) | `9.39.0` | `9.39.1` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.2` | `8.46.3` | Updates `@tailwindcss/postcss` from 4.1.16 to 4.1.17 - [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.1.17/packages/@tailwindcss-postcss) Updates `@tanstack/react-query` from 5.90.5 to 5.90.7 - [Release notes](https://github.com/TanStack/query/releases) - [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md) - [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.90.7/packages/react-query) Updates `@eslint/js` from 9.39.0 to 9.39.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v9.39.1/packages/js) Updates `@netlify/vite-plugin` from 2.7.8 to 2.7.11 - [Release notes](https://github.com/netlify/primitives/releases) - [Changelog](https://github.com/netlify/primitives/blob/main/packages/vite-plugin/CHANGELOG.md) - [Commits](https://github.com/netlify/primitives/commits/vite-plugin-v2.7.11/packages/vite-plugin) Updates `@tailwindcss/vite` from 4.1.16 to 4.1.17 - [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.1.17/packages/@tailwindcss-vite) Updates `eslint` from 9.39.0 to 9.39.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.0...v9.39.1) Updates `tailwindcss` from 4.1.16 to 4.1.17 - [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.1.17/packages/tailwindcss) Updates `typescript-eslint` from 8.46.2 to 8.46.3 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.3/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@tailwindcss/postcss" dependency-version: 4.1.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: security - dependency-name: "@tanstack/react-query" dependency-version: 5.90.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: security - dependency-name: "@eslint/js" dependency-version: 9.39.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: security - dependency-name: "@netlify/vite-plugin" dependency-version: 2.7.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: security - dependency-name: "@tailwindcss/vite" dependency-version: 4.1.17 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: security - dependency-name: eslint dependency-version: 9.39.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: security - dependency-name: tailwindcss dependency-version: 4.1.17 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: security - dependency-name: typescript-eslint dependency-version: 8.46.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: security ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the security group with 7 updates in the /web directory:
4.1.164.1.175.90.55.90.79.39.09.39.12.7.82.7.114.1.164.1.179.39.09.39.18.46.28.46.3Updates
@tailwindcss/postcssfrom 4.1.16 to 4.1.17Release notes
Sourced from
@tailwindcss/postcss's releases.Changelog
Sourced from
@tailwindcss/postcss's changelog.Commits
e9c9c4fRelease v4.1.17 (#19272)Updates
@tanstack/react-queryfrom 5.90.5 to 5.90.7Release notes
Sourced from
@tanstack/react-query's releases.Changelog
Sourced from
@tanstack/react-query's changelog.Commits
ea0ab4dci: Version Packages (#9848)c23b4a0ci: Version Packages (#9834)Updates
@eslint/jsfrom 9.39.0 to 9.39.1Release notes
Sourced from
@eslint/js's releases.Commits
c7ebefcchore: package.json update for@eslint/jsreleaseUpdates
@netlify/vite-pluginfrom 2.7.8 to 2.7.11Release notes
Sourced from
@netlify/vite-plugin's releases.Changelog
Sourced from
@netlify/vite-plugin's changelog.Commits
e70ad54chore: release main (#523)510642bfix: ignore SPA redirect in dev mode to allow Vite to take over (#514)cff2b66chore: release main (#518)d375d48chore: release main (#511)70e2741Refactor: Update package.json repository fields (#509)Updates
@tailwindcss/vitefrom 4.1.16 to 4.1.17Release notes
Sourced from
@tailwindcss/vite's releases.Changelog
Sourced from
@tailwindcss/vite's changelog.Commits
e9c9c4fRelease v4.1.17 (#19272)Updates
eslintfrom 9.39.0 to 9.39.1Release notes
Sourced from eslint's releases.
Commits
e2772819.39.14cdf397Build: changelog update for 9.39.192db329chore: update@eslint/jsversion to 9.39.1 (#20284)c7ebefcchore: package.json update for@eslint/jsrelease650753efix: Only pass node to JS lang visitor methods (#20283)51b51f4docs: add a section on when to use extends vs cascading (#20268)61778f6chore: update eslint-config-eslint dependency@eslint/jsto ^9.39.0 (#20275)d9ca2fcci: Add rangeStrategy to eslint group in renovate config (#20266)009e507test: fix version tests for ESLint v10 (#20274)b44d426docs: Update READMEUpdates
tailwindcssfrom 4.1.16 to 4.1.17Release notes
Sourced from tailwindcss's releases.
Changelog
Sourced from tailwindcss's changelog.
Commits
e9c9c4fRelease v4.1.17 (#19272)dc6a3ceSubstitute@variantinside utilities (#19263)e71e70eUpdate magic-string 0.30.19 → 0.30.21 (minor) (#19238)Updates
typescript-eslintfrom 8.46.2 to 8.46.3Release notes
Sourced from typescript-eslint's releases.
Changelog
Sourced from typescript-eslint's changelog.
Commits
d9f3497chore(release): publish 8.46.3Dependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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 dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions