Skip to content

TECH Dependabot [npm] Bump the main group with 5 updates#26

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/main-aeb4de7558
Closed

TECH Dependabot [npm] Bump the main group with 5 updates#26
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/main-aeb4de7558

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 14, 2026

Copy link
Copy Markdown
Contributor

Bumps the main group with 5 updates:

Package From To
caniuse-lite 1.0.30001793 1.0.30001799
js-yaml 4.1.1 4.2.0
node-releases 2.0.46 2.0.47
string.prototype.trim 1.2.10 1.2.11
string.prototype.trimend 1.0.9 1.0.10

Updates caniuse-lite from 1.0.30001793 to 1.0.30001799

Commits

Updates js-yaml from 4.1.1 to 4.2.0

Changelog

Sourced from js-yaml's changelog.

[4.2.0] - 2026-06-01

Added

  • Added docs/safety.md with notes about processing untrusted YAML.
  • Added maxDepth (100) loader option. Not a problem, but gives a better exception instead of RangeError on stack overflow.
  • Added maxMergeSeqLength (20) loader option. Not a problem after merge fix, but an additional restriction for safety.
  • Added sourcemaps to dist/ builds.

Changed

  • Stop resolving numbers with underscores as numeric scalars, #627.
  • Switched dev toolchains to Vite / neostandard.
  • Updated demo.
  • Reorganized tests.
  • dist/ files are no longer kept in the repository.

Fixed

  • Fix parsing of properties on the first implicit block mapping key, #62.
  • Fix trailing whitespace handling when folding flow scalar lines, #307.
  • Reject top-level block scalars without content indentation, #280.
  • Ensure numbers survive round-trip, #737.
  • Fix test coverage for issue #221.
  • Fix flow scalar trailing whitespace folding, #307.
  • Fix digits in YAML named tag handles.

Security

  • Fix potential DoS via quadratic complexity in merge - deduplicate repeated elements (makes sense for malformed files > 10K).

[3.14.2] - 2025-11-15

Security

  • Backported v4.1.1 fix to v3
Commits

Updates node-releases from 2.0.46 to 2.0.47

Commits

Updates string.prototype.trim from 1.2.10 to 1.2.11

Changelog

Sourced from string.prototype.trim's changelog.

v1.2.11 - 2026-06-05

Commits

  • [Fix] make right-trim linear for all inputs, not just non-trailing-whitespace 2c66b5e
  • [Refactor] Handle pathological strings better 91e5eb6
  • [actions] update workflows 09b9c7d
  • [Dev Deps] update @ericcornelissen/assert-time, @ljharb/eslint-config, auto-changelog, eslint, for-each, has-strict-mode, npmignore 816817a
  • [Deps] update call-bind, call-bound, es-abstract, es-object-atoms 733f19d
  • [readme] remove dead badges 738a1e6
  • [readme] replace runkit CI badge with shields.io check-runs badge 3c6a604
Commits
  • 81993cc v1.2.11
  • 09b9c7d [actions] update workflows
  • 738a1e6 [readme] remove dead badges
  • 733f19d [Deps] update call-bind, call-bound, es-abstract, es-object-atoms
  • 816817a [Dev Deps] update @ericcornelissen/assert-time, @ljharb/eslint-config, `a...
  • 2c66b5e [Fix] make right-trim linear for all inputs, not just non-trailing-whitespace
  • 91e5eb6 [Refactor] Handle pathological strings better
  • 3c6a604 [readme] replace runkit CI badge with shields.io check-runs badge
  • See full diff in compare view

Updates string.prototype.trimend from 1.0.9 to 1.0.10

Changelog

Sourced from string.prototype.trimend's changelog.

v1.0.10 - 2026-06-05

Commits

  • [Fix] avoid quadratic runtime trimming strings with large internal whitespace runs 14ee151
  • [actions] update workflows 867fda8
  • [Dev Deps] update @ljharb/eslint-config, auto-changelog, eslint, has-strict-mode, npmignore c1dad08
  • [Deps] update call-bind, call-bound, es-object-atoms 9f23631
  • [readme] remove dead badges 5156bc8
  • [readme] replace runkit CI badge with shields.io check-runs badge 79f9686
Commits
  • 9f316ac v1.0.10
  • 867fda8 [actions] update workflows
  • 5156bc8 [readme] remove dead badges
  • 9f23631 [Deps] update call-bind, call-bound, es-object-atoms
  • c1dad08 [Dev Deps] update @ljharb/eslint-config, auto-changelog, eslint, `has-s...
  • 14ee151 [Fix] avoid quadratic runtime trimming strings with large internal whitespace...
  • 79f9686 [readme] replace runkit CI badge with shields.io check-runs badge
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the main group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001793` | `1.0.30001799` |
| [js-yaml](https://github.com/nodeca/js-yaml) | `4.1.1` | `4.2.0` |
| [node-releases](https://github.com/chicoxyzzy/node-releases) | `2.0.46` | `2.0.47` |
| [string.prototype.trim](https://github.com/es-shims/String.prototype.trim) | `1.2.10` | `1.2.11` |
| [string.prototype.trimend](https://github.com/es-shims/String.prototype.trimEnd) | `1.0.9` | `1.0.10` |


Updates `caniuse-lite` from 1.0.30001793 to 1.0.30001799
- [Commits](browserslist/caniuse-lite@1.0.30001793...1.0.30001799)

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

Updates `node-releases` from 2.0.46 to 2.0.47
- [Commits](chicoxyzzy/node-releases@v2.0.46...v2.0.47)

Updates `string.prototype.trim` from 1.2.10 to 1.2.11
- [Changelog](https://github.com/es-shims/String.prototype.trim/blob/main/CHANGELOG.md)
- [Commits](es-shims/String.prototype.trim@v1.2.10...v1.2.11)

Updates `string.prototype.trimend` from 1.0.9 to 1.0.10
- [Changelog](https://github.com/es-shims/String.prototype.trimEnd/blob/main/CHANGELOG.md)
- [Commits](es-shims/String.prototype.trimEnd@v1.0.9...v1.0.10)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-version: 1.0.30001799
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: js-yaml
  dependency-version: 4.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: main
- dependency-name: node-releases
  dependency-version: 2.0.47
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: string.prototype.trim
  dependency-version: 1.2.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: string.prototype.trimend
  dependency-version: 1.0.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: main
...

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 Jun 14, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 21, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 21, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/main-aeb4de7558 branch June 21, 2026 17:50
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.

0 participants