Bump the npm_and_yarn group across 1 directory with 10 updates#168
Bump the npm_and_yarn group across 1 directory with 10 updates#168dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the npm_and_yarn group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [postcss](https://github.com/postcss/postcss) | `8.5.6` | `8.5.15` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.2.4` | `8.0.16` | | [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.49.1` | `4.59.1` | | [picomatch](https://github.com/micromatch/picomatch) | `4.0.3` | `4.0.4` | | [flatted](https://github.com/WebReflection/flatted) | `3.3.3` | `3.4.2` | | [js-yaml](https://github.com/nodeca/js-yaml) | `4.1.1` | `4.2.0` | | [lodash](https://github.com/lodash/lodash) | `4.17.21` | `4.18.1` | | [minimatch](https://github.com/isaacs/minimatch) | `3.1.2` | `3.1.5` | | [undici](https://github.com/nodejs/undici) | `7.14.0` | `7.28.0` | Updates `postcss` from 8.5.6 to 8.5.15 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.6...8.5.15) Updates `vite` from 7.2.4 to 8.0.16 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.0.16/packages/vite) Updates `wrangler` from 4.49.1 to 4.59.1 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.59.1/packages/wrangler) Updates `@babel/core` from 7.28.5 to 7.29.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-core) Updates `picomatch` from 4.0.3 to 4.0.4 - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](micromatch/picomatch@4.0.3...4.0.4) Updates `flatted` from 3.3.3 to 3.4.2 - [Commits](WebReflection/flatted@v3.3.3...v3.4.2) Updates `js-yaml` from 4.1.1 to 4.2.0 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/commits) Updates `lodash` from 4.17.21 to 4.18.1 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.21...4.18.1) Updates `minimatch` from 3.1.2 to 3.1.5 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v3.1.2...v3.1.5) Updates `undici` from 7.14.0 to 7.28.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v7.14.0...v7.28.0) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.15 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: vite dependency-version: 8.0.16 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: wrangler dependency-version: 4.59.1 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@babel/core" dependency-version: 7.29.7 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: picomatch dependency-version: 4.0.4 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: flatted dependency-version: 3.4.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: js-yaml dependency-version: 4.2.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: lodash dependency-version: 4.18.1 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: minimatch dependency-version: 3.1.5 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: undici dependency-version: 7.28.0 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
caltech-dev | 5dd5e64 | Jun 19 2026, 04:28 AM |
| "postcss": "^8.4.49", | ||
| "tailwindcss": "^3.4.17", | ||
| "postcss": "^8.5.15", | ||
| "tailwindcss": "^4.3.1", |
There was a problem hiding this comment.
🔴 Tailwind CSS v3→v4 major version bump without migrating configuration, PostCSS plugin, or CSS directives
Tailwind CSS is bumped from ^3.4.17 to ^4.3.1, which is a major version upgrade with breaking changes, but none of the required migration steps have been applied. Tailwind v4 no longer supports the v3-style tailwind.config.js (tailwind.config.js:1-8), requires @tailwindcss/postcss instead of tailwindcss in the PostCSS config (postcss.config.js:3), and replaces the @tailwind base/components/utilities directives with @import "tailwindcss" (src/css/tailwind.css:1-3). As a result, the build will either fail or produce output with no Tailwind utility classes applied, breaking all styling across the application.
Prompt for agents
Upgrading tailwindcss from v3 to v4 requires a full migration. The following files must be updated:
1. postcss.config.js: Replace the `tailwindcss` plugin with `@tailwindcss/postcss` (and add `@tailwindcss/postcss` as a dependency). The `autoprefixer` plugin is also no longer needed as Tailwind v4 includes it automatically.
2. src/css/tailwind.css: Replace the three `@tailwind base; @tailwind components; @tailwind utilities;` directives with a single `@import "tailwindcss";`.
3. tailwind.config.js: This file is no longer used in v4. Configuration is done via CSS using `@theme` directives. If the config needs to be preserved during migration, you can reference it with `@config "../../tailwind.config.js"` in the CSS file, but ideally migrate to CSS-based config. The `content` property is also no longer needed as v4 uses automatic content detection.
Alternatively, if a full migration is not intended, revert tailwindcss to `^3.4.17`.
Was this helpful? React with 👍 or 👎 to provide feedback.
| "tailwindcss": "^4.3.1", | ||
| "typescript": "^5.7.2", | ||
| "vite": "^7.2.4", | ||
| "vite": "^8.0.16", |
There was a problem hiding this comment.
🚩 Vite v7→v8 major version bump may require config changes
Vite is bumped from ^7.2.4 to ^8.0.16, which is a major version change. The current vite.config.ts uses @vitejs/plugin-react with Babel options (babel.plugins: ['@emotion/babel-plugin']), vite-plugin-svgr, and vite-tsconfig-paths. Major Vite upgrades have historically included breaking changes to plugin APIs, config structure, and build behavior. The @vitejs/plugin-react version is also bumped (^5.1.1 → ^5.2.0) but stays within the same major — it should be verified that v5.2.x of the plugin is compatible with Vite 8. Similarly, vite-plugin-svgr at ^4.5.0 and vite-tsconfig-paths at ^5.1.4 may need version bumps to support Vite 8.
Was this helpful? React with 👍 or 👎 to provide feedback.
| "@types/react-toggle": "^4.0.3", | ||
| "@vitejs/plugin-react": "^5.1.1", | ||
| "@vitejs/plugin-react": "^5.2.0", | ||
| "autoprefixer": "^10.4.11", |
There was a problem hiding this comment.
📝 Info: autoprefixer may be redundant with Tailwind CSS v4
The autoprefixer dependency (^10.4.11) is retained, and postcss.config.js:4 still references it as a PostCSS plugin. Tailwind CSS v4 includes vendor prefixing automatically, making autoprefixer redundant. While this won't cause a build failure, it adds unnecessary processing. If the Tailwind v4 migration is completed, autoprefixer should be removed from both postcss.config.js and package.json.
Was this helpful? React with 👍 or 👎 to provide feedback.
Bumps the npm_and_yarn group with 9 updates in the / directory:
8.5.68.5.157.2.48.0.164.49.14.59.14.0.34.0.43.3.33.4.24.1.14.2.04.17.214.18.13.1.23.1.57.14.07.28.0Updates
postcssfrom 8.5.6 to 8.5.15Release notes
Sourced from postcss's releases.
Changelog
Sourced from postcss's changelog.
Commits
eae46dbRelease 8.5.15 version79508ffUpdate CI actionsb128e21Speed up declaration parsing by avoiding creating new array on each token9825dcaFix code format55789c8Update dependencies84fbbe9Install older pnpm action for old Node.js9f860bdRevert pnpm action for old Node.js0877198Update CI actionsb2d1a33Fix linter warnings0700dacMerge pull request #2088 from rootvector2/add-oss-fuzz-harnessUpdates
vitefrom 7.2.4 to 8.0.16Release notes
Sourced from vite's releases.
... (truncated)
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
f94df87release: v8.0.16dc245c7fix: reject windows alternate paths (#22572)50b9512fix(deps): reject UNC paths for launch-editor-middleware (#22571)8d1b019release: v8.0.152686d7dfix(deps): update all non-major dependencies (#22511)3052a67chore(deps): update rolldown-related dependencies (#22566)e3cfb9dfix(optimizer): close the rolldown bundle when write() rejects (#22528)6978a9crefactor: correct logic incollectAllModulesfunction (#22562)646dbedfeat: update rolldown to 1.0.3 (#22538)85a0efffix: capitalize error messages and remove spurious space in parse error (#22488)Updates
wranglerfrom 4.49.1 to 4.59.1Commits
37a8607Version Packages (#11890)99b1f32fix: execute git commands in pages deploy safely (#11889)e98c95aVersion Packages (#11836)ad65efaAdd--checkflag towrangler types(#11852)beb96affeat(unenv-preset): add support for native node:sqlite module (#11841)b0e54b2[wrangler] Add AI agent detection to analytics events (#11820)2203af4Add Node.js 24 and 25 compatibility to the test suites for Miniflare, Wrangle...b6148edchore(deps): bump the workerd-and-workers-types group with 2 updates (#11872)0eb973dDo not warn user when using a redirected config that came from a config with ...0f8d69dcontainers: users can set multiple tiers for constraints (#11755)Updates
@babel/corefrom 7.28.5 to 7.29.7Release notes
Sourced from @babel/core's releases.
... (truncated)
Commits
4fba754v7.29.704ea6b2v7.29.699f498a[7.x packport]Improve input source map handling (#18001)feba0a3Preserve original identifier names from input sourcemaps (#17992) (#17998)aa8394ev7.29.0ad0d03f[7.x backport] feat: Allow specifying startLine in code frame (#17739)d7f4008v7.28.6e130225Polish(standalone): improve message on invalid preset/plugin (#17606)99dcba5chore: enable some ts-eslint rules (#17592)c92c491Improve Unicode handling in code-frame tokenizer (#17589)Updates
picomatchfrom 4.0.3 to 4.0.4Release notes
Sourced from picomatch's releases.
Commits
e5474fcPublish 4.0.44516eb5Merge commit from fork5eceecdMerge commit from fork0db7dd7Run benchmark again against latest minimatch version (#161)9500377docs: clarify what brace expansion syntax is and isn't supported (#134)2661f23fix typo in globstars.js test name (#138)1798b07docs: fixmakeReexample (#143)9d76bc5chore: undocument removed options (#146)e4d718bRemove unused time-require (#160)38dffebchore(deps): pin dependencies (#158)Updates
flattedfrom 3.3.3 to 3.4.2Commits
3bf09093.4.2885ddccfix CWE-13210bdba70added flatted-view to the benchmark2a02dce3.4.1fba4e8fMerge pull request #89 from WebReflection/python-fix5fe8648added "when in Rome" also a test for PHP53517adsome minor improvementb3e2a0cFixing recursion issue in Python tooc4b46dbAdd SECURITY.md for security policy and reportingf86d071Create dependabot.yml for version updatesUpdates
js-yamlfrom 4.1.1 to 4.2.0Changelog
Sourced from js-yaml's changelog.
Commits
Updates
lodashfrom 4.17.21 to 4.18.1Release notes
Sourced from lodash's releases.
Commits
cb0b9b9release(patch): bump main to 4.18.1 (#6177)75535f5chore: prune stale advisory refs (#6170)62e91bcdocs: remove n_ Node.js < 6 REPL note from README (#6165)59be2derelease(minor): bump to 4.18.0 (#6161)af63457fix: broken tests for _.template 879aaa91073a76fix: linting issues879aaa9fix: validate imports keys in _.templatefe8d32efix: block prototype pollution in baseUnset via constructor/prototype traversal18ba0a3refactor(fromPairs): use baseAssignValue for consistent assignment (#6153)b819080ci: add dist sync validation workflow (#6137)Updates
minimatchfrom 3.1.2 to 3.1.5Commits
7bba9783.1.5bd25942docs: add warning about ReDoS1a9c27cfix partial matching of globstar patterns1a2e0843.1.4ae24656update lockfileb100374limit recursion for **, improve perf considerably26ffeaalockfile update9eca892lock node version to 1400c323b3.1.330486b2update CI matrix and actionsUpdates
undicifrom 7.14.0 to 7.28.0Release notes
Sourced from undici's releases.
... (truncated)
Commits
f9eba0aBumped v7.28.0 (#5430)a027a4aBackport WebSocket maxPayloadSize fixes to v7.x (#5423)8cb10f9websocket: limit the number of fragments in a message04201f8fix: honor requestTls when proxy is SOCKS5fcd642ffix(socks5): preserve dispatch backpressure return value (#5166)bc98c97fix(socks5): use configured connector in Socks5ProxyAgent (#5168)9e1c743fix(socks5): encode embedded IPv4 tails in IPv6 literals correctly (#5099)376c8befix(socks5): enforce authenticated state before CONNECT (#5097)3805b8ffix(socks5-proxy-agent): use per-origin pools to prevent cross-origin routing...85a2405fix(cache): trim qualified field namesMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for undici 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 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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.