-
Notifications
You must be signed in to change notification settings - Fork 177
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
fix(deps): update all non-major dependencies #1430
Conversation
⚠ Artifact update problemRenovate 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:
The artifact failure details are included below: File name: go.sum
|
✅ Deploy Preview for zarf-docs canceled.
|
acc17bc
to
39fc440
Compare
65c4b74
to
c05bfe1
Compare
f5effe4
to
05c6447
Compare
736ce67
to
43bf616
Compare
43bf616
to
1b7b418
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
This PR contains the following updates:
0.0.36
->0.0.37
1.2.4
->1.2.5
1.11.0
->1.12.0
v3.3.0
->v3.4.0
v0.75.0-DU
->v0.75.0
v20.10.22+incompatible
->v20.10.23+incompatible
v5.6.0
->v5.6.1
v0.13.0
->v0.14.0
v0.12.55
->v0.12.56
v0.26.2
->v0.26.3
v0.26.2
->v0.26.3
v0.26.2
->v0.26.3
v0.26.2
->v0.26.3
v0.26.2
->v0.26.3
v2.0.0
->v2.0.2
2.8.4
->2.8.5
1.59.2
->1.59.3
v0.12.1
->v0.13.2
3.56.0
->3.57.0
5.0.1
->5.0.3
4.1.4
->4.2.1
Release Notes
floating-ui/floating-ui
v1.2.5
Compare Source
Bug Fixes
fix: don't skip initial
ResizeObserver
callback update inautoUpdate
(#2232)This runs two updates on mount instead of one when
elementResize
is enabled. When dealing with frameworks that use inside-out (down-up) initialization of effects/rendering, like React, children are positioned before their parent positioned which meant they were positioned relative to the (0, 0) coordinates, which is incorrect. This problem only presents itself when the child and parent both try to position themselves at the same time on mount — for example, opening a menu and its submenu simultaneously.By not skipping this update, this issue isn't present since children reposition themselves after their parents have been positioned.
sveltejs/kit
v1.12.0
Compare Source
Minor Changes
feat: expose submitter in use:enhance SubmitFunction (#9425)
feat: add data-sveltekit-keepfocus and data-sveltekit-replacestate options to links (requires Svelte version 3.56 for type-checking with
svelte-check
) (#9019)Patch Changes
fix: don't start debugger on 404s (#9424)
fix: handle srcset attributes with newline after comma (#9388)
fix: allow tsconfig to extend multiple other tsconfigs (#9413)
chore: update Undici to 5.21.0 (#9417)
actions/checkout
v3.4.0
Compare Source
defenseunicorns/syft
v0.75.0
Compare Source
docker/cli
v20.10.23+incompatible
Compare Source
go-git/go-git
v5.6.1
Compare Source
What's Changed
firstErrLine
when it is empty by @ThinkChaos in https://github.com/go-git/go-git/pull/682Full Changelog: go-git/go-git@v5.6.0...v5.6.1
google/go-containerregistry
v0.14.0
Compare Source
Changelog
9306eba
Allow crane edit to generate non-image artifacts (#1545)de35f0f
Allow setting Content-Type in crane edit manifest (#1551)4b081f8
Avoid v1.Manifest in crane edit config (#1583)1cfe1fc
Bump aws-actions/configure-aws-credentials from 1.7.0 to 2.0.0 (#1593)da1008f
Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 (#1548)86be45f
Bump goreleaser/goreleaser-action from 4.1.0 to 4.1.1 (#1547)62f183e
Bump goreleaser/goreleaser-action from 4.1.1 to 4.2.0 (#1556)1b8dc2b
Bump slsa-framework/slsa-github-generator from 1.2.2 to 1.5.0 (#1580)11843ba
Enforce proper sha256 usage (#1544)2ceebaa
Implement crane index subcommand (#1561)9f42e02
Set mediaType for empty.ImageIndex in RawManifest (#1562)759b19f
Support artifactType, for images whose config.mediaType is not a config (#1541)b3c23b4
Support for OCI 1.1+ referrers via API (#1546)061ee6b
Support for OCI 1.1+ referrers via fallback tag (#1543)6770304
Update descriptor "data" field (when valid) during "crane edit config" (#1584)76bac93
Update release.yml (#1540)eb7d746
authn: also read mount secrets (#1560)e94d408
bump deps using ./hack/bump-deps.sh (#1592)4e95ae2
crane: add --flatten for index append (#1566)ff810c1
crane: add serve subcommand (#1586)8ea5e0e
crane: support --omit-digest-tags in crane ls (#1528)824efc7
fix(mutate): also set timestamps only present in some formats (#1550)e04520b
fix: Fix the crane release url and add more steps (#1532)d872232
hash: use generic instantiation (#1538)57f010d
replace manual slsa-verifier installation with action (#1585)9cd098e
skip tls verification if default transport is used with insecure option (#1559)3624968
tarball: pass imageToTags (#1563)Container Images
https://gcr.io/go-containerregistry/crane:v0.14.0
https://gcr.io/go-containerregistry/gcrane:v0.14.0
For example:
pterm/pterm
v0.12.56
Compare Source
What's Changed
Fixes 🔧
Full Changelog: pterm/pterm@v0.12.55...v0.12.56
kubernetes/apimachinery
v0.26.3
Compare Source
kubernetes/client-go
v0.26.3
Compare Source
kubernetes/component-base
v0.26.3
Compare Source
kubernetes/kubectl
v0.26.3
Compare Source
oras-project/oras-go
v2.0.2
Compare Source
Bug Fixes
index.json
file in OCI layoutsOther Changes
Detailed Commits
Full Changelog: oras-project/oras-go@v2.0.1...v2.0.2
v2.0.1
Compare Source
Bug Fixes
index.json
is not generated for OCI Stores that contain no manifestsOther Changes
Detailed Commits
index.json
for oci store by @Wwwsylvia in https://github.com/oras-project/oras-go/pull/450New Contributors
Full Changelog: oras-project/oras-go@v2.0.0...v2.0.1
prettier/prettier
v2.8.5
Compare Source
diff
Support TypeScript 5.0 (#14391 by @fisker, #13819 by @fisker, @sosukesuzuki)
TypeScript 5.0 introduces two new syntactic features:
const
modifiers for type parametersexport type *
declarationsAdd missing parentheses for decorator (#14393 by @fisker)
Add parentheses for
TypeofTypeAnnotation
to improve readability (#14458 by @fisker)Support
max_line_length=off
when parsing.editorconfig
(#14516 by @josephfrazier)If an .editorconfig file is in your project and it sets
max_line_length=off
for the file you're formatting,it will be interpreted as a
printWidth
ofInfinity
rather than being ignored(which previously resulted in the default
printWidth
of 80 being applied, if not overridden by Prettier-specific configuration).sass/dart-sass
v1.59.3
Compare Source
Fix a performance regression introduced in 1.59.0.
The NPM release of 1.59.0 dropped support for Node 12 without actually
indicating so in its pubspec. This release temporarily adds back support so
that the latest Sass version that declares it supports Node 12 actually does
so. However, Node 12 is now end-of-life, so we will drop support for it
properly in an upcoming release.
sveltejs/svelte
v3.57.0
Compare Source
<svelte:document>
(#3310)no-noninteractive-element-to-interactive-role
(#8167)style:
directive precedence overstyle=
attribute (#7475)<option>
withselected
attribute when initial state isundefined
(#8361)bind:group
members being spread across multiple control flow blocks (#8372)fly
andblur
transitions (#7623)sveltejs/svelte-preprocess
v5.0.3
Compare Source
Bug Fixes
v5.0.2
Compare Source
Bug Fixes
vitejs/vite
v4.2.1
Compare Source
virtual:
to virtual module source map ignore (#12444) (c4aa28f), closes #12444v4.2.0
Compare Source
Vite 4.2 is out!
Support env variables replacement in HTML files
Vite now supports replacing env variables in HTML files. Any properties in
import.meta.env
can be used in HTML files with a special%ENV_NAME%
syntax:Sourcemaps improvements
The Chrome Dev Tools team has been working to improve the DX of Vite and Vite-powered frameworks in the dev tools. Vite 4.2 brings an improved experience and tools for framework authors to hide 3rd party code and build artifacts from the user from console log traces using
server.sourcemapIgnoreList
andbuild.rollupOptions.output.sourcemapIgnoreList
.ESM subpath imports
Vite 4.2 now supports subpath imports, thanks to @lukeed05's resolve.exports library.
TypeScript 5 support
Vite 4.2 also supports TypeScript 5's
tsconfig
extends
array format, thanks to tsconfck.esbuild 0.17
esbuild v0.17.0 improved the design of its incremental, watch, and serve APIs. Check out #11908 for the rationale of why we didn't consider the backward-incompatible changes breaking for our use cases. The updated esbuild design now allows Vite to properly cancel in-fly builds and improve server restarts.
Use Rollup types from the vite package
Expose Rollup types as a namespace. This is helpful to avoid type conflicts because of different versions of Rollup types in environments like vite-ecosystem-ci (#12316).
Português Docs Translation
The Vite documentation is now translated to Português at pt.vitejs.dev thanks to Nazaré Da Piedade .
Features
build.cssMinify
(#12207) (90431f2), closes #12207sourcemapIgnoreList
configuration option (#12174) (f875580), closes #12174build.target
if terser is 5.16.0+ (#12197) (9885f6f), closes #12197this.load
in plugin container context (#11469) (abfa804), closes #11469Bug Fixes
server.sourcemapIgnoreList
(#12251) (209c3bd), closes #12251resolve.exports
to2.0.1
to fix*
resolution issue (#12314) (523d6f7), closes #12314sources
for transformed source maps (#12079) (bcbc582), closes #12079Previous Changelogs
4.2.0-beta.2 (2023-03-13)
See 4.2.0-beta.2 changelog
4.2.0-beta.1 (2023-03-07)
See 4.2.0-beta.1 changelog
4.2.0-beta.0 (2023-02-27)
See 4.2.0-beta.0 changelog
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 becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.