This repository has been archived by the owner on Apr 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
chore(deps): update frontend non-major dependencies #267
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/frontend-minor-patch
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/frontend-minor-patch
branch
from
December 6, 2022 15:47
d861bdc
to
a4058ff
Compare
renovate
bot
changed the title
Update dependency lint-staged to v13.1.0
Update frontend non-major dependencies
Dec 6, 2022
renovate
bot
force-pushed
the
renovate/frontend-minor-patch
branch
9 times, most recently
from
December 13, 2022 08:51
369efe0
to
6cc5cf8
Compare
renovate
bot
force-pushed
the
renovate/frontend-minor-patch
branch
5 times, most recently
from
December 17, 2022 01:47
064ac26
to
25c4b19
Compare
renovate
bot
changed the title
Update frontend non-major dependencies
fix(deps): update frontend non-major dependencies
Dec 19, 2022
renovate
bot
force-pushed
the
renovate/frontend-minor-patch
branch
8 times, most recently
from
December 26, 2022 00:26
0168628
to
da9007a
Compare
renovate
bot
force-pushed
the
renovate/frontend-minor-patch
branch
from
December 27, 2022 21:21
da9007a
to
161f655
Compare
renovate
bot
changed the title
fix(deps): update frontend non-major dependencies
chore(deps): update dependency vite to v3.2.5
Dec 27, 2022
renovate
bot
force-pushed
the
renovate/frontend-minor-patch
branch
from
December 28, 2022 09:40
161f655
to
6e237f1
Compare
renovate
bot
changed the title
chore(deps): update dependency vite to v3.2.5
chore(deps): update frontend non-major dependencies
Dec 28, 2022
renovate
bot
force-pushed
the
renovate/frontend-minor-patch
branch
from
December 28, 2022 18:38
6e237f1
to
2dfd3b5
Compare
renovate
bot
force-pushed
the
renovate/frontend-minor-patch
branch
from
March 14, 2023 05:23
2bdf7ac
to
c95941c
Compare
renovate
bot
changed the title
fix(deps): update frontend non-major dependencies
fix(deps): update frontend non-major dependencies - autoclosed
Mar 14, 2023
renovate
bot
changed the title
fix(deps): update frontend non-major dependencies - autoclosed
fix(deps): update frontend non-major dependencies
Mar 14, 2023
renovate
bot
force-pushed
the
renovate/frontend-minor-patch
branch
from
March 15, 2023 03:42
c95941c
to
3a9ed4d
Compare
renovate
bot
changed the title
fix(deps): update frontend non-major dependencies
chore(deps): update dependency sass to v1.59.3
Mar 15, 2023
renovate
bot
changed the title
chore(deps): update dependency sass to v1.59.3
chore(deps): update frontend non-major dependencies
Mar 15, 2023
renovate
bot
force-pushed
the
renovate/frontend-minor-patch
branch
2 times, most recently
from
March 17, 2023 01:46
55be537
to
5c22cd6
Compare
renovate
bot
changed the title
chore(deps): update frontend non-major dependencies
chore(deps): update frontend non-major dependencies - autoclosed
Mar 17, 2023
renovate
bot
changed the title
chore(deps): update frontend non-major dependencies - autoclosed
chore(deps): update frontend non-major dependencies
Mar 19, 2023
renovate
bot
changed the title
chore(deps): update frontend non-major dependencies
chore(deps): update dependency pnpm to v7.30.0
Mar 19, 2023
renovate
bot
force-pushed
the
renovate/frontend-minor-patch
branch
from
March 19, 2023 14:48
5c22cd6
to
37f6b48
Compare
renovate
bot
changed the title
chore(deps): update dependency pnpm to v7.30.0
chore(deps): update frontend non-major dependencies
Mar 20, 2023
renovate
bot
force-pushed
the
renovate/frontend-minor-patch
branch
from
March 20, 2023 06:35
37f6b48
to
9f386a4
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. |
renovate
bot
changed the title
chore(deps): update frontend non-major dependencies
chore(deps): update frontend non-major dependencies - autoclosed
Mar 25, 2023
renovate
bot
changed the title
chore(deps): update frontend non-major dependencies - autoclosed
chore(deps): update frontend non-major dependencies
Mar 26, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
0 participants
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:
7.29.3
->7.30.0
2.8.4
->2.8.5
Release Notes
pnpm/pnpm
v7.30.0
Compare Source
Minor Changes
patches-dir
setting #6215Patch Changes
Our Gold Sponsors
Our Silver Sponsors
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).Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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.