Skip to content

chore(deps): update minor dependency updates #5876

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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 13, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
azure/setup-helm action minor v3.4 -> v3.5 age adoption passing confidence
prettier (source) devDependencies patch 2.8.0 -> 2.8.1 age adoption passing confidence
robinraju/release-downloader action minor v1.6 -> v1.7 age adoption passing confidence

Release Notes

azure/setup-helm

v3.5: release

Compare Source

Bump @​actions/core version to remove output warning.

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;
}
robinraju/release-downloader

v1.7: Release Downloader v1.7

Compare Source

What's Changed

Dependency Updates

New Contributors

Full Changelog: robinraju/release-downloader@v1.6...v1.7


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 a team as a code owner December 13, 2022 18:12
@renovate renovate bot force-pushed the renovate/minor-dependency-updates branch 3 times, most recently from 50cdc0e to a8ae041 Compare December 16, 2022 21:41
@renovate renovate bot changed the title chore(deps): update minor dependency updates Update Minor dependency updates Dec 17, 2022
@renovate renovate bot changed the title Update Minor dependency updates chore(deps): update minor dependency updates Dec 17, 2022
@renovate renovate bot force-pushed the renovate/minor-dependency-updates branch 3 times, most recently from a6248bc to e01ed3b Compare December 22, 2022 18:41
@renovate renovate bot temporarily deployed to npm December 22, 2022 18:44 Inactive
@github-actions
Copy link

✨ code-server dev build published to npm for PR #5876!

  • Last publish status: success
  • Commit: e01ed3b

To install in a local project, run:

npm install @coder/code-server-pr@5876

To install globally, run:

npm install -g @coder/code-server-pr@5876

@renovate renovate bot force-pushed the renovate/minor-dependency-updates branch from e01ed3b to 9c17062 Compare December 22, 2022 21:53
@jsjoeio
Copy link
Contributor

jsjoeio commented Jan 3, 2023

Waiting on #5914

@jsjoeio jsjoeio closed this Jan 3, 2023
@renovate renovate bot deleted the renovate/minor-dependency-updates branch January 3, 2023 17:29
@renovate renovate bot restored the renovate/minor-dependency-updates branch January 5, 2023 05:36
@renovate renovate bot temporarily deployed to npm January 5, 2023 05:39 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant