Skip to content

Update dependencies#249

Open
simple-icons[bot] wants to merge 1 commit intodevelopfrom
renovate/all
Open

Update dependencies#249
simple-icons[bot] wants to merge 1 commit intodevelopfrom
renovate/all

Conversation

@simple-icons
Copy link
Copy Markdown
Contributor

@simple-icons simple-icons Bot commented Nov 1, 2025

This PR contains the following updates:

Package Type Update Change
@prettier/plugin-pug devDependencies patch 3.4.0 -> 3.4.2
@sindresorhus/tsconfig devDependencies minor 8.0.1 -> 8.1.0
actions/checkout action major v4 -> v5
actions/create-github-app-token action major v1 -> v2
actions/download-artifact action major v5 -> v6
actions/setup-node action major v5 -> v6
actions/upload-artifact action major v4 -> v5
prettier (source) devDependencies minor 3.5.3 -> 3.6.2
puppeteer (source) devDependencies minor 24.7.2 -> 24.27.0
renovatebot/github-action action major v41.0.22 -> v43.0.19
rimraf devDependencies minor 6.0.1 -> 6.1.0
semver devDependencies patch 7.7.1 -> 7.7.3
serve devDependencies patch 14.2.4 -> 14.2.5
ttf2woff2 devDependencies major 6.0.1 -> 8.0.0
typescript (source) devDependencies patch 5.9.2 -> 5.9.3

Release Notes

prettier/plugin-pug (@​prettier/plugin-pug)

v3.4.2

Compare Source

diff

  • Followup for: Handle unexpected missing block SyntaxError when parsing unbuffered code (#​600)

v3.4.1

Compare Source

diff

  • Handle unexpected missing block SyntaxError when parsing unbuffered code (#​600)
sindresorhus/tsconfig (@​sindresorhus/tsconfig)

v8.1.0

Compare Source


actions/checkout (actions/checkout)

v5

Compare Source

actions/create-github-app-token (actions/create-github-app-token)

v2

Compare Source

actions/download-artifact (actions/download-artifact)

v6

Compare Source

actions/setup-node (actions/setup-node)

v6

Compare Source

actions/upload-artifact (actions/upload-artifact)

v5

Compare Source

prettier/prettier (prettier)

v3.6.2

Compare Source

diff

Markdown: Add missing blank line around code block (#​17675 by @​fisker)
<!-- Input -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

<!-- Prettier 3.6.1 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```
   1. Another
   2. List

<!-- Prettier 3.6.2 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

v3.6.1

Compare Source

diff

TypeScript: Allow const without initializer (#​17650, #​17654 by @​fisker)
// Input
export const version: string;

// Prettier 3.6.0 (--parser=babel-ts)
SyntaxError: Unexpected token (1:21)
> 1 | export const version: string;
    |                     ^

// Prettier 3.6.0 (--parser=oxc-ts)
SyntaxError: Missing initializer in const declaration (1:14)
> 1 | export const version: string;
    |              ^^^^^^^^^^^^^^^

// Prettier 3.6.1
export const version: string;
Miscellaneous: Avoid closing files multiple times (#​17665 by @​43081j)

When reading a file to infer the interpreter from a shebang, we use the
n-readlines library to read the first line in order to get the shebang.

This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if n-readlines did not already close
them.

v3.6.0

Compare Source

diff

🔗 Release Notes

puppeteer/puppeteer (puppeteer)

v24.27.0

Compare Source

🎉 Features
♻️ Chores
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.26.1 to 24.27.0
🛠️ Fixes
📄 Documentation

v24.26.1

Compare Source

♻️ Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.26.0 to 24.26.1
🛠️ Fixes

v24.26.0

Compare Source

🎉 Features
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.25.0 to 24.26.0
🛠️ Fixes
📄 Documentation

v24.25.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.24.1 to 24.25.0
Features
Bug Fixes

v24.24.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
Bug Fixes

v24.24.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.23.1 to 24.24.0
Features
  • add handleDevToolsAsPage to access DevTools windows as pages (#​14296) (d6bcf61)

v24.23.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
Bug Fixes

v24.23.0

Compare Source

Features
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.22.3 to 24.23.0
Bug Fixes

v24.22.3

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.22.2 to 24.22.3
Bug Fixes

v24.22.2

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.22.1 to 24.22.2
Bug Fixes

v24.22.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.22.0 to 24.22.1
Bug Fixes

v24.22.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.21.0 to 24.22.0
Features
Bug Fixes
  • a11y: handle leaf nodes without heuristics that rely on name (#​14221) (076cc2e)

v24.21.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
Features
Bug Fixes

v24.20.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
Features
Bug Fixes
  • accessibility: reports snapshot with uninteresting root and focusable Document is not a leaf node (#​14169) (3bad7ad)
  • roll to Chrome 140.0.7339.82 (#​14182) (7e4440d)

v24.19.0

Compare Source

Features
Bug Fixes
  • accessibility SerializedAXNode.elementHandle returns the parent's handle for text nodes (#​14159) (0cb49fd)
  • throw on history entry not found (#​14160) (f660ef8)
  • webdriver: support interception after continueWithAuth (#​14167) (21f1eb5)
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.18.0 to 24.19.0

v24.18.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.17.1 to 24.18.0
Features
Bug Fixes

v24.17.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
Bug Fixes

v24.17.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
Features
Bug Fixes

v24.16.2

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.16.1 to 24.16.2
Bug Fixes

v24.16.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.16.0 to 24.16.1
Bug Fixes

v24.16.0

Compare Source

Features
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.15.0 to 24.16.0
Bug Fixes

v24.15.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.14.0 to 24.15.0
Features
Bug Fixes

v24.14.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
Features
Bug Fixes

v24.13.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.12.1 to 24.13.0
Features
Bug Fixes
  • ignore errors caused by worker targets that do not support network conditions (#​14015) (d012588)

v24.12.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.12.0 to 24.12.1
Bug Fixes

v24.12.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.11.2 to 24.12.0
Features
Bug Fixes

v24.11.2

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.11.1 to 24.11.2
Bug Fixes

v24.11.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.11.0 to 24.11.1
Bug Fixes

v24.11.0

Compare Source

Features
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.10.2 to 24.11.0

v24.10.2

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.10.1 to 24.10.2
Bug Fixes

v24.10.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.10.0 to 24.10.1
Bug Fixes

v24.10.0

Compare Source

Features
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.9.0 to 24.10.0
Bug Fixes

v24.9.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
Features
Bug Fixes

v24.8.2

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
Bug Fixes

v24.8.1

Compare Source

Bug Fixes
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.8.0 to 24.8.1

v24.8.0

Compare Source

Features
Bug Fixes
Dependencies
  • The following workspace dependencies were updated
renovatebot/github-action (renovatebot/github-action)

v43.0.19

Compare Source

Documentation
  • update references to ghcr.io/renovatebot/renovate to v41.159.4 (71ec32f)
  • update references to renovatebot/github-action to v43.0.18 (218c6f5)
Miscellaneous Chores
  • deps: update dependency @​types/node to v20.19.22 (b17f961)
  • deps: update dependency esbuild to v0.25.11 (c984067)
  • deps: update dependency typescript-eslint to v8.46.1 (f538ae7)
  • deps: update linters to v9.38.0 (54419a4)
  • deps: update pnpm to v10.18.3 (2280560)
Build System
  • deps: lock file maintenance (10695f9)
Continuous Integration
  • deps: update renovate docker tag to v41.154.0 (2055510)
  • deps: update renovate docker tag to v41.155.0 (11754d8)
  • deps: update renovate docker tag to v41.155.2 (153a562)
  • deps: update renovate docker tag to v41.155.4 (0223f34)
  • deps: update renovate docker tag to v41.155.5 (7d814a0)
  • deps: update renovate docker tag to v41.156.0 (f8ace4e)
  • deps: update renovate docker tag to v41.156.1 (bbf577e)
  • deps: update renovate docker tag to v41.156.2 (c3a3fe0)
  • deps: update renovate docker tag to v41.156.3 (e677a10)
  • deps: update renovate docker tag to v41.157.0 (7a91629)
  • deps: update renovate docker tag to v41.157.1 (5fdb516)
  • deps: update renovate docker tag to v41.158.0 (dcaefc7)
  • deps: update renovate docker tag to v41.158.2 (d08d77d)
  • deps: update renovate docker tag to v41.158.3 (956de3b)
  • deps: update renovate docker tag to v41.159.0 (05c5dd2)
  • deps: update renovate docker tag to v41.159.1 (24ddf8e)
  • deps: update renovate docker tag to v41.159.2 (a7c2872)
  • deps: update renovate docker tag to v41.159.3 (de00d27)
  • deps: update renovate docker tag to v41.159.4 (8a1b438)

v43.0.18

Compare Source

Documentation
  • update references to ghcr.io/renovatebot/renovate to v41.152.9 (c0e9271)
  • update references to renovatebot/github-action to v43.0.17 (ce30b19)
Miscellaneous Chores
Build System
  • deps: lock file maintenance (ba5ac50)
Continuous Integration
  • deps: update renovate docker tag to v41.146.2 (c533dc3)
  • deps: update renovate docker tag to v41.146.4 (a8cdc1a)
  • deps: update renovate docker tag to v41.146.6 (b2bce63)
  • deps: update renovate docker tag to v41.146.8 (423b25f)
  • deps: update renovate docker tag to v41.148.0 (743202d)
  • deps: update renovate docker tag to v41.148.1 (f1638c4)
  • deps: update renovate docker tag to v41.148.2 (f44c2e1)
  • deps: update renovate docker tag to v41.148.3 (a60e8e4)
  • deps: update renovate docker tag to v41.148.5 (1008ab8)
  • deps: update renovate docker tag to v41.148.6 (3886779)
  • deps: update renovate docker tag to v41.149.0 (fd43ec2)
  • deps: update renovate docker tag to v41.149.1 (66d8903)
  • deps: update renovate docker tag to v41.149.2 (b39fe85)
  • deps: update renovate docker tag to v41.150.0 (486df44)
  • deps: update renovate docker tag to v41.151.0 (7d61dd8)
  • deps: update re

@simple-icons simple-icons Bot added the dependencies Pull requests that update a dependency file label Nov 1, 2025
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants