Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency yaml to v2.7.1 #82

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 19, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
yaml (source) 2.2.0 -> 2.7.1 age adoption passing confidence

Release Notes

eemeli/yaml (yaml)

v2.7.1

Compare Source

v2.7.0

Compare Source

The library is now available on JSR as @​eemeli/yaml and on deno.land/x as yaml. In addition to Node.js and browsers, it should work in Deno, Bun, and Cloudflare Workers.

  • Use .ts extension in all relative imports (#​591)
  • Ignore newline after block seq indicator as space before value (#​590)
  • Require Node.js 14.18 or later (was 14.6) (#​598)

v2.6.1

Compare Source

  • Do not strip :00 seconds from !!timestamp values (#​578, with thanks to @​qraynaud)
  • Tighten regexp for JSON !!bool (#​587, with thanks to @​vra5107)
  • Default to literal block scalar if folded would overflow (#​585)

v2.6.0

Compare Source

  • Use a proper tag for !!merge << keys (#​580)
  • Add stringKeys parse option (#​581)
  • Stringify a Document as a Document (#​576)
  • Add sponsorship by Manifest

v2.5.1

Compare Source

  • Include range in flow sequence pair maps (#​573)

v2.5.0

Compare Source

  • Add --indent option to CLI tool (#​559, with thanks to @​danielbayley)
  • Require newline in all cases for props on block sequence (#​557)
  • Always reset indentation in lexer on ... (#​558)
  • Ignore minContentWidth if greater than lineWidth (#​562)
  • Drop unused Collection.maxFlowStringSingleLineLength (#​522, #​421)

v2.4.5

Compare Source

v2.4.4

Compare Source

With special thanks to @​RedCMD for finding and reporting all of the following:

  • Allow comment after top-level block scalar with explicit indent indicator (#​547)
  • Allow tab as indent for line comments before nodes (#​548)
  • Do not allow tab before block collection (#​549)
  • In flow collections, allow []{} immediately after : with plain key (#​550)
  • Require indentation for ? explicit-key contents (#​551)
  • Require indentation from block scalar header & flow collections in mapping values (#​553)

v2.4.3

Compare Source

  • Improve error when parsing a non-string value (#​459)
  • Do not parse -.NaN or +.nan as NaN (#​546)
  • Support # within %TAG prefixes with trailing #comments
  • Check for non-node complex keys when stringifying with simpleKeys (#​541)

v2.4.2

Compare Source

  • Restrict YAML 1.1 boolean strings to their explicit capitalization (#​530)
  • Add sponsorship by Scipress (#​536)

v2.4.1

Compare Source

  • cst: Do not drop trailing newline after line comment in block-map if followed by unindented block-seq value (#​525)
  • Stringify flow collection comments in parent (#​528)
  • Do not skip folding lines after the first in indented block scalars (#​529)

v2.4.0

Compare Source

  • Add a command-line tool (#​523)
  • Use the lineWidth option for line breaking in flow collections (#​522)

v2.3.4

Compare Source

  • Do not throw for carriage return in tag shorthand (#​501)

v2.3.3

Compare Source

  • Do not throw error on malformed URI escape in tag (#​498)

v2.3.2

Compare Source

  • Fix docs typo (#​489)
  • Do not require quotes for implicit keys with flow indicators (#​494)
  • Update Prettier to v3 & update ESLint config

v2.3.1

Compare Source

  • Drop npm from package.json "engines" config (#​476)

v2.3.0

Compare Source

This release corresponds with the release of yaml-types v0.2.0, an expanding library of custom tags or types for use with yaml.

This release contains no changes from v2.3.0-5, and the notes below include all changes from the v2.3.0-x prereleases.

Custom Tag Improvements
  • Add export of createNode() & createPair() to 'yaml/util' (#​457)
  • Add static from() methods to simplify tag development, and otherwise make extending custom collections easier (#​467)
TypeScript Improvements
  • Add a second optional generic type argument Strict to Document instances. (#​441)
  • Add types exports for TypeScript (#​463)
  • Export StringifyContext type from 'yaml/util' (#​464)
Other New Features
  • Add a toJS(doc, options?) method to nodes (#​451, #​458)
  • Set explicit tag during createNode() for non-default tags (#​464)
Bugfixes
  • Use correct argument order when stringifying flow collection comments (#​443)
  • Improve first-line folding for block scalars (#​422)

v2.2.2

Compare Source

This patch release includes a fix for an error that could be thrown in parseDocument for degenerate input. Otherwise, it's a patch release uplifting a few fixes from the ongoing v2.3 work to v2.2:

  • Corner case failure in error pretty-printer (CVE-2023-2251)
  • Use correct argument order when stringifying flow collection comments (#​443)
  • First-line folding for block scalars (#​422)

v2.2.1

Compare Source

  • Quote top-level map keys containing document markers (#​431)

Configuration

📅 Schedule: 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 added the dependencies Changing dependencies label Apr 19, 2023
@renovate renovate bot changed the title chore(deps): update dependency yaml to v2.2.1 chore(deps): update dependency yaml to v2.3.1 May 29, 2023
@renovate renovate bot force-pushed the renovate/yaml-2.x branch from afa2597 to 518ec88 Compare May 29, 2023 00:16
@renovate renovate bot changed the title chore(deps): update dependency yaml to v2.3.1 chore(deps): update dependency yaml to v2.3.2 Aug 28, 2023
@renovate renovate bot force-pushed the renovate/yaml-2.x branch from 518ec88 to dd7fd2a Compare August 28, 2023 17:32
@renovate renovate bot changed the title chore(deps): update dependency yaml to v2.3.2 chore(deps): update dependency yaml to v2.3.3 Oct 14, 2023
@renovate renovate bot force-pushed the renovate/yaml-2.x branch from dd7fd2a to 2a24000 Compare October 14, 2023 09:45
@renovate renovate bot force-pushed the renovate/yaml-2.x branch from 2a24000 to 941c06a Compare November 3, 2023 03:04
@renovate renovate bot changed the title chore(deps): update dependency yaml to v2.3.3 chore(deps): update dependency yaml to v2.3.4 Nov 3, 2023
Copy link
Author

renovate bot commented Nov 3, 2023

⚠ 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: pnpm-lock.yaml
Scope: all 9 workspace projects
 WARN  GET https://registry.npmjs.org/eslint-config-turbo error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@tinyhttp/app/-/app-2.0.26.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@tinyhttp/cookie/-/cookie-2.0.5.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@types/node/-/node-18.11.17.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint/-/eslint-8.30.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/tsup/-/tsup-6.5.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/vitest/-/vitest-0.26.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/chalk/-/chalk-5.2.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/esbuild/-/esbuild-0.16.10.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/zod/-/zod-3.20.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@types/yargs/-/yargs-17.0.17.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/yargs/-/yargs-17.6.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/walk-it/-/walk-it-1.1.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/yaml error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint-config-turbo error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@tinyhttp/app/-/app-2.0.26.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@tinyhttp/cookie/-/cookie-2.0.5.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@types/node/-/node-18.11.17.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/eslint/-/eslint-8.30.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/tsup/-/tsup-6.5.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/vitest/-/vitest-0.26.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/chalk/-/chalk-5.2.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/esbuild/-/esbuild-0.16.10.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/zod/-/zod-3.20.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@types/yargs/-/yargs-17.0.17.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/yargs/-/yargs-17.6.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/walk-it/-/walk-it-1.1.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/yaml error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@types/prompts/-/prompts-2.4.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 ERR_INVALID_THIS  Value of "this" must be of type URLSearchParams

pnpm [ERR_INVALID_THIS]: Value of "this" must be of type URLSearchParams
    at Proxy.getAll (node:internal/url:534:13)
    at Proxy.<anonymous> (/opt/containerbase/tools/pnpm/7.19.0/20.12.2/node_modules/pnpm/dist/pnpm.cjs:58788:55)
    at /opt/containerbase/tools/pnpm/7.19.0/20.12.2/node_modules/pnpm/dist/pnpm.cjs:58841:31
    at Array.reduce (<anonymous>)
    at Proxy.raw (/opt/containerbase/tools/pnpm/7.19.0/20.12.2/node_modules/pnpm/dist/pnpm.cjs:58840:33)
    at new Headers (/opt/containerbase/tools/pnpm/7.19.0/20.12.2/node_modules/pnpm/dist/pnpm.cjs:58734:28)
    at getNodeRequestOptions (/opt/containerbase/tools/pnpm/7.19.0/20.12.2/node_modules/pnpm/dist/pnpm.cjs:59053:23)
    at /opt/containerbase/tools/pnpm/7.19.0/20.12.2/node_modules/pnpm/dist/pnpm.cjs:59110:25
    at new Promise (<anonymous>)
    at fetch (/opt/containerbase/tools/pnpm/7.19.0/20.12.2/node_modules/pnpm/dist/pnpm.cjs:59108:14)
 WARN  GET https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@types/lodash.debounce/-/lodash.debounce-4.0.7.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/nitropack/-/nitropack-1.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.47.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-8.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@changesets/cli/-/cli-2.26.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@commitlint/cli/-/cli-17.3.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.3.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/husky/-/husky-8.0.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.

@renovate renovate bot force-pushed the renovate/yaml-2.x branch from 941c06a to 6741274 Compare February 25, 2024 18:39
@renovate renovate bot changed the title chore(deps): update dependency yaml to v2.3.4 chore(deps): update dependency yaml to v2.4.0 Feb 25, 2024
@renovate renovate bot force-pushed the renovate/yaml-2.x branch from 6741274 to 82f9150 Compare April 1, 2024 14:34
@renovate renovate bot changed the title chore(deps): update dependency yaml to v2.4.0 chore(deps): update dependency yaml to v2.4.1 Apr 1, 2024
@renovate renovate bot force-pushed the renovate/yaml-2.x branch from 82f9150 to ec1a2e0 Compare April 28, 2024 12:46
@renovate renovate bot changed the title chore(deps): update dependency yaml to v2.4.1 chore(deps): update dependency yaml to v2.4.2 Apr 28, 2024
@renovate renovate bot force-pushed the renovate/yaml-2.x branch from ec1a2e0 to 5e43a9e Compare June 2, 2024 09:47
@renovate renovate bot changed the title chore(deps): update dependency yaml to v2.4.2 chore(deps): update dependency yaml to v2.4.3 Jun 2, 2024
@renovate renovate bot force-pushed the renovate/yaml-2.x branch 2 times, most recently from 24035a6 to 1304ea6 Compare June 8, 2024 18:29
@renovate renovate bot changed the title chore(deps): update dependency yaml to v2.4.3 chore(deps): update dependency yaml to v2.4.4 Jun 8, 2024
@renovate renovate bot changed the title chore(deps): update dependency yaml to v2.4.4 chore(deps): update dependency yaml to v2.4.5 Jun 9, 2024
@renovate renovate bot force-pushed the renovate/yaml-2.x branch from 1304ea6 to cdae3a7 Compare June 9, 2024 00:23
@renovate renovate bot force-pushed the renovate/yaml-2.x branch from cdae3a7 to 0e1620f Compare July 24, 2024 12:02
@renovate renovate bot changed the title chore(deps): update dependency yaml to v2.4.5 chore(deps): update dependency yaml to v2.5.0 Jul 24, 2024
@renovate renovate bot force-pushed the renovate/yaml-2.x branch from 0e1620f to ef72509 Compare September 4, 2024 00:30
@renovate renovate bot changed the title chore(deps): update dependency yaml to v2.5.0 chore(deps): update dependency yaml to v2.5.1 Sep 4, 2024
@renovate renovate bot force-pushed the renovate/yaml-2.x branch from ef72509 to 6ebd4be Compare October 13, 2024 12:09
@renovate renovate bot changed the title chore(deps): update dependency yaml to v2.5.1 chore(deps): update dependency yaml to v2.6.0 Oct 13, 2024
@renovate renovate bot changed the title chore(deps): update dependency yaml to v2.6.0 chore(deps): update dependency yaml to v2.6.1 Nov 19, 2024
@renovate renovate bot force-pushed the renovate/yaml-2.x branch from 6ebd4be to 8de6784 Compare November 19, 2024 14:36
@renovate renovate bot force-pushed the renovate/yaml-2.x branch from 8de6784 to 8bfb3dd Compare December 31, 2024 07:30
@renovate renovate bot changed the title chore(deps): update dependency yaml to v2.6.1 chore(deps): update dependency yaml to v2.7.0 Dec 31, 2024
@renovate renovate bot changed the title chore(deps): update dependency yaml to v2.7.0 chore(deps): update dependency yaml to v2.7.1 Mar 29, 2025
@renovate renovate bot force-pushed the renovate/yaml-2.x branch from 8bfb3dd to db17403 Compare March 29, 2025 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Changing dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants