Update dependency @vanilla-extract/private to v1.0.5 #863
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.3
->1.0.5
Release Notes
vanilla-extract-css/vanilla-extract (@vanilla-extract/private)
v1.0.5
Compare Source
Patch Changes
b8a99e4980710a34692034d5da43e584edbc3d17
Thanks @askoufis! - Addtypes
field topackage.json
v1.0.4
Compare Source
Patch Changes
#1368
90f0315
Thanks @askoufis! - walkObject: Use an empty object to initialize a clone instead of calling the input object'sconstructor
This allows
walkObject
to be used on module namespace objects:The previous implementation did not work with these objects because they do not have a
constructor
function.esbuild
seems to have papered over this issue by providing aconstructor
function on these objects, but this seems to not be the case withvite-node
, hence the need for this fix.Configuration
📅 Schedule: Branch creation - "after 1am and before 10am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.