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

Update all non-major dependencies #962

Merged
merged 1 commit into from
Jan 6, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 5, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@auto-it/slack 10.29.2 -> 10.32.5 age adoption passing confidence
auto 10.29.2 -> 10.32.5 age adoption passing confidence
browserslist 4.16.6 -> 4.19.1 age adoption passing confidence
eslint (source) 7.31.0 -> 7.32.0 age adoption passing confidence
globby 11.0.3 -> 11.0.4 age adoption passing confidence
prettier (source) 2.3.2 -> 2.5.1 age adoption passing confidence
typescript (source) 4.3.5 -> 4.5.4 age adoption passing confidence
webfactory/ssh-agent v0.4.0 -> v0.5.4 age adoption passing confidence

Release Notes

intuit/auto

v10.32.5

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, yogesh khandelwal (@​ykhandelwal913), for all your work!

🐛 Bug Fix
Authors: 2

v10.32.4

Compare Source

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ null@​yogeshkhandelwal

❤️ yogesh khandelwal (@​ykhandelwal913)

❤️ Andreas Weichselbaum (@​AndreasWeichselbaum)

Release Notes
fixing gradle issue (#​2116)

This release fixes the Gradle plugin (#​2608) for Gradle 6.8+.


🐛 Bug Fix
📝 Documentation
Authors: 3

v10.32.3

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, Mathieu Bergeron (@​mathieubergeron), for all your work!

🐛 Bug Fix
📝 Documentation
Authors: 2

v10.32.2

Compare Source

🐛 Bug Fix
Authors: 2

v10.32.1

Compare Source

🐛 Bug Fix
  • @auto-it/core, @auto-it/conventional-commits
Authors: 1

v10.32.0

Compare Source

🚀 Enhancement
  • auto, @auto-it/core, @auto-it/npm
Authors: 1

v10.31.0

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, Cameron Yick (@​hydrosquall), for all your work!

🚀 Enhancement
🐛 Bug Fix
Authors: 2

v10.30.0

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, Cameron Yick (@​hydrosquall), for all your work!

🚀 Enhancement
  • @auto-it/npm
    • feat(plugins/npm): exclude prelease versions when calculating monorepo project version #​2035 (@​hydrosquall)
Authors: 1

v10.29.3

Compare Source

🐛 Bug Fix
📝 Documentation
Authors: 3

browserslist/browserslist

v4.19.1

Compare Source

  • Fixed throwOnMissing types (by Øyvind Saltvik).

v4.19.0

Compare Source

v4.18.1

Compare Source

  • Fixed case inventiveness for cover queries (by Pig Fang).
  • Fixed since 1970 query for null in release date (by Pig Fang).

v4.18.0

Compare Source

v4.17.6

Compare Source

  • Fixed sharable config resolution (by Adaline Valentina Simonian).

v4.17.5

Compare Source

  • Fixed --update-db for some pnpm cases.

v4.17.4

Compare Source

  • Reduced package size.

v4.17.3

Compare Source

  • Use picocolors for color output in --update-db.

v4.17.2

Compare Source

  • Reduced package size.

v4.17.1

Compare Source

  • Use Nano Colors for color output in --update-db.

v4.17.0

Compare Source

v4.16.8

Compare Source

  • Updated Firefox ESR.

v4.16.7

Compare Source

  • Fixed oudated caniuse-lite warning text (by Paul Verest).
  • Fixed docs (by Alexander Belov).
eslint/eslint

v7.32.0

Compare Source

sindresorhus/globby

v11.0.4

Compare Source

prettier/prettier

v2.5.1

Compare Source

diff

Improve formatting for empty tuple types (#​11884 by @​sosukesuzuki)
// Input
type Foo =
  Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends []
    ? Foo3
    : Foo4;

// Prettier 2.5.0
type Foo = Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends [

]
  ? Foo3
  : Foo4;

// Prettier 2.5.0 (tailingCommma = all)
// Invalid TypeScript code
type Foo = Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends [
  ,
]
  ? Foo3
  : Foo4;

// Prettier 2.5.1
type Foo =
  Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends []
    ? Foo3
    : Foo4;
Fix compatibility with Jest inline snapshot test (#​11892 by @​fisker)

A internal change in Prettier@v2.5.0 accidentally breaks the Jest inline snapshot test.

Support Glimmer's named blocks (#​11899 by @​duailibe)

Prettier already supported this feature, but it converted empty named blocks to self-closing, which is not supported by the Glimmer compiler.

See: Glimmer's named blocks.

// Input
<Component>
  <:named></:named>
</Component>

// Prettier 2.5.0
<Component>
  <:named />
</Component>

// Prettier 2.5.1
<Component>
  <:named></:named>
</Component>

v2.5.0

Compare Source

diff

🔗 Release Notes

v2.4.1

Compare Source

diff

Fix wildcard syntax in @forward (#​11482) (#​11487 by @​niksy)
// Input
@&#8203;forward "library" as btn-*;

// Prettier 2.4.0
@&#8203;forward "library" as btn- *;

// Prettier 2.4.1
@&#8203;forward "library" as btn-*;
Add new CLI option debug-print-ast (#​11514 by @​sosukesuzuki)

A new --debug-print-ast CLI flag for debugging.

v2.4.0

Compare Source

diff

🔗 Release Notes

Microsoft/TypeScript

v4.5.4

Compare Source

This patch release includes a fix for incorrectly offering up JSX attribute snippet completions at the beginning of a tag name.

For the complete list of fixed issues, check out the

Downloads are available on:

v4.5.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v4.5.2

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v4.4.4

Compare Source

This patch release contains fixes for a performance regression in --build mode by only calling realpath on package.json files only when those files are known to exist on disk, and to only perform this work under --watch mode.


For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v4.4.3

Compare Source

This patch release contains a fix for leaking file watchers on package.json, and a minor fix for completions in JavaScript files.


For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v4.4.2

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

webfactory/ssh-agent

v0.5.4

Compare Source

Fixed
Changed
  • Various documentation (README) improvements and additions
  • Change logging to more precisely state that public keys are being printed

v0.5.3

Compare Source

Fixed
  • Fixed cleanup phase to really terminate the ssh-agent (#​80)
  • Fix termination of ssh-agent also on workflow faiulre (#​79)
Changed
  • Various documentation (README) improvements and additions

v0.5.2

Compare Source

Fixed
Changed
  • Log when a key is not used as a deploy key (#​69)

v0.5.1

Compare Source

Fixed
  • Fix deployment key mapping on Windows virtual environment by using SSH binaries from the Git
    suite, terminate ssh-agent upon actio termination on Windows as well (#​63)
  • Handle ENOENT exceptions with a graceful message
Changed
  • Various documentation (README) improvements and additions

v0.5.0

Compare Source

Added
  • Add support for GitHub Deployment Keys through key comments (#​59). Fixes #​30, closes #​38.
  • Support for container-based workflows and Windows (#​17)
Fixed
  • Fix scripts/build.js to work on Windows (#​38)
Changed
  • Various documentation (README) improvements and additions

v0.4.1

Compare Source

Fixed
  • This action no longer relies on set-env, which has been deprecated.

Configuration

📅 Schedule: "after 9am on Wednesday" in timezone Europe/London.

🚦 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.


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot added change: dependencies Updates to dependencies only needs review labels Jan 5, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 93b8d5f to 5c2a150 Compare January 6, 2022 11:23
@AndrewLeedham AndrewLeedham merged commit 8c65f65 into next Jan 6, 2022
@AndrewLeedham AndrewLeedham deleted the renovate/all-minor-patch branch January 6, 2022 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change: dependencies Updates to dependencies only
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants