Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
dotenv 16.4.5 17.2.3
fast-csv 5.0.1 5.0.5
js-yaml 4.1.0 4.1.1
mock-fs 5.2.0 5.5.0
npm 10.9.2 11.6.4
papaparse 5.4.1 5.5.3
@types/papaparse 5.3.14 5.5.0
tslib 2.6.2 2.8.1
@tsconfig/node20 20.1.4 20.1.8
@types/node 20.12.2 24.10.1
@typescript-eslint/eslint-plugin 7.4.0 8.48.0
@typescript-eslint/parser 7.4.0 8.48.0
eslint 8.57.0 9.39.1
eslint-config-prettier 9.1.0 10.1.8
eslint-plugin-jest 27.9.0 29.2.1
jest 29.7.0 30.2.0
@types/jest 29.5.12 30.0.0
prettier 3.2.5 3.7.3
rimraf 5.0.5 6.1.2
ts-jest 29.1.2 29.4.5
typescript 5.4.3 5.9.3

Updates dotenv from 16.4.5 to 17.2.3

Changelog

Sourced from dotenv's changelog.

17.2.3 (2025-09-29)

Changed

  • Fixed typescript error definition (#912)

17.2.2 (2025-09-02)

Added

  • 🙏 A big thank you to new sponsor Tuple.app - the premier screen sharing app for developers on macOS and Windows. Go check them out. It's wonderful and generous of them to give back to open source by sponsoring dotenv. Give them some love back.

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

... (truncated)

Commits

Updates fast-csv from 5.0.1 to 5.0.5

Release notes

Sourced from fast-csv's releases.

v5.0.5

What's Changed

... (truncated)

Changelog

Sourced from fast-csv's changelog.

5.0.5 (2025-08-04)

Note: Version bump only for package fast-csv

5.0.2 (2024-10-22)

Note: Version bump only for package fast-csv

Commits
Maintainer changes

This version was pushed to npm by juan-c2fo, a new releaser for fast-csv since your current version.


Updates js-yaml from 4.1.0 to 4.1.1

Changelog

Sourced from js-yaml's changelog.

[4.1.1] - 2025-11-12

Security

  • Fix prototype pollution issue in yaml merge (<<) operator.
Commits

Updates mock-fs from 5.2.0 to 5.5.0

Release notes

Sourced from mock-fs's releases.

v5.5.0

What's Changed

New Contributors

Full Changelog: tschaub/mock-fs@v5.4.1...v5.5.0

v5.4.1

What's Changed

v5.4.0

What's Changed

New Contributors

Full Changelog: tschaub/mock-fs@v5.3.0...v5.4.0

v5.3.0

What's Changed

  • chore(deps-dev): bump rimraf from 3.0.2 to 6.0.1

... (truncated)

Changelog

Sourced from mock-fs's changelog.

5.5.0

  • bump semver from 7.6.3 to 7.7.0 (see #413#413)
  • bump eslint-config-tschaub from 14.1.2 to 15.2.0 (see #408#408)
  • bump mocha from 11.0.1 to 11.1.0 (see #410#410)
  • bump mocha from 10.8.2 to 11.0.1 (see #407#407)
  • bump mocha from 10.7.3 to 10.8.2 (see #402#402)

5.4.1

  • Avoid errors in fs.existsSync (see #401#401)

5.4.0

  • bump chai from 4.3.4 to 4.5.0
  • bump eslint from 8.21.0 to 8.57.1

5.3.0

  • chore(deps-dev): bump rimraf from 3.0.2 to 6.0.1
  • chore(deps): bump actions/checkout from 2 to 4
  • chore(deps-dev): bump mocha from 9.2.2 to 10.7.3
  • chore(deps-dev): bump braces from 3.0.2 to 3.0.3
  • chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4
  • chore(deps): bump json5 from 1.0.1 to 1.0.2

... (truncated)

Commits
  • 288e943 5.5.0
  • 7c36dfa Log changes
  • 28ffcb0 Merge pull request #413 from tschaub/dependabot/npm_and_yarn/semver-7.7.0
  • 88e9f00 Merge pull request #415 from timvahlbrock/fix/exists-symlink
  • 9afed42 Add test and fix exists behaviour for relative symlinks
  • 6ce049d chore(deps-dev): bump semver from 7.6.3 to 7.7.0
  • d3c8959 Merge pull request #412 from tschaub/test-append
  • 38c2790 Add test showing fs.createWriteStream() with append
  • 95f39dd Merge pull request #408 from tschaub/dependabot/npm_and_yarn/eslint-config-ts...
  • b8dbda4 Updates to work with ESLint 9
  • Additional commits viewable in compare view

Updates npm from 10.9.2 to 11.6.4

Release notes

Sourced from npm's releases.

v11.6.4

11.6.4 (2025-11-25)

Documentation

Dependencies

v11.6.3

11.6.3 (2025-11-19)

Bug Fixes

Documentation

Dependencies

... (truncated)

Changelog

Sourced from npm's changelog.

11.6.4 (2025-11-25)

Documentation

Dependencies

11.6.3 (2025-11-19)

Bug Fixes

Documentation

Dependencies

... (truncated)

Commits
  • 5271485 chore: release 11.6.4
  • f56bb13 deps: proc-log@6.1.0 (#8779)
  • b118364 fix: undefined override set conflicts shouldn't error
  • dfb83c7 docs: add example for keywords field (#8749)
  • 1b1e227 docs: remove outdated roadmap link (#8750)
  • 1333d57 docs: clarify .npmrc naming convention for environment variable overrides (#8...
  • 22cddb8 docs: add workspace dependencies example to workspaces
  • 17e154c docs: standardize env vars to uppercase convention
  • 1e51a25 docs: fix lifecycle event order for prepare script
  • 8d72bc9 docs: add os, cpu, and funding fields to package-lock.json
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by owlstronaut, a new releaser for npm since your current version.


Updates papaparse from 5.4.1 to 5.5.3

Commits

Updates @types/papaparse from 5.3.14 to 5.5.0

Commits

Updates tslib from 2.6.2 to 2.8.1

Release notes

Sourced from tslib's releases.

v2.8.1

What's Changed

Full Changelog: microsoft/tslib@v2.8.0...v2.8.1

v2.8.0

What's Changed

Full Changelog: microsoft/tslib@v2.7.0...v2.8.0

v2.7.0

What's Changed

Full Changelog: microsoft/tslib@v2.6.3...v2.7.0

v2.6.3

What's Changed

Full Changelog: microsoft/tslib@v2.6.2...v2.6.3

Commits

Updates @tsconfig/node20 from 20.1.4 to 20.1.8

Commits

Updates @types/node from 20.12.2 to 24.10.1

Commits

Updates @types/papaparse from 5.3.14 to 5.5.0

Commits

Updates @typescript-eslint/eslint-plugin from 7.4.0 to 8.48.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.48.0

8.48.0 (2025-11-24)

🚀 Features

  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)
  • rule-tester: remove workaround for jest circular structure error (#11772)
  • typescript-estree: gate all errors behind allowInvalidAST (#11693)
  • typescript-estree: replace fast-glob with tinyglobby (#11740)

🩹 Fixes

  • eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#10477)
  • scope-manager: change unhelpful aaa error message and change analyze to expects Program (#11747)
  • typescript-estree: infers singleRun as true for project service (#11327)
  • typescript-estree: disallow binding patterns in parameter properties (#11760)

❤️ Thank You

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

| Package | From | To |
| --- | --- | --- |
| [dotenv](https://github.com/motdotla/dotenv) | `16.4.5` | `17.2.3` |
| [fast-csv](https://github.com/C2FO/fast-csv/tree/HEAD/packages/fast-csv) | `5.0.1` | `5.0.5` |
| [js-yaml](https://github.com/nodeca/js-yaml) | `4.1.0` | `4.1.1` |
| [mock-fs](https://github.com/tschaub/mock-fs) | `5.2.0` | `5.5.0` |
| [npm](https://github.com/npm/cli) | `10.9.2` | `11.6.4` |
| [papaparse](https://github.com/mholt/PapaParse) | `5.4.1` | `5.5.3` |
| [@types/papaparse](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/papaparse) | `5.3.14` | `5.5.0` |
| [tslib](https://github.com/Microsoft/tslib) | `2.6.2` | `2.8.1` |
| [@tsconfig/node20](https://github.com/tsconfig/bases/tree/HEAD/bases) | `20.1.4` | `20.1.8` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.2` | `24.10.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.4.0` | `8.48.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.4.0` | `8.48.0` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.39.1` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.1.0` | `10.1.8` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `27.9.0` | `29.2.1` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.7.0` | `30.2.0` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.12` | `30.0.0` |
| [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.7.3` |
| [rimraf](https://github.com/isaacs/rimraf) | `5.0.5` | `6.1.2` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.2` | `29.4.5` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.4.3` | `5.9.3` |



Updates `dotenv` from 16.4.5 to 17.2.3
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.4.5...v17.2.3)

Updates `fast-csv` from 5.0.1 to 5.0.5
- [Release notes](https://github.com/C2FO/fast-csv/releases)
- [Changelog](https://github.com/C2FO/fast-csv/blob/main/packages/fast-csv/CHANGELOG.md)
- [Commits](https://github.com/C2FO/fast-csv/commits/v5.0.5/packages/fast-csv)

Updates `js-yaml` from 4.1.0 to 4.1.1
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@4.1.0...4.1.1)

Updates `mock-fs` from 5.2.0 to 5.5.0
- [Release notes](https://github.com/tschaub/mock-fs/releases)
- [Changelog](https://github.com/tschaub/mock-fs/blob/main/changelog.md)
- [Commits](tschaub/mock-fs@v5.2.0...v5.5.0)

Updates `npm` from 10.9.2 to 11.6.4
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](npm/cli@v10.9.2...v11.6.4)

Updates `papaparse` from 5.4.1 to 5.5.3
- [Release notes](https://github.com/mholt/PapaParse/releases)
- [Commits](https://github.com/mholt/PapaParse/commits)

Updates `@types/papaparse` from 5.3.14 to 5.5.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/papaparse)

Updates `tslib` from 2.6.2 to 2.8.1
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@v2.6.2...v2.8.1)

Updates `@tsconfig/node20` from 20.1.4 to 20.1.8
- [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases)

Updates `@types/node` from 20.12.2 to 24.10.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/papaparse` from 5.3.14 to 5.5.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/papaparse)

Updates `@typescript-eslint/eslint-plugin` from 7.4.0 to 8.48.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.4.0 to 8.48.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.0/packages/parser)

Updates `eslint` from 8.57.0 to 9.39.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v8.57.0...v9.39.1)

Updates `eslint-config-prettier` from 9.1.0 to 10.1.8
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v9.1.0...v10.1.8)

Updates `eslint-plugin-jest` from 27.9.0 to 29.2.1
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v27.9.0...v29.2.1)

Updates `jest` from 29.7.0 to 30.2.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest)

Updates `@types/jest` from 29.5.12 to 30.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Updates `prettier` from 3.2.5 to 3.7.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.2.5...3.7.3)

Updates `rimraf` from 5.0.5 to 6.1.2
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v5.0.5...v6.1.2)

Updates `ts-jest` from 29.1.2 to 29.4.5
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.1.2...v29.4.5)

Updates `typescript` from 5.4.3 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.4.3...v5.9.3)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-version: 17.2.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: fast-csv
  dependency-version: 5.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mock-fs
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: npm
  dependency-version: 11.6.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: papaparse
  dependency-version: 5.5.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/papaparse"
  dependency-version: 5.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tslib
  dependency-version: 2.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tsconfig/node20"
  dependency-version: 20.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 24.10.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/papaparse"
  dependency-version: 5.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.48.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.48.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: eslint
  dependency-version: 9.39.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: eslint-config-prettier
  dependency-version: 10.1.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: eslint-plugin-jest
  dependency-version: 29.2.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: jest
  dependency-version: 30.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/jest"
  dependency-version: 30.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: prettier
  dependency-version: 3.7.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: rimraf
  dependency-version: 6.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: ts-jest
  dependency-version: 29.4.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  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 Dec 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.

1 participant