Skip to content

chore(deps): update dependency postcss-import to v16 - autoclosed - #55

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/postcss-import-16.x
Closed

chore(deps): update dependency postcss-import to v16 - autoclosed#55
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/postcss-import-16.x

Conversation

@renovate

@renovate renovate Bot commented Jan 3, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
postcss-import ^15.0.0^16.0.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

postcss/postcss-import (postcss-import)

v16.2.0

Compare Source

  • Better whitespace formatting on modern postcss versions (#​605)
  • Better error message when @imports are interleaved with @layers (#​566, #​606)
  • Docs clarification (#​598)

v16.1.1

Compare Source

  • Fix incorrect cascade layer order when some resources can not be inlined (#​567, #​574)

v16.1.0

Compare Source

  • Allow bundling URLs with fragments (useful for Vite users) (#​560, #​561)

v16.0.1

Compare Source

  • Fix crash when handling some @imports with media conditions (#​557, #​558)

v16.0.0

Compare Source

  • BREAKING: Require Node.js v18+ (#​550, #​551)
  • BREAKING: Signifigant rewrite, with small behavioral tweaks in a number of edge cases
  • Support for @supports conditional imports added (#​532, #​548)
  • When skipDuplicates is false, handles import cycles correctly (#​462, #​535)
  • Add warnOnEmpty option to allow disabling warnings for empty files (#​84, #​541)
  • Use proper node.errors (#​518, #​540)

Huge thanks to @romainmenke for all the hard work he put into this release.

v15.1.0

Compare Source

  • Add data: URL support (this is not useful for most consumers) (#​515)

v15.0.1

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/postcss-import-16.x branch from 47f0d8d to 4ae48ac Compare August 11, 2025 23:55
@renovate
renovate Bot force-pushed the renovate/postcss-import-16.x branch from 4ae48ac to aa7d6d3 Compare August 12, 2026 21:07
@renovate

renovate Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
[21:07:06.945] INFO (2606): Installing tool node@24.19.0...
[21:07:10.187] ERROR (2606): failed to check url
    url: "https://github.com/containerbase/node-prebuild/releases/download/24.19.0/node-24.19.0-x86_64.tar.xz.sha512"
    err: {
      "type": "HTTPError",
      "message": "Request failed with status code 503 (Service Unavailable): HEAD https://github.com/containerbase/node-prebuild/releases/download/24.19.0/node-24.19.0-x86_64.tar.xz.sha512",
      "stack":
          HTTPError: Request failed with status code 503 (Service Unavailable): HEAD https://github.com/containerbase/node-prebuild/releases/download/24.19.0/node-24.19.0-x86_64.tar.xz.sha512
              at file:///snapshot/dist/app/main-B_udE2A6.js:35960:28
              at Request.<anonymous> (file:///snapshot/dist/app/main-B_udE2A6.js:35966:7)
              at Object.onceWrapper (node:events:631:26)
              at Request.emit (node:events:521:24)
              at Request.emit (node:domain:489:12)
              at Request._onResponseBase (file:///snapshot/dist/app/main-B_udE2A6.js:35213:22)
              at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
              at async Request._onResponse (file:///snapshot/dist/app/main-B_udE2A6.js:35250:4)
      "name": "HTTPError",
      "code": "ERR_NON_2XX_3XX_RESPONSE",
      "timings": {
        "start": 1786568830178,
        "socket": 1786568830178,
        "lookup": 1786568830178,
        "connect": 1786568830178,
        "secureConnect": 1786568830178,
        "upload": 1786568830180,
        "response": 1786568830183,
        "end": 1786568830184,
        "phases": {
          "wait": 0,
          "dns": 1,
          "tcp": 6,
          "tls": 9,
          "request": 2,
          "firstByte": 3,
          "download": 1,
          "total": 6
        }
      },
      "options": {
        "agent": {},
        "decompress": true,
        "timeout": {},
        "prefixUrl": "",
        "ignoreInvalidCookies": false,
        "context": {},
        "hooks": {
          "init": [],
          "beforeRequest": [],
          "beforeError": [],
          "beforeRedirect": [],
          "beforeRetry": [],
          "beforeCache": [],
          "afterResponse": []
        },
        "followRedirect": true,
        "maxRedirects": 10,
        "throwHttpErrors": true,
        "username": "",
        "password": "",
        "http2": false,
        "allowGetBody": false,
        "allowAbsoluteUrls": true,
        "copyPipedHeaders": false,
        "headers": {
          "user-agent": "containerbase/14.14.0 node/24.19.0 (https://github.com/containerbase)",
          "accept-encoding": "gzip, deflate, br, zstd"
        },
        "methodRewriting": false,
        "retry": {
          "limit": 2,
          "methods": [
            "GET",
            "PUT",
            "HEAD",
            "DELETE",
            "OPTIONS",
            "TRACE"
          ],
          "statusCodes": [
            408,
            413,
            429,
            500,
            502,
            503,
            504,
            521,
            522,
            524
          ],
          "errorCodes": [
            "ETIMEDOUT",
            "ECONNRESET",
            "EADDRINUSE",
            "ECONNREFUSED",
            "EPIPE",
            "ENOTFOUND",
            "ENETUNREACH",
            "EAI_AGAIN"
          ],
          "backoffLimit": null,
          "noise": 100,
          "enforceRetryRules": true
        },
        "method": "HEAD",
        "cacheOptions": {},
        "https": {},
        "resolveBodyOnly": false,
        "isStream": false,
        "responseType": "text",
        "url": "https://github.com/containerbase/node-prebuild/releases/download/24.19.0/node-24.19.0-x86_64.tar.xz.sha512",
        "pagination": {
          "countLimit": null,
          "backoff": 0,
          "requestLimit": 10000,
          "stackAllItems": false
        },
        "setHost": true,
        "enableUnixSockets": false,
        "strictContentLength": true
      }
    }
[21:07:10.294] ERROR (2606): Request failed with status code 503 (Service Unavailable): HEAD https://github.com/containerbase/node-prebuild/releases/download/24.19.0/node-24.19.0-x86_64.tar.xz.sha512
[21:07:10.299] FATAL (2606): Install tool node failed in 3.3s.

@renovate renovate Bot changed the title chore(deps): update dependency postcss-import to v16 chore(deps): update dependency postcss-import to v16 - autoclosed Aug 14, 2026
@renovate renovate Bot closed this Aug 14, 2026
@renovate
renovate Bot deleted the renovate/postcss-import-16.x branch August 14, 2026 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants