Skip to content

build(deps-dev): bump @tailwindcss/postcss from 4.2.4 to 4.3.0 in /front-end#126

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/front-end/main/tailwindcss/postcss-4.3.0
Open

build(deps-dev): bump @tailwindcss/postcss from 4.2.4 to 4.3.0 in /front-end#126
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/front-end/main/tailwindcss/postcss-4.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps @tailwindcss/postcss from 4.2.4 to 4.3.0.

Release notes

Sourced from @​tailwindcss/postcss's releases.

v4.3.0

Added

  • Add @container-size utility (#18901)
  • Add scrollbar-{auto,thin,none} utilities for scrollbar-width, and scrollbar-thumb-* / scrollbar-track-* color utilities for scrollbar-color (#19981, #20019)
  • Add scrollbar-gutter-* utilities (#20018)
  • Add zoom-* utilities (#20020)
  • Add tab-* utilities (#20022)
  • Allow using @variant with stacked variants (e.g. @variant hover:focus { … }) (#19996)
  • Allow using @variant with compound variants (e.g. @variant hover, focus { … }) (#19996)
  • Support --default(…) in --value(…) and --modifier(…) for functional @utility definitions (#19989)

Fixed

  • Ensure @plugin resolves package JavaScript entries instead of browser CSS entries when using @tailwindcss/vite (#19949)
  • Fix relative @import and @plugin paths resolving from the wrong directory when using @tailwindcss/vite (#19965)
  • Ensure CSS files containing @variant are processed by @tailwindcss/vite (#19966)
  • Resolve imports relative to base when result.opts.from is not provided when using @tailwindcss/postcss (#19980)
  • Canonicalization: preserve significant _ whitespace in arbitrary values (#19986)
  • Canonicalization: add parentheses when removing whitespace from arbitrary values would hurt readability (e.g. w-[calc(100%---spacing(60))]w-[calc(100%-(--spacing(60)))]) (#19986)
  • Canonicalization: preserve the original unit in arbitrary values instead of normalizing to base units (e.g. -mt-[20in]mt-[-20in], not mt-[-1920px]) (#19988)
  • Canonicalization: migrate arbitrary :has() variants from [&:has(…)] to has-[…] (#19991)
  • Upgrade: don’t migrate inline style attributes (e.g. style="flex-grow: 1"style="flex-grow: 1", not style="grow: 1") (#19918)
  • Allow multiple @utility definitions with the same name but different value types (#19777)
  • Export missing PluginWithConfig type from tailwindcss/plugin to fix errors when inferring plugin config types (#19707)
  • Ensure start and end legacy utilities without values do not generate CSS (#20003)
  • Ensure --value(…) is required in functional @utility definitions (#20005)
  • Canonicalization: preserve required whitespace around operators in negated arbitrary values (e.g. -left-[(var(--a)+var(--b))]) (#20011)
Changelog

Sourced from @​tailwindcss/postcss's changelog.

[4.3.0] - 2026-05-08

Added

  • Add @container-size utility (#18901)
  • Add scrollbar-{auto,thin,none} utilities for scrollbar-width, and scrollbar-thumb-* / scrollbar-track-* color utilities for scrollbar-color (#19981, #20019)
  • Add scrollbar-gutter-* utilities (#20018)
  • Add zoom-* utilities (#20020)
  • Add tab-* utilities (#20022)
  • Allow using @variant with stacked variants (e.g. @variant hover:focus { … }) (#19996)
  • Allow using @variant with compound variants (e.g. @variant hover, focus { … }) (#19996)
  • Support --default(…) in --value(…) and --modifier(…) for functional @utility definitions (#19989)

Fixed

  • Ensure @plugin resolves package JavaScript entries instead of browser CSS entries when using @tailwindcss/vite (#19949)
  • Fix relative @import and @plugin paths resolving from the wrong directory when using @tailwindcss/vite (#19965)
  • Ensure CSS files containing @variant are processed by @tailwindcss/vite (#19966)
  • Resolve imports relative to base when result.opts.from is not provided when using @tailwindcss/postcss (#19980)
  • Canonicalization: preserve significant _ whitespace in arbitrary values (#19986)
  • Canonicalization: add parentheses when removing whitespace from arbitrary values would hurt readability (e.g. w-[calc(100%---spacing(60))]w-[calc(100%-(--spacing(60)))]) (#19986)
  • Canonicalization: preserve the original unit in arbitrary values instead of normalizing to base units (e.g. -mt-[20in]mt-[-20in], not mt-[-1920px]) (#19988)
  • Canonicalization: migrate arbitrary :has() variants from [&:has(…)] to has-[…] (#19991)
  • Upgrade: don’t migrate inline style attributes (e.g. style="flex-grow: 1"style="flex-grow: 1", not style="grow: 1") (#19918)
  • Allow multiple @utility definitions with the same name but different value types (#19777)
  • Export missing PluginWithConfig type from tailwindcss/plugin to fix errors when inferring plugin config types (#19707)
  • Ensure start and end legacy utilities without values do not generate CSS (#20003)
  • Ensure --value(…) is required in functional @utility definitions (#20005)
  • Canonicalization: preserve required whitespace around operators in negated arbitrary values (e.g. -left-[(var(--a)+var(--b))]) (#20011)
Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) from 4.2.4 to 4.3.0.
- [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.3.0/packages/@tailwindcss-postcss)

---
updated-dependencies:
- dependency-name: "@tailwindcss/postcss"
  dependency-version: 4.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 11, 2026
@github-actions
Copy link
Copy Markdown

Terraform Plan

  • fmt: failure
  • validate: success
  • plan: success
Show plan
Acquiring state lock. This may take a few moments...
random_id.db_name_suffix: Refreshing state... [id=ncGEfQ]
random_password.jwt_secret: Refreshing state... [id=none]
random_password.db_password: Refreshing state... [id=none]
module.analytics_pubsub[0].data.google_project.current: Reading...
google_monitoring_dashboard.cs_pipeline: Refreshing state... [id=projects/989204813608/dashboards/54f9967c-d38c-43e1-a909-f59e41081ce4]
module.dimsync.google_service_account.dimsync: Refreshing state... [id=projects/oscal-hub/serviceAccounts/dimsync-prod@oscal-hub.iam.gserviceaccount.com]
google_monitoring_dashboard.ops: Refreshing state... [id=projects/989204813608/dashboards/be31b22d-dea7-49d8-a568-079b87445a6a]
module.analytics_pubsub[0].google_pubsub_topic.events: Refreshing state... [id=projects/oscal-hub/topics/otel-events-prod]
module.analytics_pubsub[0].google_pubsub_topic.events_dlq: Refreshing state... [id=projects/oscal-hub/topics/otel-events-dlq-prod]
google_monitoring_notification_channel.email[0]: Refreshing state... [id=projects/oscal-hub/notificationChannels/9647640884532379542]
google_logging_project_sink.oscal_events: Refreshing state... [id=projects/oscal-hub/sinks/oscal-events-prod]
google_project_service.apis["sql-component.googleapis.com"]: Refreshing state... [id=oscal-hub/sql-component.googleapis.com]
module.analytics_bigquery.google_bigquery_dataset.analytics: Refreshing state... [id=projects/oscal-hub/datasets/analytics_prod]
google_project_service.apis["run.googleapis.com"]: Refreshing state... [id=oscal-hub/run.googleapis.com]
google_project_service.apis["pubsub.googleapis.com"]: Refreshing state... [id=oscal-hub/pubsub.googleapis.com]
google_project_service.apis["compute.googleapis.com"]: Refreshing state... [id=oscal-hub/compute.googleapis.com]
google_project_service.apis["sqladmin.googleapis.com"]: Refreshing state... [id=oscal-hub/sqladmin.googleapis.com]
google_project_service.apis["secretmanager.googleapis.com"]: Refreshing state... [id=oscal-hub/secretmanager.googleapis.com]
google_project_service.apis["servicenetworking.googleapis.com"]: Refreshing state... [id=oscal-hub/servicenetworking.googleapis.com]
google_project_service.apis["vpcaccess.googleapis.com"]: Refreshing state... [id=oscal-hub/vpcaccess.googleapis.com]
google_project_service.apis["artifactregistry.googleapis.com"]: Refreshing state... [id=oscal-hub/artifactregistry.googleapis.com]
module.analytics_pubsub[0].data.google_project.current: Read complete after 1s [id=projects/oscal-hub]
google_project_service.apis["bigquery.googleapis.com"]: Refreshing state... [id=oscal-hub/bigquery.googleapis.com]
google_project_service.apis["monitoring.googleapis.com"]: Refreshing state... [id=oscal-hub/monitoring.googleapis.com]
google_project_service.apis["cloudbuild.googleapis.com"]: Refreshing state... [id=oscal-hub/cloudbuild.googleapis.com]
google_project_service.apis["cloudscheduler.googleapis.com"]: Refreshing state... [id=oscal-hub/cloudscheduler.googleapis.com]
google_project_service.apis["cloudtrace.googleapis.com"]: Refreshing state... [id=oscal-hub/cloudtrace.googleapis.com]
google_project_service.apis["cloudresourcemanager.googleapis.com"]: Refreshing state... [id=oscal-hub/cloudresourcemanager.googleapis.com]
google_project_service.apis["storage.googleapis.com"]: Refreshing state... [id=oscal-hub/storage.googleapis.com]
google_project_service.apis["cloudkms.googleapis.com"]: Refreshing state... [id=oscal-hub/cloudkms.googleapis.com]
module.dimsync.google_project_iam_member.dimsync_job_user: Refreshing state... [id=oscal-hub/roles/bigquery.jobUser/serviceAccount:dimsync-prod@oscal-hub.iam.gserviceaccount.com]
module.dimsync.google_project_iam_member.dimsync_sql_client: Refreshing state... [id=oscal-hub/roles/cloudsql.client/serviceAccount:dimsync-prod@oscal-hub.iam.gserviceaccount.com]
module.analytics_bigquery.google_bigquery_table.orgs: Refreshing state... [id=projects/oscal-hub/datasets/analytics_prod/tables/orgs]
module.analytics_bigquery.google_bigquery_table.vw_feature_popularity: Refreshing state... [id=projects/oscal-hub/datasets/analytics_prod/tables/vw_feature_popularity]
module.analytics_bigquery.google_bigquery_table.events: Refreshing state... [id=projects/oscal-hub/datasets/analytics_prod/tables/events]
module.analytics_bigquery.google_bigquery_table.users: Refreshing state... [id=projects/oscal-hub/datasets/analytics_prod/tables/users]
module.analytics_bigquery.google_bigquery_table.vw_daily_active_orgs: Refreshing state... [id=projects/oscal-hub/datasets/analytics_prod/tables/vw_daily_active_orgs]
module.analytics_bigquery.google_bigquery_table.vw_events_enriched: Refreshing state... [id=projects/oscal-hub/datasets/analytics_prod/tables/vw_events_enriched]
module.analytics_pubsub[0].google_project_iam_member.pubsub_to_bq: Refreshing state... [id=oscal-hub/roles/bigquery.dataEditor/serviceAccount:service-989204813608@gcp-sa-pubsub.iam.gserviceaccount.com]
module.analytics_pubsub[0].google_project_iam_member.pubsub_to_bq_metadata: Refreshing state... [id=oscal-hub/roles/bigquery.metadataViewer/serviceAccount:service-989204813608@gcp-sa-pubsub.iam.gserviceaccount.com]
google_monitoring_alert_policy.sql_connection_saturation: Refreshing state... [id=projects/oscal-hub/alertPolicies/12026442270214563461]
google_monitoring_alert_policy.high_5xx_rate: Refreshing state... [id=projects/oscal-hub/alertPolicies/9936227830985567836]
google_monitoring_alert_policy.run_cpu_high: Refreshing state... [id=projects/oscal-hub/alertPolicies/11969646277962194902]
google_monitoring_alert_policy.p99_latency: Refreshing state... [id=projects/oscal-hub/alertPolicies/3666069356665811891]
google_bigquery_dataset_iam_member.events_sink_writer: Refreshing state... [id=projects/oscal-hub/datasets/analytics_prod/roles/bigquery.dataEditor/serviceAccount:service-989204813608@gcp-sa-logging.iam.gserviceaccount.com]
module.dimsync.google_bigquery_dataset_iam_member.dimsync_editor: Refreshing state... [id=projects/oscal-hub/datasets/analytics_prod/roles/bigquery.dataEditor/serviceAccount:dimsync-prod@oscal-hub.iam.gserviceaccount.com]
google_bigquery_table.vw_events: Refreshing state... [id=projects/oscal-hub/datasets/analytics_prod/tables/vw_events]
module.analytics_pubsub[0].google_pubsub_subscription.events_to_bq: Refreshing state... [id=projects/oscal-hub/subscriptions/otel-events-bq-prod]
module.otel_collector[0].google_service_account.collector: Refreshing state... [id=projects/oscal-hub/serviceAccounts/otel-collector-prod@oscal-hub.iam.gserviceaccount.com]
module.storage.google_storage_bucket.library_bucket: Refreshing state... [id=oscal-tools-library-prod-us-central1]
module.storage.google_storage_bucket.build_bucket: Refreshing state... [id=oscal-tools-build-prod-us-central1]
module.database.google_sql_database_instance.postgres: Refreshing state... [id=oscal-db-prod-9dc1847d]
module.otel_collector[0].google_project_iam_member.metric_writer: Refreshing state... [id=oscal-hub/roles/monitoring.metricWriter/serviceAccount:otel-collector-prod@oscal-hub.iam.gserviceaccount.com]
module.otel_collector[0].google_project_iam_member.log_writer: Refreshing state... [id=oscal-hub/roles/logging.logWriter/serviceAccount:otel-collector-prod@oscal-hub.iam.gserviceaccount.com]
module.otel_collector[0].google_project_iam_member.trace_agent: Refreshing state... [id=oscal-hub/roles/cloudtrace.agent/serviceAccount:otel-collector-prod@oscal-hub.iam.gserviceaccount.com]
module.otel_collector[0].google_pubsub_topic_iam_member.publisher[0]: Refreshing state... [id=projects/oscal-hub/topics/otel-events-prod/roles/pubsub.publisher/serviceAccount:otel-collector-prod@oscal-hub.iam.gserviceaccount.com]
module.otel_collector[0].google_cloud_run_v2_service.collector: Refreshing state... [id=projects/oscal-hub/locations/us-central1/services/otel-collector-prod]
module.database.google_sql_user.user: Refreshing state... [id=oscal_user//oscal-db-prod-9dc1847d]
module.database.google_sql_database.database: Refreshing state... [id=projects/oscal-hub/instances/oscal-db-prod-9dc1847d/databases/oscal_production]
module.dimsync.google_cloud_run_v2_job.dimsync: Refreshing state... [id=projects/oscal-hub/locations/us-central1/jobs/dimsync-prod]
module.otel_collector[0].google_cloud_run_service_iam_member.all_users_invoker: Refreshing state... [id=v1/projects/oscal-hub/locations/us-central1/services/otel-collector-prod/roles/run.invoker/allUsers]
module.dimsync.google_cloud_run_v2_job_iam_member.scheduler_invoker: Refreshing state... [id=projects/oscal-hub/locations/us-central1/jobs/dimsync-prod/roles/run.invoker/serviceAccount:dimsync-prod@oscal-hub.iam.gserviceaccount.com]
module.dimsync.google_cloud_scheduler_job.dimsync_hourly: Refreshing state... [id=projects/oscal-hub/locations/us-central1/jobs/dimsync-prod-hourly]
module.oscal_app.google_service_account.service_account: Refreshing state... [id=projects/oscal-hub/serviceAccounts/oscal-tools-sa-prod@oscal-hub.iam.gserviceaccount.com]
module.otel_collector[0].google_cloud_run_service_iam_member.api_invoker: Refreshing state... [id=v1/projects/oscal-hub/locations/us-central1/services/otel-collector-prod/roles/run.invoker/serviceAccount:oscal-tools-sa-prod@oscal-hub.iam.gserviceaccount.com]
module.oscal_app.google_cloud_run_v2_service.service: Refreshing state... [id=projects/oscal-hub/locations/us-central1/services/oscal-tools-prod]

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # module.dimsync.google_cloud_run_v2_job.dimsync will be updated in-place
  ~ resource "google_cloud_run_v2_job" "dimsync" {
        id                       = "projects/oscal-hub/locations/us-central1/jobs/dimsync-prod"
        name                     = "dimsync-prod"
        # (25 unchanged attributes hidden)

      ~ template {
            # (4 unchanged attributes hidden)

          ~ template {
                # (5 unchanged attributes hidden)

              ~ containers {
                  ~ image       = "us-central1-docker.pkg.dev/oscal-hub/oscal-tools/oscal-tools:4dc2ed7ebcc293045ed4d40343a1eaeea60fa062" -> "us-central1-docker.pkg.dev/oscal-hub/oscal-tools/oscal-tools:bead2ff758256fb70e0b5e4e9ae66c55d87a9b6e"
                    name        = null
                    # (3 unchanged attributes hidden)

                    # (7 unchanged blocks hidden)
                }
            }
        }
    }

  # module.oscal_app.google_cloud_run_v2_service.service will be updated in-place
  ~ resource "google_cloud_run_v2_service" "service" {
        id                      = "projects/oscal-hub/locations/us-central1/services/oscal-tools-prod"
        name                    = "oscal-tools-prod"
        # (30 unchanged attributes hidden)

      ~ template {
            # (9 unchanged attributes hidden)

          ~ containers {
              ~ image       = "us-central1-docker.pkg.dev/oscal-hub/oscal-tools/oscal-tools:4dc2ed7ebcc293045ed4d40343a1eaeea60fa062" -> "us-central1-docker.pkg.dev/oscal-hub/oscal-tools/oscal-tools:bead2ff758256fb70e0b5e4e9ae66c55d87a9b6e"
                name        = null
                # (4 unchanged attributes hidden)

                # (30 unchanged blocks hidden)
            }

            # (2 unchanged blocks hidden)
        }

        # (1 unchanged block hidden)
    }

Plan: 0 to add, 2 to change, 0 to destroy.

─────────────────────────────────────────────────────────────────────────────

Saved the plan to: tfplan

To perform exactly these actions, run the following command to apply:
    terraform apply "tfplan"

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.

0 participants