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 devdependencies-non-major #94

Merged
merged 1 commit into from
Jul 14, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 14, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prettier (source) 3.3.2 -> 3.3.3 age adoption passing confidence
renovate (source) 37.414.1 -> 37.431.4 age adoption passing confidence

Release Notes

prettier/prettier (prettier)

v3.3.3

Compare Source

diff

Add parentheses for nullish coalescing in ternary (#​16391 by @​cdignam-segment)

This change adds clarity to operator precedence.

// Input
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.2
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.3
foo ? (bar ?? foo) : baz;
(foo ?? bar) ? a : b;
a ? b : (foo ?? bar);
Add parentheses for decorator expressions (#​16458 by @​y-schneider)

Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.

// Input
@​(foo`tagged template`)
class X {}

// Prettier 3.3.2
@​foo`tagged template`
class X {}

// Prettier 3.3.3
@​(foo`tagged template`)
class X {}
Support @let declaration syntax (#​16474 by @​sosukesuzuki)

Adds support for Angular v18 @let declaration syntax.

Please see the following code example. The @let declaration allows you to define local variables within the template:

@​let name = 'Frodo';

<h1>Dashboard for {{name}}</h1>
Hello, {{name}}

For more details, please refer to the excellent blog post by the Angular Team: Introducing @​let in Angular.

We also appreciate the Angular Team for kindly answering our questions to implement this feature.

renovatebot/renovate (renovate)

v37.431.4

Compare Source

Bug Fixes

v37.431.3

Compare Source

v37.431.2

Compare Source

Build System

v37.431.1

Compare Source

v37.431.0

Compare Source

v37.430.0

Compare Source

v37.429.1

Compare Source

Bug Fixes
  • helmfile: remove templates before running updating artifacts (#​30139) (8e46980)
Miscellaneous Chores
  • deps: update actions/dependency-review-action action to v4.3.4 (#​30143) (61e0c39)

v37.429.0

Compare Source

v37.428.3

Compare Source

v37.428.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v2.25.2 (#​30130) (d280b5a)

v37.428.1

Compare Source

v37.428.0

Compare Source

v37.427.0

Compare Source

v37.426.5

Compare Source

v37.426.4

Compare Source

v37.426.3

Compare Source

Bug Fixes
  • Restrict downgrade checks only to Docker versioning scheme (#​30105) (e12e493)
Documentation
Miscellaneous Chores

v37.426.2

Compare Source

v37.426.1

Compare Source

Bug Fixes
Miscellaneous Chores

v37.426.0

Compare Source

Features

v37.425.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v2.24.4 (#​30085) (0d6dfd1)

v37.425.2

Compare Source

v37.425.1

Compare Source

v37.425.0

Compare Source

v37.424.4

Compare Source

v37.424.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v2.24.2 (#​30062) (f403b99)

v37.424.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v2.24.1 (#​30060) (f5dfe3f)
Miscellaneous Chores
Code Refactoring

v37.424.1

Compare Source

Miscellaneous Chores
  • deps: update containerbase/internal-tools action to v3.3.3 (#​30047) (98d4e26)
Build System

v37.424.0

Compare Source

Features
Documentation
Miscellaneous Chores
Code Refactoring

v37.423.1

Compare Source

v37.423.0

Compare Source

v37.422.4

Compare Source

v37.422.3

Compare Source

v37.422.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v2.23.3 (#​30003) (862e91b)
Build System

v37.422.1

Compare Source

Code Refactoring
Build System

v37.422.0

Compare Source

Features
  • gerrit: use commit message footers to store source branch name (#​29802) (74aa3d7)
Miscellaneous Chores
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v10.13.1 (#​29985) (7b5809e)

v37.421.10

Compare Source

Bug Fixes

v37.421.9

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v2.23.2 (#​29981) (c7a52d7)

v37.421.8

Compare Source

v37.421.7

Compare Source

Bug Fixes
  • config: Remove usePlatformAutomerge restriction with gitLabIgnoreApprovals (#​29972) (d0e0bbe)
Miscellaneous Chores
Build System

v37.421.6

Compare Source

Documentation
Miscellaneous Chores
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v10.13.0 (#​29966) (f05bf76)
Build System
Continuous Integration

v37.421.5

Compare Source

Bug Fixes
Miscellaneous Chores

v37.421.4

Compare Source

v37.421.3

Compare Source

v37.421.2

Compare Source

Bug Fixes

v37.421.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v2.23.1 (#​29945) (d8bf55f)
Code Refactoring
  • git: prepare support for commit signing with other key formats (#​29875) (84ca13a)

v37.421.0

Compare Source

v37.420.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v2.22.3 (#​29878) (91b3b98)

v37.420.0

Compare Source

Features

v37.419.1

Compare Source

Bug Fixes

v37.419.0

Compare Source

Features

v37.418.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v2.22.2 (#​29867) (a023058)
Code Refactoring

v37.418.2

Compare Source

Bug Fixes

v37.418.1

Compare Source

Build System

v37.418.0

Compare Source

Features
Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v2.22.1 (#​29859) (36878e8)

v37.417.2

Compare Source

Miscellaneous Chores
Build System

v37.417.1

Compare Source

Bug Fixes

v37.417.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v2.22.0 (#​29845) (23794fc)

v37.416.1

Compare Source

Bug Fixes

v37.416.0

Compare Source

Features
Miscellaneous Chores
Code Refactoring

v37.415.0

Compare Source

Features
  • datasource/custom: expose tags in result so that we can use followTag (#​29806) (48e6aa4)
Documentation
Miscellaneous Chores

Configuration

📅 Schedule: Branch creation - "every 2 weeks on Monday before 7am" in timezone Europe/Berlin, 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 ff6347 as a code owner July 14, 2024 19:34
@renovate renovate bot merged commit f3c34a5 into master Jul 14, 2024
3 checks passed
@renovate renovate bot deleted the renovate/devdependencies-non-major branch July 14, 2024 22:22
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.

0 participants