Skip to content

Commit 6530824

Browse files
chore(deps): update dependency yaml to v1.10.1 (#48)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [yaml](https://eemeli.org/yaml/v1/) ([source](https://togithub.com/eemeli/yaml)) | [`1.10.0` -> `1.10.1`](https://renovatebot.com/diffs/npm/yaml/1.10.0/1.10.1) | [![age](https://badges.renovateapi.com/packages/npm/yaml/1.10.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/yaml/1.10.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/yaml/1.10.1/compatibility-slim/1.10.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/yaml/1.10.1/confidence-slim/1.10.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>eemeli/yaml</summary> ### [`v1.10.1`](https://togithub.com/eemeli/yaml/releases/v1.10.1) [Compare Source](https://togithub.com/eemeli/yaml/compare/v1.10.0...v1.10.1) This release backports the following non-breaking fixes made during the work on `yaml@2` on top of `yaml@1.10.0`: - Support for`__proto__` as mapping key & anchor identifier ([#&#8203;192](https://togithub.com/eemeli/yaml/issues/192)) - Fix broken TS type for BigInt toggle - Dump long keys properly ([#&#8203;195](https://togithub.com/eemeli/yaml/issues/195)) - When folding highly indented lines, require at least `minContentWidth` chars on the first line ([#&#8203;196](https://togithub.com/eemeli/yaml/issues/196)) - Fix `YAML.stringify()` for certain null values ([#&#8203;197](https://togithub.com/eemeli/yaml/issues/197)) - Do not break escaped chars with escaped newlines ([#&#8203;237](https://togithub.com/eemeli/yaml/issues/237), [awslabs/cdk8s#&#8203;494](https://togithub.com/awslabs/cdk8s/issues/494)) - Set `type: "module"` within browser/dist/ ([#&#8203;208](https://togithub.com/eemeli/yaml/issues/208)) - Use CommonJS for the browser endpoints `yaml/types` & `yaml/util` ([#&#8203;208](https://togithub.com/eemeli/yaml/issues/208)) - Always stringify non-Node object keys using explicit notation ([#&#8203;218](https://togithub.com/eemeli/yaml/issues/218)) - Specify node type of `Document.Parsed.contents` ([#&#8203;221](https://togithub.com/eemeli/yaml/issues/221)) - Add missing type for CST `Node.rangeAsLinePos` ([#&#8203;222](https://togithub.com/eemeli/yaml/issues/222)) - Prefer literal over folded block scalar when `lineWidth=0` is set ([#&#8203;232](https://togithub.com/eemeli/yaml/issues/232)) - Allow for empty lines after node props ([#&#8203;242](https://togithub.com/eemeli/yaml/issues/242)) - Update dev dependencies </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/sambacha/create-subgraph-app).
2 parents 410dffb + d5ada02 commit 6530824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/cra-subgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@
7070
"husky": "5.1.3",
7171
"lint-staged": "10.5.4",
7272
"prettier": "2.2.1",
73-
"yaml": "1.10.0"
73+
"yaml": "1.10.1"
7474
}
7575
}

0 commit comments

Comments
 (0)