fix(deps): update dependencies (minor) - #4336
Conversation
|
Hi @renovate[bot]. Thanks for your PR. I'm waiting for a redhat-developer member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
c6dfaa4 to
bd47079
Compare
bd47079 to
dbcc2f4
Compare
dbcc2f4 to
6cbed42
Compare
6cbed42 to
706e40e
Compare
706e40e to
2db03e4
Compare
2db03e4 to
f41124c
Compare
|
/lgtm |
f41124c to
8efb992
Compare
8efb992 to
26c8539
Compare
26c8539 to
cb8d5c7
Compare
cb8d5c7 to
74c9b41
Compare
|
The container image build workflow finished with status: |
|
The container image build workflow finished with status: |
|
The container image build workflow finished with status: |
|
The container image build workflow finished with status: |
|
|
The container image build workflow finished with status: |
|
The container image build workflow finished with status: |
|
The container image build workflow finished with status: |
|
The container image build workflow finished with status: |
|
The container image build workflow finished with status: |
|
The container image build workflow finished with status: |
|
The container image build workflow finished with status: |
|
The container image build workflow finished with status: |
|
The container image build workflow finished with status: |
|
The container image build workflow finished with status: |
|
The container image build workflow finished with status: |
|
The container image build workflow finished with status: |
|
The container image build workflow finished with status: |
|
The container image build workflow finished with status: |
|
The container image build workflow finished with status: |
|
The container image build workflow finished with status: |
|
The container image build workflow finished with status: |
|
The container image build workflow finished with status: |
|
The container image build workflow finished with status: |
|
The container image build workflow finished with status: |
|
The container image build workflow finished with status: |
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|



This PR contains the following updates:
0.9.3→0.10.00.11.2→0.13.04.7.0→4.9.012.6.2→12.11.13.1.0→3.2.108.18.0→8.22.07.7.4→7.8.52.8.3→2.9.0Release Notes
scalprum/scaffolding (@scalprum/core)
v0.10.0Compare Source
yarnpkg/berry (@yarnpkg/core)
v4.9.0Compare Source
v4.8.0Compare Source
WiseLibs/better-sqlite3 (better-sqlite3)
v12.11.1Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.11.0...v12.11.1
v12.10.1Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.10.0...v12.10.1
v12.10.0Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.9.1...v12.10.0
v12.9.0Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.8.0...v12.9.0
v12.8.0Compare Source
What's Changed
New Contributors
Why SQLite v3.51.3 instead of v3.52.0
From the SQLite team:
Full Changelog: WiseLibs/better-sqlite3@v12.7.1...v12.8.0
knex/knex (knex)
v3.2.10Compare Source
Bug fixes
Misc
v3.2.9Compare Source
Bug fixes
Array<Buffer>#6428v3.2.8Compare Source
Bug fixes
import { knex } from 'knex/knex.mjs#6422QueryBuildertype as a value in anupdate#6419v3.2.7Compare Source
Bug fixes
v3.2.6Compare Source
Bug fixes
v3.2.5Compare Source
Bug fixes
v3.2.4Compare Source
Bug fixes
v3.2.3Compare Source
What's Changed
Full Changelog: knex/knex@3.2.1...3.2.3
v3.2.2Compare Source
v3.2.1Compare Source
Bug fixes
Misc
v3.2.0Compare Source
New features
Bug fixes
Types
objecttype that is too broad (#5373)import frominstead ofimport = require()(#5258)Tests
Chore
brianc/node-postgres (pg)
v8.22.0Compare Source
v8.21.0Compare Source
scramMaxIterationsconfig option.client.getTransactionStatus()method.v8.20.0Compare Source
v8.19.0Compare Source
npm/node-semver (semver)
v7.8.5Compare Source
Bug Fixes
9c8692a#878 include prereleases in tilde range lower bound with includePrerelease (#878) (@chatman-media)v7.8.4Compare Source
Bug Fixes
e583226#874 reject numeric segments after x-ranges (@pupuking723)v7.8.3Compare Source
Bug Fixes
046da7f#872 align caret includePrerelease lower bounds (#872) (@wayyoungboy)Chores
3485dda#866 bump @npmcli/eslint-config from 6.0.1 to 7.0.0 (#866) (@dependabot[bot])v7.8.2Compare Source
Bug Fixes
bea6028#870 increment dotted prerelease identifiers (#870) (@liuzemei, @SheldonNeo)v7.8.1Compare Source
Bug Fixes
17aa702#869 strip build metadata before comparator trimming (#869) (@owlstronaut)5f3ca13#867 handle prerelease bounds in subset (#867) (@puneetdixit200, Puneet Dixit)v7.8.0Compare Source
Features
0d0a0a2#855 Addtruncatefunction (#855) (@pjohnmeyer, @owlstronaut)Bug Fixes
3905343#859 Warn when defaulting to --inc=patch in CLI (@pjohnmeyer)Documentation
c368af6#853 fix typos in documentation (#853) (@ankitkumar572005)37776c3#846 fix BNF grammar to distinguish prerelease from build identifiers (#846) (@abhu85, @claude)Chores
9542e09#860 template-oss-apply (@owlstronaut)937bc2c#860template-oss-apply@5.0.0(@owlstronaut)6946fef#852 bump @npmcli/template-oss from 4.29.0 to 4.30.0 (#852) (@dependabot[bot], @npm-cli-bot)eemeli/yaml (yaml)
v2.9.0Compare Source
The changes here are really only patches, but I'm releasing this as a minor version to note a small change to the documentation of
parseDocument()andparseAllDocuments(): I've removed the claim that they'll "never throw".It remains the case that practically all non-malicious inputs will be handled without emitting an error, but there is a decent chance that code paths remain where e.g. a RangeError due to call stack exhaustion can be triggered by malicious inputs. Up to now, I've considered these as security vulnerabilities, and in fact it's the only category of error for which
yamlCVEs have been issued so far.Starting from this release, I'll be considering such errors as bugs, but not vulnerabilities. I do welcome people and/or LLMs looking for them, but please report them as normal issues rather than suspected security vulnerabilities. This also applies to previously undiscovered bugs in earlier releases.
Array.prototype.push.apply()with large source arrayv2.8.4Compare Source
maxAliasCount:0(#677)e1a1a77)minFractionDigitsonly to decimal strings (#676)Configuration
📅 Schedule: (UTC)
🚦 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.