Skip to content

build(deps): bump the npm-production-dependencies group across 1 directory with 3 updates#2115

Merged
julianocosta89 merged 1 commit intomainfrom
bdfddependabot/npm_and_yarn/src/flagd-ui/npm-production-dependencies-97f30aedac
Mar 17, 2025
Merged

build(deps): bump the npm-production-dependencies group across 1 directory with 3 updates#2115
julianocosta89 merged 1 commit intomainfrom
bdfddependabot/npm_and_yarn/src/flagd-ui/npm-production-dependencies-97f30aedac

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps the npm-production-dependencies group with 3 updates in the /src/flagd-ui directory: @tailwindcss/postcss, @vercel/otel and next.

Updates @tailwindcss/postcss from 4.0.9 to 4.0.12

Release notes

Sourced from @​tailwindcss/postcss's releases.

v4.0.12

Fixed

  • Vite: Fix url(…) rebasing in transitively imported CSS files (#16965)
  • PostCSS: Rebase url(…)s in imported CSS files (#16965)
  • Ensure utilities are sorted based on their actual property order (#16995)
  • Ensure strings in Pug and Slim templates are handled correctly (#17000)
  • Ensure classes between } and { are properly extracted (#17001)
  • Fix razor/cshtml pre-processing (#17027)
  • Ensure extracting candidates from JS embedded in a PHP string works as expected (#17031)

v4.0.11

Fixed

  • Ensure classes containing -- are extracted correctly (#16972)
  • Ensure classes containing numbers followed by dash or underscore are extracted correctly (#16980)
  • Ensure arbitrary container queries are extracted correctly (#16984)
  • Ensure classes ending in [ are extracted in Slim templating language (#16985)
  • Ensure arbitrary variables with data types are extracted correctly (#16986)

v4.0.10

Added

  • Add col-<number> and row-<number> utilities for grid-column and grid-row (#15183)

Fixed

  • Ensure not-* does not remove :is(…) from variants (#16825)
  • Ensure @keyframes are correctly emitted when using a prefix (#16850)
  • Don't swallow @utility declarations when @apply is used in nested rules (#16940)
  • Ensure outline-hidden behaves like outline-none outside of forced colors mode (#16943)
  • Allow !important on CSS variables again (#16873)
  • Vite: Do not crash when encountering an .svg file with # or ? in the filename (#16957)
  • Ensure utilities are properly detected within square brackets (#16306)
  • Ensure utilities are properly detected using Angular's conditional class binding syntax (#16306)
  • Ensure utilities starting with numbers are properly extracted from Slim templates (#16306)
  • Discard arbitrary property candidates that have guaranteed-invalid property names (#16306)

Changed

  • Removed max-w-auto and max-h-auto utilities as they generate invalid CSS (#16917)
  • Replaced the existing candidate extractor with a brand new extractor to improve maintainability, correctness, and performance (#16306)
Changelog

Sourced from @​tailwindcss/postcss's changelog.

[4.0.12] - 2025-03-07

Fixed

  • Vite: Fix url(…) rebasing in transitively imported CSS files (#16965)
  • PostCSS: Rebase url(…)s in imported CSS files (#16965)
  • Ensure utilities are sorted based on their actual property order (#16995)
  • Ensure strings in Pug and Slim templates are handled correctly (#17000)
  • Ensure classes between } and { are properly extracted (#17001)
  • Fix razor/cshtml pre-processing (#17027)
  • Ensure extracting candidates from JS embedded in a PHP string works as expected (#17031)

[4.0.11] - 2025-03-06

Fixed

  • Ensure classes containing -- are extracted correctly (#16972)
  • Ensure classes containing numbers followed by dash or underscore are extracted correctly (#16980)
  • Ensure arbitrary container queries are extracted correctly (#16984)
  • Ensure classes ending in [ are extracted in Slim templating language (#16985)
  • Ensure arbitrary variables with data types are extracted correctly (#16986)

[4.0.10] - 2025-03-05

Added

  • Add col-<number> and row-<number> utilities for grid-column and grid-row (#15183)

Fixed

  • Ensure not-* does not remove :is(…) from variants (#16825)
  • Ensure @keyframes are correctly emitted when using a prefix (#16850)
  • Don't swallow @utility declarations when @apply is used in nested rules (#16940)
  • Ensure outline-hidden behaves like outline-none outside of forced colors mode (#16943)
  • Allow !important on CSS variables again (#16873)
  • Vite: Do not crash when encountering an .svg file with # or ? in the filename (#16957)
  • Ensure utilities are properly detected within square brackets (#16306)
  • Ensure utilities are properly detected using Angular's conditional class binding syntax (#16306)
  • Ensure utilities starting with numbers are properly extracted from Slim templates (#16306)
  • Discard arbitrary property candidates that have guaranteed-invalid property names (#16306)

Changed

  • Removed max-w-auto and max-h-auto utilities as they generate invalid CSS (#16917)
  • Replaced the existing candidate extractor with a brand new extractor to improve maintainability, correctness, and performance (#16306)
Commits

Updates @vercel/otel from 1.10.1 to 1.10.2

Release notes

Sourced from @​vercel/otel's releases.

@​vercel/otel@​1.10.2

Patch Changes

  • fc87b45: An experimental option for trace export via Vercel Runtime
Commits

Updates next from 15.2.0 to 15.2.1

Release notes

Sourced from next's releases.

v15.2.1

Core Changes

  • Unify Link and Form prefetching: #76184
  • Turbopack: Ensure server actions sourcemaps tests pass: #76157
  • [dev-overlay] control dark theme in one place: #76528
  • [dev-overlay] change css var for terminal: #76590
  • [dev-overlay] Discriminate stack frame settled typed: #76517
  • Remove obsolete sourcePackage references: #76550
  • refactor: remove unused variable in externals handling: #76599
  • fix: Add popular embedding libraries to serverExternalPackages: #76574
  • [Segment Cache] Implement hash-only navigations: #76179
  • Webpack: abstract away getting compilation spans: #76579
  • report compiler duration for webpack and improve numbers: #76665
  • [dev-overlay] fix dark theme missing close bracket: #76672
  • Remove revalidate property from incremental cache ctx for FETCH kind: #76500
  • [dev-overlay] fix: env name label style was out of sync with error type label: #76668
  • Turbopack: avoid celling source maps before minify: #76626
  • refactor(CI): Merge all four bundler test manifest scripts into one: #76652
  • [metadata] fix duplicate metadata for parallel routes: #76669
  • [Segment Cache] Omit from bundle if flag disabled: #76622
  • [Segment Cache] Support output: "export" mode: #75671
  • [Segment Cache] Refresh on same-page navigation: #76223
  • [metadata] re-enable streaming metadata with PPR: #76119
  • [Segment Cache] Search param fallback handling: #75990
  • [Segment Cache] Fix: canonicalURL omits origin: #76444
  • fix metadata basePath for manifest: #76681
  • Propagate expire time to cache-control header and prerender manifest: #76207
  • Show revalidate/expire columns in build output: #76343
  • Gate alternate bundler behind canary only: #76634
  • [dynamicIO] routes with dynamic segments should be able to be static in dev: #76691
  • [repo] upgrade ts 5.8.2: #76709
  • [metadata]: ensure metadata boundary is only rendered once on client nav: #76692
  • [metadata] clean up redudant options: #76712
  • Fix uniqueness detection for generateStaticParams: #76713
  • Upgrade React from 22e39ea7-20250225 to d55cc79b-20250228: #76680
  • [Turbopack] Compute module batches and use them for chunking: #76133
  • [Dev Tools] Improve keyboard interactions for menu & overlays: #76754
  • Keep server code out of browser chunks: #76660
  • Turbopack: inline minify into code generation and make it a plain function instead of a turbo tasks function: #76628
  • fix edge runtime asset fetch in pages api: #76750
  • Update use-cache-unknown-cache-kind.test.ts snapshot for alternate bundler: #76682

Example Changes

  • docs: fix reading params code blocks: #76705

Misc Changes

  • fix(rustdoc): Fix rustdoc warnings, block on rustdoc failures in CI: #76448

... (truncated)

Commits
  • 6338781 v15.2.1
  • 197b4bb v15.2.1-canary.6
  • f5e2dcc Update use-cache-unknown-cache-kind.test.ts snapshot for alternate bundler (#...
  • e45411e Fix flaky Bun test (#76763)
  • 0940320 chore(github): move top prs and feature requests to different Slack channel (...
  • 4369731 feat(CI): Revalidate vercel data cache on areweturboyet after uploading data ...
  • 58a22f7 Disable flaky Turbopack tests (#76760)
  • 6dc8579 fix edge runtime asset fetch in pages api (#76750)
  • ead6e95 Fix: missing close brace in demo code (#76549)
  • bd39335 toDisplayRedbox(): replace all occurrences of testDir (#76618)
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

@dependabot dependabot bot requested a review from a team as a code owner March 10, 2025 12:35
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 10, 2025
Copy link
Member

@julianocosta89 julianocosta89 left a comment

Choose a reason for hiding this comment

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

 > [flagd-ui builder 6/6] RUN npm run build:
0.203 
0.203 > flagd-ui@0.1.0 build
0.203 > next build
0.203 
0.504 Attention: Next.js now collects completely anonymous telemetry regarding usage.
0.504 This information is used to shape Next.js' roadmap and prioritize features.
0.504 You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
0.504 https://nextjs.org/telemetry
0.504 
0.541    ▲ Next.js 15.2.0
0.541 
0.582    Creating an optimized production build ...
0.877  ⚠ Mismatching @next/swc version, detected: 15.2.1 while Next.js is on 15.2.0. Please ensure these match
2.083 Failed to compile.
2.083 
2.083 ./src/instrumentation.ts
2.083 Error: missing field `isDevelopment` at line 1 column 1194
2.083 
2.083 ./node_modules/next/dist/client/components/app-router-headers.js
2.083 Error: missing field `isDevelopment` at line 1 column 1193
2.083 
2.083 Import trace for requested module:
2.083 ./node_modules/next/dist/client/components/app-router-headers.js
2.083 ./node_modules/next/dist/lib/url.js
2.083 ./node_modules/next/dist/lib/metadata/resolvers/resolve-opengraph.js
2.083 ./node_modules/next/dist/lib/metadata/resolve-metadata.js
2.083 ./node_modules/next/dist/lib/metadata/metadata.js
2.083 ./node_modules/next/dist/server/app-render/entry-base.js
2.083 
2.083 ./node_modules/next/dist/client/components/client-page.js
2.083 Error: missing field `isDevelopment` at line 1 column 1193
2.083 
2.083 Import trace for requested module:
2.083 ./node_modules/next/dist/client/components/client-page.js
2.083 ./node_modules/next/dist/server/app-render/entry-base.js
2.083 
2.083 ./node_modules/next/dist/client/components/client-segment.js
2.083 Error: missing field `isDevelopment` at line 1 column 1193
2.083 
2.083 Import trace for requested module:
2.083 ./node_modules/next/dist/client/components/client-segment.js
2.083 ./node_modules/next/dist/server/app-render/entry-base.js
2.083 
2.083 ./node_modules/next/dist/client/components/error-boundary.js
2.083 Error: missing field `isDevelopment` at line 1 column 1193
2.083 
2.083 Import trace for requested module:
2.083 ./node_modules/next/dist/client/components/error-boundary.js
2.083 
2.090  ⚠ Mismatching @next/swc version, detected: 15.2.1 while Next.js is on 15.2.0. Please ensure these match
2.090 
2.090 > Build failed because of webpack errors
------
failed to solve: process "/bin/sh -c npm run build" did not complete successfully: exit code: 1

@julianocosta89
Copy link
Member

Not sure why, but updating Next.js most of the times has this weird behaviour where it complains about @next/swc not being on the same version.

@julianocosta89
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the bdfddependabot/npm_and_yarn/src/flagd-ui/npm-production-dependencies-97f30aedac branch 2 times, most recently from ae67ce6 to 34c45a7 Compare March 13, 2025 12:55
@puckpuck
Copy link
Contributor

I ran make clean-images then docker compose build flagd-ui, followed by make start and this worked as expected.

@dependabot dependabot bot force-pushed the bdfddependabot/npm_and_yarn/src/flagd-ui/npm-production-dependencies-97f30aedac branch from 34c45a7 to 80a2dee Compare March 14, 2025 12:47
@julianocosta89
Copy link
Member

I tried it again, and the issue persists

 > [flagd-ui builder 6/6] RUN npm run build:
0.200 
0.200 > flagd-ui@0.1.0 build
0.200 > next build
0.200 
0.502 Attention: Next.js now collects completely anonymous telemetry regarding usage.
0.503 This information is used to shape Next.js' roadmap and prioritize features.
0.503 You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
0.503 https://nextjs.org/telemetry
0.503 
0.536    ▲ Next.js 15.2.0
0.536 
0.577    Creating an optimized production build ...
0.882  ⚠ Mismatching @next/swc version, detected: 15.2.2 while Next.js is on 15.2.0. Please ensure these match
2.076 Failed to compile.
2.076 
2.076 ./src/instrumentation.ts
2.076 Error: missing field `isDevelopment` at line 1 column 1194
2.076 
2.076 ./node_modules/next/dist/client/components/app-router-headers.js
2.076 Error: missing field `isDevelopment` at line 1 column 1193
2.076 
2.076 Import trace for requested module:
2.076 ./node_modules/next/dist/client/components/app-router-headers.js
2.076 ./node_modules/next/dist/lib/url.js
2.076 ./node_modules/next/dist/lib/metadata/resolvers/resolve-opengraph.js
2.076 ./node_modules/next/dist/lib/metadata/resolve-metadata.js
2.076 ./node_modules/next/dist/lib/metadata/metadata.js
2.076 ./node_modules/next/dist/server/app-render/entry-base.js
2.076 
2.076 ./node_modules/next/dist/client/components/client-page.js
2.076 Error: missing field `isDevelopment` at line 1 column 1193
2.076 
2.076 Import trace for requested module:
2.076 ./node_modules/next/dist/client/components/client-page.js
2.076 ./node_modules/next/dist/server/app-render/entry-base.js
2.076 
2.076 ./node_modules/next/dist/client/components/client-segment.js
2.076 Error: missing field `isDevelopment` at line 1 column 1193
2.076 
2.076 Import trace for requested module:
2.076 ./node_modules/next/dist/client/components/client-segment.js
2.076 ./node_modules/next/dist/server/app-render/entry-base.js
2.076 
2.076 ./node_modules/next/dist/client/components/error-boundary.js
2.076 Error: missing field `isDevelopment` at line 1 column 1193
2.076 
2.076 Import trace for requested module:
2.076 ./node_modules/next/dist/client/components/error-boundary.js
2.076 
2.083  ⚠ Mismatching @next/swc version, detected: 15.2.2 while Next.js is on 15.2.0. Please ensure these match
2.083 
2.083 > Build failed because of webpack errors
------
failed to solve: process "/bin/sh -c npm run build" did not complete successfully: exit code: 1

@puckpuck
Copy link
Contributor

Can you remove any .next and node_modules folders in the flagd-ui src before trying again?

@julianocosta89
Copy link
Member

Can you remove any .next and node_modules folders in the flagd-ui src before trying again?

🙄 that worked.
Shouldn't the .dockerignore take care of that?

@julianocosta89
Copy link
Member

@dependabot rebase

…ctory with 3 updates

Bumps the npm-production-dependencies group with 3 updates in the /src/flagd-ui directory: [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss), [@vercel/otel](https://github.com/vercel/otel) and [next](https://github.com/vercel/next.js).


Updates `@tailwindcss/postcss` from 4.0.9 to 4.0.12
- [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.0.12/packages/@tailwindcss-postcss)

Updates `@vercel/otel` from 1.10.1 to 1.10.2
- [Release notes](https://github.com/vercel/otel/releases)
- [Commits](https://github.com/vercel/otel/compare/@vercel/otel@1.10.1...@vercel/otel@1.10.2)

Updates `next` from 15.2.0 to 15.2.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.2.0...v15.2.1)

---
updated-dependencies:
- dependency-name: "@tailwindcss/postcss"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production-dependencies
- dependency-name: "@vercel/otel"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production-dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the bdfddependabot/npm_and_yarn/src/flagd-ui/npm-production-dependencies-97f30aedac branch from 80a2dee to 2bcf8a1 Compare March 17, 2025 08:32
@julianocosta89 julianocosta89 merged commit 318113e into main Mar 17, 2025
52 checks passed
@julianocosta89 julianocosta89 deleted the bdfddependabot/npm_and_yarn/src/flagd-ui/npm-production-dependencies-97f30aedac branch March 17, 2025 08:56
cloud-hb pushed a commit to cloud-hb/opentelemetry-demo that referenced this pull request Nov 17, 2025
…ctory with 3 updates (open-telemetry#2115)

Bumps the npm-production-dependencies group with 3 updates in the /src/flagd-ui directory: [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss), [@vercel/otel](https://github.com/vercel/otel) and [next](https://github.com/vercel/next.js).


Updates `@tailwindcss/postcss` from 4.0.9 to 4.0.12
- [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.0.12/packages/@tailwindcss-postcss)

Updates `@vercel/otel` from 1.10.1 to 1.10.2
- [Release notes](https://github.com/vercel/otel/releases)
- [Commits](https://github.com/vercel/otel/compare/@vercel/otel@1.10.1...@vercel/otel@1.10.2)

Updates `next` from 15.2.0 to 15.2.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.2.0...v15.2.1)

---
updated-dependencies:
- dependency-name: "@tailwindcss/postcss"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production-dependencies
- dependency-name: "@vercel/otel"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production-dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants