build(deps-dev): bump js-yaml from 3.14.1 to 3.14.2#4
Open
dependabot[bot] wants to merge 1 commit into
Open
Annotations
3 errors
|
|
|
4a6044af5b73c79abf0f8abf9f7659a276884e44:1:6: error: A scope MAY be provided after a type. A scope MUST consist of a noun describing a section of the codebase surrounded by parenthesis, e.g., fix(parser):
1 | build(deps-dev): bump js-yaml from 3.14.1 to 3.14.2
| ~~~~~~~~~~
2 |
3 | Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2.
4 | - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
5 | - [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...3.14.2)
6 |
7 | ---
8 | updated-dependencies:
9 | - dependency-name: js-yaml
10 | dependency-version: 3.14.2
11 | dependency-type: indirect
12 | ...
13 |
14 | Signed-off-by: dependabot[bot] <support@github.com>
|
|
\#4:1:6: error: A scope MAY be provided after a type. A scope MUST consist of a noun describing a section of the codebase surrounded by parenthesis, e.g., fix(parser):
1 | build(deps-dev): bump js-yaml from 3.14.1 to 3.14.2
| ~~~~~~~~~~
2 |
3 | Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2.
4 | <details>
5 | <summary>Changelog</summary>
6 | <p><em>Sourced from <a href="https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md">js-yaml's changelog</a>.</em></p>
7 | <blockquote>
8 | <h2>[3.14.2] - 2025-11-15</h2>
9 | <h3>Security</h3>
10 | <ul>
11 | <li>Backported v4.1.1 fix to v3</li>
12 | </ul>
13 | <h2>[4.1.1] - 2025-11-12</h2>
14 | <h3>Security</h3>
15 | <ul>
16 | <li>Fix prototype pollution issue in yaml merge (<<) operator.</li>
17 | </ul>
18 | <h2>[4.1.0] - 2021-04-15</h2>
19 | <h3>Added</h3>
20 | <ul>
21 | <li>Types are now exported as <code>yaml.types.XXX</code>.</li>
22 | <li>Every type now has <code>options</code> property with original arguments kept as they were
23 | (see <code>yaml.types.int.options</code> as an example).</li>
24 | </ul>
25 | <h3>Changed</h3>
26 | <ul>
27 | <li><code>Schema.extend()</code> now keeps old type order in case of conflicts
28 | (e.g. Schema.extend([ a, b, c ]).extend([ b, a, d ]) is now ordered as <code>abcd</code> instead of <code>cbad</code>).</li>
29 | </ul>
30 | <h2>[4.0.0] - 2021-01-03</h2>
31 | <h3>Changed</h3>
32 | <ul>
33 | <li>Check <a href="https://github.com/nodeca/js-yaml/blob/master/migrate_v3_to_v4.md">migration guide</a> to see details for all breaking changes.</li>
34 | <li>Breaking: "unsafe" tags <code>!!js/function</code>, <code>!!js/regexp</code>, <code>!!js/undefined</code> are
35 | moved to <a href="https://github.com/nodeca/js-yaml-js-types">js-yaml-js-types</a> package.</li>
36 | <li>Breaking: removed <code>safe*</code> functions. Use <code>load</code>, <code>loadAll</code>, <code>dump</code>
37 | instead which are all now safe by default.</li>
38 | <li><code>yaml.DEFAULT_SAFE_SCHEMA</code> and <code>yaml.DEFAULT_FULL_SCHEMA</code> are removed, use
39 | <code>yaml.DEFAULT_SCHEMA</code> instead.</li>
40 | <li><code>yaml.Schema.create(schema, tags)</code> is removed, use <code>schema.extend(tags)</code> instead.</li>
41 | <li><code>!!binary</code> now always mapped to <code>Uint8Array</code> on load.</li>
42 | <li>Reduced nesting of <code>/lib</code> folder.</li>
43 | <li>Parse numbers according to YAML 1.2 instead of YAML 1.1 (<code>01234</code> is now decimal,
44 | <code>0o1234</code> is octal, <code>1:23</code> is parsed as string instead of base60).</li>
45 | <li><code>dump()</code> no longer quotes <code>:</code>, <code>[</code>, <code>]</code>, <code>(</code>, <code>)</code> except when necessary, <a href="https://redirect.github.com/nodeca/js-yaml/issues/470">#470</a>, <a href="https://redirect.github.com/nodeca/js-yaml/issues/557">#557</a>.</li>
46 | <li>Line and column in exceptions are now formatted as <code>(X:Y)</code> instead of
47 | <code>at line X, column Y</code> (also present in compact format), <a href="https://redirect.github.com/nodeca/js-yaml/issues/332">#332</a>.</li>
48 | <li>Code snippet created in exceptions now contains multiple lines with line numbers.</li>
49 | <li><code>dump()</code> now serializes <code>undefined</code> as <code>null</code> in collections and removes keys with
50 | <code>undefined</code> in mappings, <a href="https://redirect.github.com/nodeca/js-yaml/issues/571">#571</a>.</li>
51 | <li><code>dump()</code> with <code>skipInvalid=true</code> now serializes invalid items in collections as null.</li>
52 | <li>Custom tags starting with <code>!</code> are now dumped as <code>!tag</code> instead of <code>!<!tag></code>, <a href="https://redirect.github.com/nodeca/js-yaml/issues/576">#576</a>.</li>
53 | <li>Custom tags starting with <code>tag:yaml.org,2002:</code> are now shorthanded using <cod
|
The logs for this run have expired and are no longer available.
Loading