Skip to content

⬆️ npm: Bump the npm-production group across 1 directory with 4 updates#161

Merged
stoe merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-production-8e51aafb7b
Jul 1, 2026
Merged

⬆️ npm: Bump the npm-production group across 1 directory with 4 updates#161
stoe merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-production-8e51aafb7b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-production group with 4 updates in the / directory: csv, got, js-yaml and ora.

Updates csv from 6.5.1 to 6.6.0

Changelog

Sourced from csv's changelog.

6.6.0 (2026-06-14)

Features

  • add unicode chars to formula escape (#387)
  • backport support for node 14
  • backward support for node 8
  • csv: sideEffects: false to package.json (#465)
  • csv: synchronous sample
  • esm migration
  • export ts types in sync
  • replace ts types with typesVersions
  • ts module Node16 and type declaration to exports field (#341)
  • wg stream api

Bug Fixes

  • commonjs types, run tsc and lint to validate changes (#397)
  • correct exports in package.json with webpack
  • csv-demo-ts-cjs-node16: upgrade module definition after latest typescript
  • csv-demo-webpack-ts: simplify export paths
  • csv-generate: finish called twice in node 16
  • csv-stringify: bom and header in sync mode with no records (fix #343)
  • csv-stringify: node 12 compatibility in flush
  • csv-stringify: quote_match with empty string pattern quotes empty strings (#345), closes #344
  • csv: export csv_sync
  • csv: fixed CJS types under modern modernResolution options (#388)
  • csv: remove ts files in cjs dist
  • dont insert polyfills in cjs #303
  • esm exports in package.json files, closes #308
  • export original lib esm modules
  • expose browser esm modules
  • fallback to setTimeout is setImmediate is undefined
  • refer to esm files in dist
  • remove samples from publicatgion
  • uncaught errors with large stream chunks (fix #386)
Commits

Updates got from 15.0.5 to 15.0.7

Release notes

Sourced from got's releases.

v15.0.7

  • Fix: Preserve request body on cross-origin 307 and 308 redirects (#2460) aee9249

sindresorhus/got@v15.0.6...v15.0.7

v15.0.6

  • Fix searchParams setter dropping the value when a URL is set (#2454) 5772bf2

sindresorhus/got@v15.0.5...v15.0.6

Commits

Updates js-yaml from 4.2.0 to 5.2.0

Changelog

Sourced from js-yaml's changelog.

[5.2.0] - 2026-06-26

Added

  • Added maxTotalMergeKeys (10000) loader option to limit the total number of keys processed by YAML merge (<<) across one load() / loadAll() call.
  • Added maxAliases (-1) loader option to limit the number of YAML aliases per document.

Removed

  • maxMergeSeqLength replaced with maxTotalMergeKeys for limiting YAML merge processing.

Fixed

  • Round-trip of integers with exponential form (>= 1e21)

[5.1.0] - 2026-06-23

Added

  • Collection tags can finalize an incrementally populated carrier into a different result value.

Changed

  • [breaking] quoteStyle now selects the preferred quote style; use the restored forceQuotes option to force quoting non-key strings.

[5.0.0] - 2026-06-20

Added

  • Added named exports for schemas, tags, parser events and AST utilities.
  • Reworked JSON_SCHEMA and CORE_SCHEMA with spec-compliant scalar resolution rules, and added YAML11_SCHEMA.
  • Added realMapTag for lossless mappings with non-string and complex keys. Object-based mappings now reject complex keys instead of stringifying them.
  • Added dump() transform option for changing the generated AST before rendering.
  • Added dump() options seqInlineFirst, flowBracketPadding, flowSkipCommaSpace, flowSkipColonSpace, quoteFlowKeys, quoteStyle and tagBeforeAnchor.
  • Added formal data layers (events and AST) for modular data pipelines.
    • Added low-level parser (to events), presenter and visitor APIs.
  • Added the YAML Test Suite to the test set.

Changed

  • See the migration guide for upgrade notes.
  • Rewritten in TypeScript and reorganized the public API around flat named exports.
  • Reduced the set of exported schemas:
    • YAML 1.2 schemas: CORE_SCHEMA (loader default), JSON_SCHEMA, FAILSAFE_SCHEMA.
    • YAML11_SCHEMA, a combination of all YAML 1.1 tags (YAML 1.1 does not specify a schema, only "types").

... (truncated)

Commits
  • c28ed5e 5.2.0 released
  • 125cd5a Add maxAliases option
  • 3105455 Replace maxMergeSeqLengthoption with maxTotalMergeKeys (more robust)
  • 39d00d6 numbers: Drop boxed numbers support, simplify .identify() checks, clarify rou...
  • eb5cb5b fix: round-trip integers that stringify in exponential notation (#771)
  • 89024c4 Update migration info, close #770
  • f1e45cd 5.1.0 released
  • 53b22be Fix constructor coverage
  • a1eaa2b Fix quote style options and restore forceQuotes
  • 0532e7d Add finalizers for immutable collection tags
  • Additional commits viewable in compare view

Updates ora from 9.4.0 to 9.4.1

Release notes

Sourced from ora's releases.

v9.4.1

  • Fix type definitions (#257) 431ebc4

sindresorhus/ora@v9.4.0...v9.4.1

Commits

@dependabot dependabot Bot added the dependency 🤖 Dependency update (dependabot) label Jul 1, 2026
@dependabot dependabot Bot requested a review from stoe as a code owner July 1, 2026 03:03
@dependabot dependabot Bot added the dependency 🤖 Dependency update (dependabot) label Jul 1, 2026
Bumps the npm-production group with 4 updates in the / directory: [csv](https://github.com/adaltas/node-csv/tree/HEAD/packages/csv), [got](https://github.com/sindresorhus/got), [js-yaml](https://github.com/nodeca/js-yaml) and [ora](https://github.com/sindresorhus/ora).


Updates `csv` from 6.5.1 to 6.6.0
- [Changelog](https://github.com/adaltas/node-csv/blob/master/packages/csv/CHANGELOG.md)
- [Commits](https://github.com/adaltas/node-csv/commits/csv@6.6.0/packages/csv)

Updates `got` from 15.0.5 to 15.0.7
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](sindresorhus/got@v15.0.5...v15.0.7)

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

Updates `ora` from 9.4.0 to 9.4.1
- [Release notes](https://github.com/sindresorhus/ora/releases)
- [Commits](sindresorhus/ora@v9.4.0...v9.4.1)

---
updated-dependencies:
- dependency-name: csv
  dependency-version: 6.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production
- dependency-name: got
  dependency-version: 15.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: js-yaml
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-production
- dependency-name: ora
  dependency-version: 9.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title ⬆️ npm: Bump the npm-production group with 4 updates ⬆️ npm: Bump the npm-production group across 1 directory with 4 updates Jul 1, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-production-8e51aafb7b branch from bf75b03 to 4f1b02f Compare July 1, 2026 06:02
@stoe stoe enabled auto-merge (squash) July 1, 2026 07:43
@stoe stoe merged commit 0fb4780 into main Jul 1, 2026
6 checks passed
@stoe stoe deleted the dependabot/npm_and_yarn/npm-production-8e51aafb7b branch July 1, 2026 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency 🤖 Dependency update (dependabot)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant