Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2024

This PR contains the following updates:

Package Type Update Change Age Confidence
apify/release-pr-action action minor v3.2.0 -> v3.4.1 age confidence
cfn-lint (changelog) patch 0.87.3 -> 0.87.11 age confidence
eksctl-io/eksctl minor v0.210.0 -> v0.220.0 age confidence
eslint (source) devDependencies minor 9.38.0 -> 9.39.1 age confidence
prettier (source) devDependencies minor 3.6.2 -> 3.7.4 age confidence
rhysd/actionlint patch 1.7.7 -> 1.7.9 age confidence
slackapi/slack-github-action action minor v1.26.0 -> v1.27.1 age confidence
typescript-eslint (source) devDependencies minor 8.46.2 -> 8.49.0 age confidence

Release Notes

apify/release-pr-action (apify/release-pr-action)

v3.4.1

Compare Source

What's Changed
  • fix(github-org-emails): add pagination to organization users' emails GraphQL query by @​MrkMrk00 in #​22
  • fix: best-effort try and get commiters from Copilot authored commits by @​MrkMrk00 in #​23
New Contributors

Full Changelog: apify/release-pr-action@v3.4.0...v3.4.1

v3.4.0

Compare Source

Features

Full Changelog: apify/release-pr-action@v3.3.3...v3.4.0

v3.3.3

Compare Source

What's Changed

Full Changelog: apify/release-pr-action@v3.3.2...v3.3.3

v3.3.2

Compare Source

What's Changed

Full Changelog: apify/release-pr-action@v3.3.1...v3.3.2

v3.3.1

Compare Source

What's Changed

Full Changelog: apify/release-pr-action@v3.3.0...v3.3.1

v3.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: apify/release-pr-action@v3.2.0...v3.3.0

aws-cloudformation/cfn-lint (cfn-lint)

v0.87.11

Compare Source

CloudFormation Specifications
  • Update CloudFormation specs to 186.0.0 (pull #3578)
  • Add region ap-southeast-5 (pull #3673)

v0.87.10

Compare Source

CloudFormation Specifications
  • Update CloudFormation specs to 182.0.0 (pull #3391)
  • Patch in AWS::CloudFormation::StackSet.OperationPreferences.ConcurrencyMode (pull #3462)

v0.87.9

Compare Source

CloudFormation Specifications
  • Update CloudFormation specs to 180.0.0 (pull #3391)

v0.87.8

Compare Source

CloudFormation Specifications
  • Update CloudFormation specs to 179.0.0 (pull #3308)
Fixes
  • Update rules to better handle null/None values for Outputs (pull #3302)

v0.87.7

Compare Source

Fixes
  • Update rule W2531 to validate when the specified runtime is deprecated (pull #3297)
  • Update rule E2531 to validate when you can no longer create a lambda function with the specified runtime (pull #3297)
  • Create rule E2533 to validate when you can no longer update a lambda function with the specified runtime (pull #3297)

v0.87.6

Compare Source

CloudFormation Specifications
  • Update CloudFormation specs to 177.0.0 (pull #3282)
Fixes
  • Update language transformation to handle SSM based Parameters (pull #3293)

v0.87.5

Compare Source

CloudFormation Specifications
  • Update CloudFormation specs to 176.0.0 (pull #3268)
Fixes
  • Update W1011 to allow integers in the Fn::FindInMap (pull #3272)

v0.87.4

Compare Source

CloudFormation Specifications
  • Update CloudFormation specs to 175.0.0 (pull #3255)
  • Add some allowed patterns for ELB and SGs (pull #3269)
Fixes
  • Return None when a list is emptied out during condition processing (pull #3265)
eksctl-io/eksctl (eksctl-io/eksctl)

v0.220.0: eksctl 0.220.0

Compare Source

Release v0.220.0
🚀 Features
  • Add support for EKS Capability (#​8603)
Acknowledgments

The eksctl maintainers would like to sincerely thank @​punkwalker.

v0.219.0: eksctl 0.219.0

Compare Source

Release v0.219.0

💥 Breaking Changes

  • Make AL2023 be the default for all k8s version to handle AL2 deprecation (#​8593)

🚀 Features

🎯 Improvements

  • Make AL2023 be the default for all k8s version to handle AL2 deprecation (#​8593)

Acknowledgments

The eksctl maintainers would like to sincerely thank @​NicholasBlaskey.

v0.218.0: eksctl 0.218.0

Compare Source

Release v0.218.0

🚀 Features

  • Add support for ControlPlaneScalingConfig (#​8590)

🎯 Improvements

  • Enable termination protection by default for eksctl CFN stacks (#​8586)

Acknowledgments

The eksctl maintainers would like to sincerely thank @​NicholasBlaskey and @​abhay-krishna.

v0.217.0: eksctl 0.217.0

Compare Source

Release v0.217.0

🚀 Features

  • feat: Add enhanced node repair configuration support (#​8512)

🐛 Bug Fixes

  • Fix issue with upgrade policy not being applied (#​8577)

🧰 Maintenance

Acknowledgments

The eksctl maintainers would like to sincerely thank @​NicholasBlaskey, and @​sapphirew.

v0.216.0: eksctl 0.216.0

Compare Source

Release v0.216.0

🚀 Features

  • Add support for ap-southeast-6 (#​8544)
  • feat: add support for UpgradePolicy attribute in cluster creation (#​8534)

🎯 Improvements

  • Fix upgrade vpc-cni test relying on assumptions about vpc versions (#​8562)
  • Fix integration test by waiting 2 minutes for ebs update (#​8561)
  • Fix test failure for add-on waiting for ebs csi driver (#​8559)
  • For dns test, use an ECR busybox image (#​8560)
  • Don't check access entry length to fix failed intg test (#​8558)
  • Don't wait for metrics-server if its the only add-on (#​8552)
  • Migrate completly off V1 SDK to V2 SDK (#​8548)

🐛 Bug Fixes

  • Make update kube-proxy not use minimal images for >= 1.34 (#​8557)
  • Remove kubernetes.io/cluster/<clusterName> tag from EFA security group (#​8556)
  • Create EFA specific security group for self-managed node groups always (#​8554)
  • Make metrics server create after node groups so it can get scheduled … (#​8538)

🧰 Maintenance

  • Don't check access entry length to fix failed intg test (#​8558)
  • Update coredns (#​8537)
  • Migrate completly off V1 SDK to V2 SDK (#​8548)

Acknowledgments

The eksctl maintainers would like to sincerely thank @​NicholasBlaskey and @​guessi.

v0.215.0: eksctl 0.215.0

Compare Source

Release v0.215.0

🚀 Features

  • automatic security group tagging for karpenter (#​8501)

🎯 Improvements

  • fix: use default security group for eks 1.33+ when EFA is enabled (#​8509)
  • fix: karpenter tagging, addons and flaky integration tests (#​8508)

🐛 Bug Fixes

  • fix: match cloudformation stack name using suffix for pod identity association (#​8511)
  • fix: Add exact match check to use specified addon versions (#​8510)
  • fix: Fix GPU instance filtering when --instance-selector-gpus=0 (#​8506)
  • fix: use latest managed addon version for kube-proxy image name (#​8505)

🧰 Maintenance

📝 Documentation

  • docs: Add Auto Mode behavior change notices (#​8513)
  • Revert Add scheduled maintenance announcement for eksctl.io (#​8500)
  • Add scheduled maintenance announcement for eksctl.io (#​8498)

Acknowledgments

The eksctl maintainers would like to sincerely thank and @​sapphirew.

v0.214.0: eksctl 0.214.0

Compare Source

Release v0.214.0

🎯 Improvements

  • add notify homebrew update workflow (#​8482)

🐛 Bug Fixes

  • Add exact match check to use specified addon versions (#​8478)

Acknowledgments

The eksctl maintainers would like to sincerely thank @​aoshi2000 and @​sapphirew.

v0.213.0: eksctl 0.213.0

Compare Source

Release v0.213.0

🚀 Features

  • Add namespace configuration support for EKS addons (#​8476)

🐛 Bug Fixes

  • remove namespace validation for update-addon (#​8479)

Acknowledgments

The eksctl maintainers would like to sincerely thank @​sapphirew.

v0.212.0: eksctl 0.212.0

Compare Source

Release v0.212.0

🚀 Features

  • Add support for Cross Account Pod Identity Associations (#​8425)

Acknowledgments

The eksctl maintainers would like to sincerely thank @​naclonts.

v0.211.0: eksctl 0.211.0

Compare Source

Release v0.211.0

🎯 Improvements

  • Migrate EBS CSI policy to AmazonEBSCSIDriverPolicy managed policy (#​8422)
  • Add support for custom Bottlerocket AMIs for MNG (#​8418)
  • Implementation of MCP server for eksctl (#​8414)

🐛 Bug Fixes

  • Add DescribeRouteTables to load balancer controller permissions (#​8447)

🧰 Maintenance

📝 Documentation

  • Update schema.md (#​8443)
  • add note about docs migration (#​8441)
  • Add announcement for docs on AWS, remove old announcements (#​8442)
  • Fix link URL for privateNetworking (#​8416)

Acknowledgments

The eksctl maintainers would like to sincerely thank @​ConnorJC3, @​NicholasBlaskey, @​geoffcline, @​koooosh and @​mgalgs.

eslint/eslint (eslint)

v9.39.1

Compare Source

v9.39.0

Compare Source

prettier/prettier (prettier)

v3.7.4

Compare Source

diff

LWC: Avoid quote around interpolations (#​18383 by @​kovsu)
<!-- Input -->
<div foo={bar}>   </div>

<!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div>

<!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>
TypeScript: Fix comment inside union type gets duplicated (#​18393 by @​fisker)
// Input
type Foo = (/** comment */ a | b) | c;

// Prettier 3.7.3
type Foo = /** comment */ (/** comment */ a | b) | c;

// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;
TypeScript: Fix unstable comment print in union type comments (#​18395 by @​fisker)
// Input
type X = (A | B) & (
  // comment
  A | B
);

// Prettier 3.7.3 (first format)
type X = (A | B) &
  (// comment
  A | B);

// Prettier 3.7.3 (second format)
type X = (
  | A
  | B // comment
) &
  (A | B);

// Prettier 3.7.4
type X = (A | B) &
  // comment
  (A | B);

v3.7.3

Compare Source

diff

API: Fix prettier.getFileInfo() change that breaks VSCode extension (#​18375 by @​fisker)

An internal refactor accidentally broke the VSCode extension plugin loading.

v3.7.2

Compare Source

diff

JavaScript: Fix string print when switching quotes (#​18351 by @​fisker)
// Input
console.log("A descriptor\\'s .kind must be \"method\" or \"field\".")

// Prettier 3.7.1
console.log('A descriptor\\'s .kind must be "method" or "field".');

// Prettier 3.7.2
console.log('A descriptor\\\'s .kind must be "method" or "field".');
JavaScript: Preserve quote for embedded HTML attribute values (#​18352 by @​kovsu)
// Input
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;

// Prettier 3.7.1
const html = /* HTML */ ` <div class=${styles.banner}></div> `;

// Prettier 3.7.2
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;
TypeScript: Fix comment in empty type literal (#​18364 by @​fisker)
// Input
export type XXX = {
  // tbd
};

// Prettier 3.7.1
export type XXX = { // tbd };

// Prettier 3.7.2
export type XXX = {
  // tbd
};

v3.7.1

Compare Source

diff

API: Fix performance regression in doc printer (#​18342 by @​fisker)

Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed.

v3.7.0

Compare Source

diff

🔗 Release Notes

slackapi/slack-github-action (slackapi/slack-github-action)

v1.27.1: Slack Send V1.27.1

Compare Source

What's changed

This release tags multiple updates to dependencies and a clarification in documentation 📚

No changes are needed to update from slackapi/[email protected] - other than bumping the version - but ongoing development is now happening on version @v2 and @v1 is no longer planning to receive significant updates after this.

Please stay tuned for upcoming changes, and may all of your workflows run well ❤️

📚 Documentation
  • docs(fix): reference octokit context and github event webhook payloads in variables in #​348 - thanks @​zimeg!
🧪 Maintenance
  • ci: include the slack health score as part of ci tests in #​346 - thanks @​zimeg!
📦 Dependencies

Full Changelog: slackapi/slack-github-action@v1.27.0...v1.27.1

v1.27.0: Slack Send V1.27.0

Compare Source

What's changed

This release introduces an optional payload-delimiter parameter for flattening nested objects with a customized delimiter before the payload is sent to Slack Workflow Builder when using workflow webhook triggers.

  - name: Send a custom flattened payload
    uses: slackapi/[email protected]
+   with:
+     payload-delimiter: "_"
    env:
      SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

Setting this value to an underscore (_) is recommended when using nested inputs within Workflow Builder to match expected input formats of Workflow Builder, but the actual value can be changed to something else! This "flattening" behavior did exist prior to this version, but used a period (.) which is not valid for webook inputs in Workflow Builder.

Flattening example

The resulting output of flattened objects is not always clear, but the following can hopefully serve as a quick reference as well as these specs when using _ as the delimiter:

Input:

{
    "apples": "tree",
    "bananas": {
        "truthiness": true
    }
}

Output:

{
    "apples": "tree",
    "bananas_truthiness": "true"
}

Notice that bananas_truthiness is also stringified in this process, as part of updating values to match the expected inputs of Workflow Builder!

Changes

In addition to the changes above, the following lists all of the changes since the prior version with the complete changelog changes found here: slackapi/slack-github-action@v1.26.0...v1.27.0

🎁 Enhancements
📚 Documentation
🔒 Security
🧪 Maintenance
📦 Dependencies
🎉 New contributors
typescript-eslint/typescript-eslint (typescript-eslint)

v8.49.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.48.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.48.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.47.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.46.4

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.46.3

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.


Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 07b2c2f to 6aab4b8 Compare June 12, 2024 23:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6aab4b8 to 08d74a4 Compare June 15, 2024 13:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from ad515a3 to ad48a00 Compare June 30, 2024 13:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 75c571d to 6eaf4a5 Compare August 4, 2024 02:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 46d1fce to bc2c263 Compare September 4, 2024 13:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bc2c263 to 5a7bd9e Compare September 12, 2024 14:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d4e68b3 to c1d415e Compare September 29, 2024 13:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from edcadc9 to 1195fb9 Compare October 21, 2024 19:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1195fb9 to 269e878 Compare October 23, 2024 10:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 269e878 to fd674b8 Compare November 4, 2024 13:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d880eb2 to 37fd11c Compare November 14, 2024 21:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 37fd11c to 4e0e936 Compare November 27, 2024 19:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4e0e936 to fe028c5 Compare December 5, 2024 14:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fe028c5 to 6f79e36 Compare December 19, 2024 00:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6f79e36 to 8889840 Compare December 28, 2024 16:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 71490f8 to bd7d86e Compare August 10, 2025 15:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 635d4f0 to c32d223 Compare August 27, 2025 08:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5466386 to cac18ac Compare September 26, 2025 13:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 4e1f63b to fbb0066 Compare October 8, 2025 11:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fbb0066 to ddb722e Compare October 11, 2025 14:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 8c56306 to 7dc645d Compare November 4, 2025 03:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 431edc4 to ad35ad3 Compare November 12, 2025 01:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from ee1c997 to 9cb5ae9 Compare November 24, 2025 22:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 534c70b to ba75830 Compare December 3, 2025 04:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ba75830 to 55833db Compare December 8, 2025 16:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 55833db to 1bd507d Compare December 8, 2025 20:39
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