Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 13, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-config-love ^43.1.0 -> ^56.0.0 age adoption passing confidence

Release Notes

mightyiam/eslint-config-love (eslint-config-love)

v56.0.0

Compare Source

⚠ BREAKING CHANGES
  • no-var: warn -> error
Features

v55.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v54.0.0

Compare Source

⚠ BREAKING CHANGES
  • deps: minimum typescript-eslint v7.14.1
Miscellaneous Chores
  • deps: minimum typescript-eslint v7.14.1 (a98f908)

v53.0.0

Compare Source

⚠ BREAKING CHANGES
  • deps: exported value type declared, not inferred
chore
  • deps: update dependency typescript-eslint to v7.12.0 (0788ddc)
Build system / dependencies
  • deps: bump braces from 3.0.2 to 3.0.3 (006ca4f)
  • explicit devDep conventional-changelog-conventionalcommits (a0acf54)
Testing

v52.0.0

Compare Source

⚠ BREAKING CHANGES
  • deps: typescript-eslint minimum v7.11.0
Features
  • deps: update dependency typescript-eslint to v7.11.0 (abd1b76)
Bug fixes
  • deps: typescript-eslint minimum v7.11.0 (57f8339)

v51.0.1

Compare Source

Bug fixes

v51.0.0

Compare Source

⚠ BREAKING CHANGES
  • rules: No use of deprecated rules. Most notably, all formatting rules
    are removed. Please use a formatter, such as dprint, tsfmt and prettier.
Features
  • rules: no use of deprecated rules (6db9c2b)

v50.0.0

Compare Source

⚠ BREAKING CHANGES
  • deps: update dependency eslint-plugin-n to v17
chore
  • deps: update dependency eslint-plugin-n to v17 (3d6821a)

v49.0.0

Compare Source

⚠ BREAKING CHANGES
  • deps: drop support for eslint-plugin-n v15
chore
  • deps: drop support for eslint-plugin-n v15 (d471d9f)
Build system / dependencies
  • renovate: fix outdated typescript-eslint settings (c88d092)

v48.0.0

Compare Source

⚠ BREAKING CHANGES
Build system / dependencies
  • use semantic-release/commit-analyzer preset (790b662)
Features
Testing
  • rm redundant parserOptions test (0e49fea)

v47.0.0

Compare Source

⚠ BREAKING CHANGES
  • no longer provides env nor globals.
Features
  • do not specify env nor globals (53802ac)

v46.0.0

Compare Source

⚠ BREAKING CHANGES
  • (trying to) specify all options for rules that are used.
    Most likely will not affect you.
Features
Testing
  • exported value deep equality (c869c59)

v45.0.0

Compare Source

⚠ BREAKING CHANGES
  • all rule configs are arrays.
    This is a breaking change only if you are importing and processing the
    exported value yourself. Otherwise, this shouldn't affect you. Sorry for
    the major bump. Just being careful.
Features
  • all rule configs are arrays (9738761)
Refactoring
  • no extend from eslint-config-standard (065ce30)
Testing
  • rule todo list for eslint core & all plugins (8c84a0e)

v44.0.0

Compare Source

⚠ BREAKING CHANGES
Build system / dependencies
  • ci: "ci" job explicitly fails if test matrix fails (7dddb49)
  • ci: ci workflow if not cancelled (43b73e8)
  • ci: release from branch main (03a84a5)
  • nix: replace flake.nix with shell.nix (023d0b0)
  • shell.nix: nodejs_latest (75d18a0)
  • shell.nix: typescript-language-server (662a8f4)
Features
Testing
  • expected resolved config rules (593ac1b)

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Paris, 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.

🔕 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 Mend Renovate. View repository job log here.

@codecov-commenter
Copy link

codecov-commenter commented Jul 13, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.71%. Comparing base (75edd76) to head (f3b1ff0).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #3418    +/-   ##
========================================
  Coverage   66.71%   66.71%            
========================================
  Files         919      919            
  Lines       15136    15136            
  Branches     2122     2145    +23     
========================================
  Hits        10098    10098            
+ Misses       5000     4887   -113     
- Partials       38      151   +113     

see 58 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 75edd76...f3b1ff0. Read the comment docs.

@renovate renovate bot force-pushed the renovate/eslint-config-love-56.x branch from 4c57ee2 to 8c09178 Compare July 15, 2024 22:21
@renovate renovate bot force-pushed the renovate/eslint-config-love-56.x branch from 8c09178 to 8d7f542 Compare July 15, 2024 22:25
@renovate renovate bot force-pushed the renovate/eslint-config-love-56.x branch from 8d7f542 to 726adf4 Compare July 16, 2024 22:52
Copy link

socket-security bot commented Jul 16, 2024

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteCI
Install scripts npm/nx@19.3.0
  • Install script: postinstall
  • Source: node ./bin/post-install
🚫

View full report↗︎

Next steps

What is an install script?

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/nx@19.3.0

@renovate renovate bot force-pushed the renovate/eslint-config-love-56.x branch from 726adf4 to 1458ffc Compare July 16, 2024 22:56
@renovate renovate bot force-pushed the renovate/eslint-config-love-56.x branch from 1458ffc to 1de5151 Compare July 17, 2024 13:08
@renovate renovate bot force-pushed the renovate/eslint-config-love-56.x branch from 1de5151 to d709a7b Compare July 17, 2024 21:26
@renovate renovate bot force-pushed the renovate/eslint-config-love-56.x branch from d709a7b to f3b1ff0 Compare July 17, 2024 21:31
Copy link

@renovate renovate bot changed the title chore(deps): update dependency eslint-config-love to v56 chore(deps): update dependency eslint-config-love to v56 - autoclosed Jul 22, 2024
@renovate renovate bot closed this Jul 22, 2024
@renovate renovate bot deleted the renovate/eslint-config-love-56.x branch July 22, 2024 14:02
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.

1 participant