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 dependency @balena/lint to v8 #242

Merged
merged 1 commit into from
Mar 26, 2024
Merged

Conversation

balena-renovate[bot]
Copy link
Contributor

@balena-renovate balena-renovate bot commented Jan 8, 2024

This PR contains the following updates:

Package Type Update Change
@balena/lint devDependencies major ^6.2.2 -> ^8.0.0

Release Notes

balena-io-modules/node-balena-lint (@​balena/lint)

v8.0.0

Compare Source

(2024-03-13)

v7.3.0

Compare Source

(2024-02-02)

v7.2.6

Compare Source

(2024-01-30)

  • Lint config/.eslintrc.js [Pagan Gazzard]

v7.2.5

Compare Source

(2024-01-30)

  • Update dependencies [Pagan Gazzard]

v7.2.4

Compare Source

(2023-11-10)

  • Add missing .husky/pre-commit file [Pagan Gazzard]

v7.2.3

Compare Source

(2023-11-09)

  • Update yargs to 17.x [Pagan Gazzard]

v7.2.2

Compare Source

(2023-11-09)

  • Add no-constant-binary-expression to list of rules [Pagan Gazzard]

v7.2.1

Compare Source

(2023-10-18)

  • Update blob from 7.1.7 to 10.3.10 [Otávio Jacobi]

v7.2.0

Compare Source

(2023-09-12)

  • Add a deprecation notice for the --tests flag [Thodoris Greasidis]
  • Block .only in tests by default using eslint-plugin-no-only-tests [Thodoris Greasidis]

v7.1.2

Compare Source

(2023-09-11)

v7.1.1

Compare Source

(2023-08-29)

  • Allow using void as a way to silence floating promise errors [Thodoris Greasidis]

v7.1.0

Compare Source

(2023-08-29)

  • Error when detecting unused eslint disable directives [Thodoris Greasidis]

v7.0.2

Compare Source

(2023-08-23)

  • no-unused-vars: Allow _ prefixed unused vars in destructured arrays [Thodoris Greasidis]

v7.0.1

Compare Source

(2023-08-22)

  • Relax the prefer-const rule in destructuring expressions [Thodoris Greasidis]

v7.0.0

Compare Source

(2023-08-22)

  • .eslintrc.js: Update rules to make the migration easier [Thodoris Greasidis]
  • Update Prettier to v3 [Thodoris Greasidis]
  • Reduce custom rules in favor of typescript & eslint/recommended [Thodoris Greasidis]
  • Move to ESLint [Thodoris Greasidis]
  • Drop support for nodejs < 16.0.0 [Thodoris Greasidis]

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Renovate Bot.

@balena-renovate balena-renovate bot force-pushed the renovate/major-@balenalint branch from 22f4602 to 8120dcb Compare March 5, 2024 19:43
@balena-renovate balena-renovate bot force-pushed the renovate/major-@balenalint branch from 8120dcb to 939ddcd Compare March 16, 2024 16:43
@balena-renovate balena-renovate bot changed the title Update dependency @balena/lint to v7 Update dependency @balena/lint to v8 Mar 16, 2024
@balena-renovate balena-renovate bot force-pushed the renovate/major-@balenalint branch from 939ddcd to 87b8839 Compare March 21, 2024 16:44
@thgreasi thgreasi force-pushed the renovate/major-@balenalint branch from 87b8839 to e279e38 Compare March 21, 2024 17:21
@thgreasi thgreasi requested a review from a team March 21, 2024 17:21
Comment on lines +87 to +92
const testFn = bindRunExpectation('postgres');
testFn.postgres = bindRunExpectation('postgres');
testFn.mysql = bindRunExpectation('mysql');
testFn.websql = bindRunExpectation('websql');

export default testFn;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did this so that I can minimize the changes in the test files for now.

Comment on lines +136 to +141
const testFn = bindRunExpectation('postgres');
testFn.postgres = bindRunExpectation('postgres');
testFn.mysql = bindRunExpectation('mysql');
testFn.websql = bindRunExpectation('websql');

export default testFn;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did this so that I can minimize the changes in the test files for now.

@thgreasi thgreasi requested a review from a team March 21, 2024 17:25
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

tsconfig.js.json Outdated Show resolved Hide resolved
@joshbwlng
Copy link
Contributor

Nice work, it will be great to come back and clean things up once we fully move it to TypeScript

@thgreasi thgreasi force-pushed the renovate/major-@balenalint branch from e279e38 to 326d8aa Compare March 26, 2024 09:04
@thgreasi thgreasi requested a review from joshbwlng March 26, 2024 09:04
@thgreasi thgreasi enabled auto-merge March 26, 2024 09:05
Update @balena/lint from 6.2.2 to 8.0.0

Change-type: patch
@thgreasi thgreasi force-pushed the renovate/major-@balenalint branch from 326d8aa to 8353653 Compare March 26, 2024 09:58
@thgreasi thgreasi merged commit 79cfa07 into master Mar 26, 2024
49 checks passed
@thgreasi thgreasi deleted the renovate/major-@balenalint branch March 26, 2024 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants