Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2025

Bumps the dependencies group with 14 updates in the / directory:

Package From To
fastify 5.3.3 5.5.0
@rollup/rollup-linux-x64-gnu 4.42.0 4.50.0
@myunisoft/loki 5.1.0 6.0.0
minimatch 10.0.1 10.0.3
dotenv 16.5.0 17.2.1
better-sqlite3 11.10.0 12.2.0
cron-parser 5.3.0 5.3.1
croner 9.0.0 9.1.0
dayjs 1.11.13 1.11.18
pino 9.7.0 9.9.0
testcontainers 11.0.2 11.5.1
@slack/types 2.14.0 2.16.0
@ngneat/falso 7.4.0 8.0.2
ts-pattern 5.7.1 5.8.0

Updates fastify from 5.3.3 to 5.5.0

Release notes

Sourced from fastify's releases.

v5.5.0

What's Changed

... (truncated)

Commits
  • b84733e Bumped v5.5.0
  • b0e255a fix: OPTIONS Content-Type handling (#6263)
  • 0d71821 docs: Add Hey API to ecosystem (#6280)
  • 31db1bd docs(ecosystem): add fastify-permissions plugin (#6265)
  • b3e868f chore: refactor reply.send and prioritize kReplyIsError (#6267)
  • bbc46db docs(contributing): fix grammar and clarify instructions (#6277)
  • 66c191c feat: move router options to own key (#5985)
  • ad97fbb feat(types): enforce reply status code types with type providers (#6250)
  • 1d35138 chore: Bump cross-env from 7.0.3 to 10.0.0 (#6274)
  • 89c517d chore: Bump typescript in the dev-dependencies-typescript group (#6273)
  • Additional commits viewable in compare view

Updates @rollup/rollup-linux-x64-gnu from 4.42.0 to 4.50.0

Release notes

Sourced from @​rollup/rollup-linux-x64-gnu's releases.

v4.50.0

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

v4.49.0

4.49.0

2025-08-27

Features

  • Allow config plugins to resolve imports first before deciding whether to treat them as external (#6038)

Pull Requests

  • #6038: feat: Run external check in cli/run/loadConfigFile.ts as last in order to allow handling of e.g. workspace package imports in TS monorepos correctly (@​stazz, @​TrickyPi)
  • #6082: Improve build pipeline performance (@​lukastaegert)

v4.48.1

4.48.1

2025-08-25

Bug Fixes

  • Correctly ignore white-space in JSX strings around line-breaks (#6051)

Pull Requests

v4.48.0

4.48.0

2025-08-23

... (truncated)

Changelog

Sourced from @​rollup/rollup-linux-x64-gnu's changelog.

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

4.49.0

2025-08-27

Features

  • Allow config plugins to resolve imports first before deciding whether to treat them as external (#6038)

Pull Requests

  • #6038: feat: Run external check in cli/run/loadConfigFile.ts as last in order to allow handling of e.g. workspace package imports in TS monorepos correctly (@​stazz, @​TrickyPi)
  • #6082: Improve build pipeline performance (@​lukastaegert)

4.48.1

2025-08-25

Bug Fixes

  • Correctly ignore white-space in JSX strings around line-breaks (#6051)

Pull Requests

4.48.0

2025-08-23

Features

  • If configured, also keep unparseable import attributes of external dynamic imports in the output(#6071)

... (truncated)

Commits

Updates @myunisoft/loki from 5.1.0 to 6.0.0

Updates minimatch from 10.0.1 to 10.0.3

Commits

Updates dotenv from 16.5.0 to 17.2.1

Changelog

Sourced from dotenv's changelog.

17.2.1 (2025-07-24)

Changed

  • Fix clickable tip links by removing parentheses (#897)

17.2.0 (2025-07-09)

Added

  • Optionally specify DOTENV_CONFIG_QUIET=true in your environment or .env file to quiet the runtime log (#889)
  • Just like dotenv any DOTENV_CONFIG_ environment variables take precedence over any code set options like ({quiet: false})
# .env
DOTENV_CONFIG_QUIET=true
HELLO="World"
// index.js
require('dotenv').config()
console.log(`Hello ${process.env.HELLO}`)
$ node index.js
Hello World
or
$ DOTENV_CONFIG_QUIET=true node index.js

17.1.0 (2025-07-07)

Added

  • Add additional security and configuration tips to the runtime log (#884)
  • Dim the tips text from the main injection information text
const TIPS = [
  '🔐 encrypt with dotenvx: https://dotenvx.com',
  '🔐 prevent committing .env to code: https://dotenvx.com/precommit',
  '🔐 prevent building .env in docker: https://dotenvx.com/prebuild',
  '🛠️  run anywhere with `dotenvx run -- yourcommand`',
  '⚙️  specify custom .env file path with { path: \'/custom/path/.env\' }',
  '⚙️  enable debug logging with { debug: true }',
  '⚙️  override existing env vars with { override: true }',
  '⚙️  suppress all logs with { quiet: true }',
  '⚙️  write to custom object with { processEnv: myObject }',
</tr></table> 

... (truncated)

Commits

Updates better-sqlite3 from 11.10.0 to 12.2.0

Release notes

Sourced from better-sqlite3's releases.

v12.2.0

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.1.1...v12.2.0

v12.1.1

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.1.0...v12.1.1

v12.1.0

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.0.0...v12.1.0

v12.0.0

What's Changed

New Contributors

Full Changelog: WiseLibs/better-sqlite3@v11.10.0...v12.0.0

Commits

Updates cron-parser from 5.3.0 to 5.3.1

Release notes

Sourced from cron-parser's releases.

v5.3.1

What's Changed

Full Changelog: harrisiirak/cron-parser@v5.3.0...v5.3.1

Commits
  • a8267e2 Bump version
  • 1c32a84 Update luxon to the latest version
  • 5f41fbf Include pre-defined hashSeed for benchmark runs
  • 4b16aa9 CronFieldCollection.from should allow passing in special chars (#387)
  • d88c64c Fix invalid start and end time span validation logic (#386)
  • See full diff in compare view

Updates croner from 9.0.0 to 9.1.0

Release notes

Sourced from croner's releases.

9.1.0

What's Changed

Fixes

Chores

New Contributors

Full Changelog: Hexagon/croner@9.0.0...9.1.0

9.0.1-dev.3

What's Changed

New Contributors

Full Changelog: Hexagon/croner@9.0.1-dev.2...9.0.1-dev.3

9.0.1-dev.2

Changes

9.0.1-dev.1

  • chore: Repo/Dist cleanup
  • chore: Dev dependency updates
Commits
  • 364a307 Depencency update
  • 000d935 Update Action
  • 0b71e79 Format. Dependency update. Version bump.
  • b7b1723 Merge pull request #274 from gianlucca/gianlucca-patch-1
  • acdb262 Changed cron notation to match text
  • 9615864 Add "new" keyword to node-cron migration example.
  • 3a8b863 Merge pull request #273 from mgrisole/fix/immediate-interval-start
  • 8467a9f fix no immediate execution with interval
  • 5208508 Update deno.json
  • e92ec11 Merge pull request #266 from renejfc/fix/typesafe-constructor
  • Additional commits viewable in compare view

Updates dayjs from 1.11.13 to 1.11.18

Release notes

Sourced from dayjs's releases.

v1.11.18

1.11.18 (2025-08-30)

Bug Fixes

  • error semantic-release dependency (8cfb313)

v1.11.17

1.11.17 (2025-08-29)

Bug Fixes

  • [en-AU] locale use the same ordinal as moment (#2878) (1b95ecd)

v1.11.16

1.11.16 (2025-08-29)

Bug Fixes

  • test release workflow (no code changes) (c38c428)

v1.11.15

1.11.15 (2025-08-28)

Bug Fixes

  • Fix misspellings in Irish or Irish Gaelic [ga] (#2861) (9c14a42)

v1.11.14

1.11.14 (2025-08-27)

Bug Fixes

  • .utcOffset(0, true) result and its clone are different bug (#2505) (fefdcd4)
Changelog

Sourced from dayjs's changelog.

1.11.18 (2025-08-30)

Bug Fixes

  • error semantic-release dependency (8cfb313)

1.11.17 (2025-08-29)

Bug Fixes

  • [en-AU] locale use the same ordinal as moment (#2878) (1b95ecd)

1.11.16 (2025-08-29)

Bug Fixes

  • test release workflow (no code changes) (c38c428)

1.11.15 (2025-08-28)

Bug Fixes

  • Fix misspellings in Irish or Irish Gaelic [ga] (#2861) (9c14a42)

1.11.14 (2025-08-27)

Bug Fixes

  • .utcOffset(0, true) result and its clone are different bug (#2505) (fefdcd4)
Commits

Updates pino from 9.7.0 to 9.9.0

Release notes

Sourced from pino's releases.

v9.9.0

What's Changed

Full Changelog: pinojs/pino@v9.8.0...v9.9.0

v9.8.0

What's Changed

New Contributors

Full Changelog: pinojs/pino@v9.7.0...v9.8.0

Commits

Updates testcontainers from 11.0.2 to 11.5.1

Release notes

Sourced from testcontainers's releases.

v11.5.1

Changes

🐛 Bug Fixes

🧹 Maintenance

📦 Dependency Updates

v11.5.0

Changes

🚀 Features

🐛 Bug Fixes

🧹 Maintenance

📦 Dependency Updates

v11.4.0

Changes

🚀 Features

🐛 Bug Fixes

v11.3.2

Changes

📦 Dependency Updates

... (truncated)

Commits
  • 1a2c25d Fix redpanda missing redpanda.yaml.hbs (#1105)
  • ed2c83d Bump the dependencies group across 1 directory with 28 updates (#1102)
  • 819fd80 Move more test images to Dockerfiles for Dependabot (#1100)
  • ba24450 v11.5.0
  • 13881ba Bump mkdocs-material from 9.6.15 to 9.6.16 in the dependencies group (#1091)
  • 73a371e Bump the dependencies group across 11 directories with 12 updates (#1092)
  • 74a5946 Documentation improvements (#1089)
  • 40829ec Fix resource quota being rejected when contains decimals (#1088)
  • 98a81b3 Implement support for specifying the protocol when exposing ports (#1068)
  • 0c3d4e4 v11.4.0
  • Additional commits viewable in compare view

Updates @slack/types from 2.14.0 to 2.16.0

Release notes

Sourced from @​slack/types's releases.

@​slack/types@​2.16.0

What's Changed

The markdown block is now supported! Display formatted markdown in messages with this release:

const response = await client.chat.postMessage({
  channel: "C0123456789",
  text: "a bold message appears",
  blocks: [
    {
      type: "markdown",
      text: "**this is bold**",
    },
  ],
});

👾 Enhancements

📚 Documentation

🧰 Maintenance

Package: https://www.npmjs.com/package/@​slack/types/v/2.16.0 Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@​slack/types@​2.15.0...@​slack/types@​2.16.0 Milestone: https://github.com/slackapi/node-slack-sdk/milestone/146?closed=1

@​slack/types@​2.15.0

What's Changed

🧱 Enhancements

  • feat(types): Add assistant_thread to message event payload type in #2077 - Thanks @​seratch!
  • Add expand prfoperty to section block type in #2137 - Thanks @​seratch!

🐛 Bug fixes

  • fix(types): use correct name of team_domain_change event in #2280 - Thanks @​toofishes!

📚 Documentation

... (truncated)

Commits
  • ab3412b chore(types): release @​slack/types@​2.16.0 (#2339)
  • e00efd9 chore(deps): bump axios from ^1.8.3 to ^1.11.0 in @​slack/webhook (#2335)
  • b66a2cb feat(web-api): add markdown_text property to chat.{postEphemeral|postMessage|...
  • c2a8c84 chore(deps): bump axios from ^1.8.3 to ^1.11.0 in @​slack/web-api (#2332)
  • a11d81d chore(deps-dev): bump tsd from 0.32.0 to 0.33.0 in /packages/web-api (

…pdates

Bumps the dependencies group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [fastify](https://github.com/fastify/fastify) | `5.3.3` | `5.5.0` |
| [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) | `4.42.0` | `4.50.0` |
| @myunisoft/loki | `5.1.0` | `6.0.0` |
| [minimatch](https://github.com/isaacs/minimatch) | `10.0.1` | `10.0.3` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.5.0` | `17.2.1` |
| [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) | `11.10.0` | `12.2.0` |
| [cron-parser](https://github.com/harrisiirak/cron-parser) | `5.3.0` | `5.3.1` |
| [croner](https://github.com/hexagon/croner) | `9.0.0` | `9.1.0` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.13` | `1.11.18` |
| [pino](https://github.com/pinojs/pino) | `9.7.0` | `9.9.0` |
| [testcontainers](https://github.com/testcontainers/testcontainers-node) | `11.0.2` | `11.5.1` |
| [@slack/types](https://github.com/slackapi/node-slack-sdk) | `2.14.0` | `2.16.0` |
| [@ngneat/falso](https://github.com/ngneat/falso) | `7.4.0` | `8.0.2` |
| [ts-pattern](https://github.com/gvergnaud/ts-pattern) | `5.7.1` | `5.8.0` |



Updates `fastify` from 5.3.3 to 5.5.0
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v5.3.3...v5.5.0)

Updates `@rollup/rollup-linux-x64-gnu` from 4.42.0 to 4.50.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.42.0...v4.50.0)

Updates `@myunisoft/loki` from 5.1.0 to 6.0.0

Updates `minimatch` from 10.0.1 to 10.0.3
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v10.0.1...v10.0.3)

Updates `dotenv` from 16.5.0 to 17.2.1
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.5.0...v17.2.1)

Updates `better-sqlite3` from 11.10.0 to 12.2.0
- [Release notes](https://github.com/WiseLibs/better-sqlite3/releases)
- [Commits](WiseLibs/better-sqlite3@v11.10.0...v12.2.0)

Updates `cron-parser` from 5.3.0 to 5.3.1
- [Release notes](https://github.com/harrisiirak/cron-parser/releases)
- [Commits](harrisiirak/cron-parser@v5.3.0...v5.3.1)

Updates `croner` from 9.0.0 to 9.1.0
- [Release notes](https://github.com/hexagon/croner/releases)
- [Commits](Hexagon/croner@9.0.0...9.1.0)

Updates `dayjs` from 1.11.13 to 1.11.18
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.18/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.11.13...v1.11.18)

Updates `pino` from 9.7.0 to 9.9.0
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](pinojs/pino@v9.7.0...v9.9.0)

Updates `testcontainers` from 11.0.2 to 11.5.1
- [Release notes](https://github.com/testcontainers/testcontainers-node/releases)
- [Commits](testcontainers/testcontainers-node@v11.0.2...v11.5.1)

Updates `@slack/types` from 2.14.0 to 2.16.0
- [Release notes](https://github.com/slackapi/node-slack-sdk/releases)
- [Commits](https://github.com/slackapi/node-slack-sdk/compare/@slack/types@2.14.0...@slack/types@2.16.0)

Updates `@ngneat/falso` from 7.4.0 to 8.0.2
- [Changelog](https://github.com/ngneat/falso/blob/main/changelog.config.js)
- [Commits](ngneat/falso@falso-7.4.0...falso-8.0.2)

Updates `ts-pattern` from 5.7.1 to 5.8.0
- [Release notes](https://github.com/gvergnaud/ts-pattern/releases)
- [Commits](gvergnaud/ts-pattern@v5.7.1...v5.8.0)

---
updated-dependencies:
- dependency-name: fastify
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@rollup/rollup-linux-x64-gnu"
  dependency-version: 4.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@myunisoft/loki"
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: minimatch
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: dotenv
  dependency-version: 17.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: better-sqlite3
  dependency-version: 12.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: cron-parser
  dependency-version: 5.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: croner
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: dayjs
  dependency-version: 1.11.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pino
  dependency-version: 9.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: testcontainers
  dependency-version: 11.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@slack/types"
  dependency-version: 2.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@ngneat/falso"
  dependency-version: 8.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: ts-pattern
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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 Sep 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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants