Skip to content
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

chore(deps): update all non-major dependencies #95

Merged
merged 1 commit into from
Dec 8, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 4, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prettier (source) ^2.8.0 -> ^2.8.1 age adoption passing confidence
typescript (source) ^4.9.3 -> ^4.9.4 age adoption passing confidence

Release Notes

prettier/prettier

v2.8.1

Compare Source

diff

Fix SCSS map in arguments (#​9184 by @​agamkrbit)
// Input
$display-breakpoints: map-deep-merge(
  (
    "print-only": "only print",
    "screen-only": "only screen",
    "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})",
  ),
  $display-breakpoints
);

// Prettier 2.8.0
$display-breakpoints: map-deep-merge(
  (
    "print-only": "only print",
    "screen-only": "only screen",
    "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, " sm
      ")-1})",
  ),
  $display-breakpoints
);

// Prettier 2.8.1
$display-breakpoints: map-deep-merge(
  (
    "print-only": "only print",
    "screen-only": "only screen",
    "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})",
  ),
  $display-breakpoints
);
Support auto accessors syntax (#​13919 by @​sosukesuzuki)

Support for Auto Accessors Syntax landed in TypeScript 4.9.

(Doesn't work well with babel-ts parser)

class Foo {
  accessor foo: number = 3;
}
Microsoft/TypeScript

v4.9.4: TypeScript 4.9.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Changes:

This list of changes was auto generated.


Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from imranbarbhuiya as a code owner December 4, 2022 00:38
@renovate renovate bot added the dependencies label Dec 4, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1d7aa91 to 7d9372a Compare December 4, 2022 14:48
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Dec 4, 2022
@renovate renovate bot closed this Dec 4, 2022
@renovate renovate bot deleted the renovate/all-minor-patch branch December 4, 2022 14:49
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Dec 7, 2022
@renovate renovate bot reopened this Dec 7, 2022
@renovate renovate bot restored the renovate/all-minor-patch branch December 7, 2022 18:42
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency prettier to ^2.8.1 Dec 7, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7d9372a to 395fd4d Compare December 7, 2022 22:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 395fd4d to 7cd190e Compare December 8, 2022 02:09
@renovate renovate bot changed the title chore(deps): update dependency prettier to ^2.8.1 chore(deps): update all non-major dependencies Dec 8, 2022
@imranbarbhuiya imranbarbhuiya merged commit fd8eb30 into main Dec 8, 2022
@renovate renovate bot deleted the renovate/all-minor-patch branch December 8, 2022 04:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant