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 linting #197

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore(deps): update linting #197

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence devDependencies patch
lint-staged 15.2.9 -> 15.4.3 age adoption passing confidence devDependencies minor
terraform-linters/tflint-ruleset-aws 0.32.0 -> 0.37.0 age adoption passing confidence plugin minor

Release Notes

eslint/eslint (eslint)

v8.57.1

Compare Source

lint-staged/lint-staged (lint-staged)

v15.4.3

Compare Source

Patch Changes
  • #​1512 cbfed1d Thanks @​tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.

v15.4.2

Compare Source

Patch Changes
  • #​1509 8827ebf Thanks @​iiroj! - Change lint-staged's dependencies to use caret (^) ranges instead of tilde (~). This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.

v15.4.1

Compare Source

Patch Changes

v15.4.0

Compare Source

Minor Changes
  • #​1500 a8ec1dd Thanks @​iiroj! - Lint-staged now provides TypeScript types for the configuration and main Node.js API. You can use the JSDoc syntax in your JS configuration files:

    /**
     * @​filename: lint-staged.config.js
     * @​type {import('lint-staged').Configuration}
     */
    export default {
      '*': 'prettier --write',
    }

    It's also possible to use the .ts file extension for the configuration if your Node.js version supports it. The --experimental-strip-types flag was introduced in Node.js v22.6.0 and unflagged in v23.6.0, enabling Node.js to execute TypeScript files without additional configuration.

    export NODE_OPTIONS="--experimental-strip-types"
    
    npx lint-staged --config lint-staged.config.ts
Patch Changes

v15.3.0

Compare Source

Minor Changes
  • #​1495 e69da9e Thanks @​iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.

  • #​1493 fa0fe98 Thanks @​iiroj! - Added more help messages around the automatic git stash that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.

    For example:

    % npx lint-staged
    ✔ Backed up original state in git stash (20addf8)
    ✔ Running tasks for staged files...
    ✔ Applying modifications from tasks...
    ✔ Cleaning up temporary files...
    

    where the backup can be seen with git show 20addf8, or git stash list:

    % git stash list
    stash@{0}: lint-staged automatic backup (20addf8)
    

v15.2.11

Compare Source

Patch Changes
  • #​1484 bcfe309 Thanks @​wormsik! - Escape paths containing spaces when using the "shell" option.

  • #​1487 7dd8caa Thanks @​iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.

v15.2.10

Compare Source

Patch Changes
terraform-linters/tflint-ruleset-aws (terraform-linters/tflint-ruleset-aws)

v0.37.0

Compare Source

Breaking Changes
  • #​789 #​798: Update AWS provider/module and generated content
    • Removed the following rules
      • aws_service_discovery_http_namespace_invalid_name
      • aws_service_discovery_private_dns_namespace_invalid_name
      • aws_service_discovery_public_dns_namespace_invalid_name
Enhancements
Chores

v0.36.0

Compare Source

Breaking Changes
  • #​759: glue: disable connection type and properties checks (@​bendrucker)
    • Removed aws_glue_connection_invalid_connection_type rule
Enhancements
Chores
  • #​755: Bump github.com/hashicorp/hcl/v2 from 2.22.0 to 2.23.0
  • #​765: Bump github.com/stretchr/testify from 1.9.0 to 1.10.0
  • #​769: Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.187.1 to 1.194.0
  • #​777: Bump the aws-sdk group with 7 updates
  • #​778: Bump github.com/zclconf/go-cty from 1.15.0 to 1.15.1
  • #​781: Enable Dependabot auto-merge (@​wata727)
  • #​782: Bump golang.org/x/net from 0.31.0 to 0.32.0
  • #​783: Squash auto-merge Dependabot PRs (@​wata727)
  • #​784: Bump actions/attest-build-provenance from 1 to 2

v0.35.0

Compare Source

Enhancements
  • #​725: Update AWS provider/module and generated content
Chores
  • #​726 #​731 #​739 #​746: Bump github.com/aws/aws-sdk-go-v2/service/ecs from 1.47.3 to 1.49.2
  • #​727 #​732 #​747: Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.182.0 to 1.187.1
  • #​728 #​730 #​736 #​748: Bump github.com/aws/aws-sdk-go-v2/service/rds from 1.87.2 to 1.89.1
  • #​733 #​751: Bump github.com/aws/aws-sdk-go-v2/service/iam from 1.37.2 to 1.37.3
  • #​735: Bump github.com/hashicorp/terraform-json from 0.22.1 to 0.23.0
  • #​738 #​743: Bump github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing from 1.28.2 to 1.28.4
  • #​740: Bump github.com/hashicorp/aws-sdk-go-base/v2 from 2.0.0-beta.58 to 2.0.0-beta.59
  • #​741: Bump github.com/aws/aws-sdk-go-v2/service/elasticache from 1.43.0 to 1.43.2
  • #​742: Bump github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 from 1.40.0 to 1.41.1
  • #​744: Bump golang.org/x/net from 0.30.0 to 0.31.0

v0.34.0

Compare Source

Breaking Changes
  • #​719: Remove worklink rules (@​wata727)
    • The following rules are removed
      • aws_worklink_fleet_invalid_audit_stream_arn
      • aws_worklink_fleet_invalid_device_ca_certificate
      • aws_worklink_fleet_invalid_display_name
      • aws_worklink_fleet_invalid_name
      • aws_worklink_website_certificate_authority_association_invalid_certificate
      • aws_worklink_website_certificate_authority_association_invalid_display_name
      • aws_worklink_website_certificate_authority_association_invalid_fleet_arn
Enhancements
  • #​720: Update AWS provider/module and generated content
Bug Fixes
  • #​721: Fix incorrect mapping about aws_servicecatalog_portfolio_share type (@​wata727)
Chores
  • #​692 #​712: Bump github.com/aws/aws-sdk-go-v2/service/ecs from 1.44.3 to 1.47.3
  • #​693: Bump github.com/hashicorp/aws-sdk-go-base/v2 from 2.0.0-beta.54 to 2.0.0-beta.58
  • #​694 #​717: Bump github.com/aws/aws-sdk-go-v2/service/iam from 1.34.3 to 1.37.2
  • #​695 #​714: Bump github.com/aws/aws-sdk-go-v2/service/rds from 1.82.0 to 1.87.2
  • #​696 #​715: Bump github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing from 1.26.3 to 1.28.2
  • #​697 #​713: Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.173.0 to 1.182.0
  • #​698 #​718: Bump github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 from 1.34.0 to 1.40.0
  • #​699 #​716: Bump github.com/aws/aws-sdk-go-v2/service/elasticache from 1.40.5 to 1.43.0
  • #​702: Bump golang.org/x/net from 0.29.0 to 0.30.0
  • #​722: Bump GoReleaser to v2 (@​wata727)
  • #​723: Remove patch version pin from go.mod (@​wata727)

v0.33.0

Compare Source

Enhancements
Chores

Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" (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 added the dependencies label Oct 1, 2024
Copy link

codecov bot commented Oct 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.69%. Comparing base (31cfeb5) to head (9e9f5d3).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #197   +/-   ##
=======================================
  Coverage   71.69%   71.69%           
=======================================
  Files           1        1           
  Lines          53       53           
  Branches        6        6           
=======================================
  Hits           38       38           
  Misses         15       15           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/linting branch from 0b2707e to f65b203 Compare October 1, 2024 03:14
@renovate renovate bot force-pushed the renovate/linting branch from f65b203 to b66b110 Compare October 14, 2024 18:57
@renovate renovate bot force-pushed the renovate/linting branch from b66b110 to 6dbdb7c Compare November 1, 2024 04:27
@renovate renovate bot force-pushed the renovate/linting branch from 6dbdb7c to 7b6c127 Compare November 17, 2024 13:19
@renovate renovate bot force-pushed the renovate/linting branch from 7b6c127 to 083cdcc Compare December 1, 2024 02:15
@renovate renovate bot force-pushed the renovate/linting branch 2 times, most recently from 70f85ae to 6e5a09e Compare December 10, 2024 15:14
@renovate renovate bot force-pushed the renovate/linting branch 3 times, most recently from 3ba7c21 to e9aaf65 Compare January 1, 2025 04:09
@renovate renovate bot force-pushed the renovate/linting branch 2 times, most recently from 5a998dc to 4f2e51a Compare January 16, 2025 21:35
@renovate renovate bot force-pushed the renovate/linting branch from 4f2e51a to 4f49878 Compare January 23, 2025 12:40
@renovate renovate bot force-pushed the renovate/linting branch from 4f49878 to 9e9f5d3 Compare January 26, 2025 17:16
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.

0 participants