How to resolve breaking changes
This PR may introduce breaking changes that require manual intervention. In such cases, you will need to check out this branch, fix the cause of the breakage, and commit the fix to ensure a green CI build. To check out and update this PR, follow the steps below:
```sh
# Check out the PR branch
git checkout -b renovate/linting-devdependencies main
git pull https://github.com/ampproject/amphtml.git renovate/linting-devdependencies
# Directly make fixes and commit them
amp lint --fix # For lint errors in JS files
amp prettify --fix # For prettier errors in non-JS files
# Edit source code in case of new compiler warnings / errors
# Push the changes to the branch
git push git@github.com:ampproject/amphtml.git renovate/linting-devdependencies:renovate/linting-devdependencies
```
Release Notes
tlvince/eslint-plugin-jasmine (eslint-plugin-jasmine)
### [`v4.2.1`](https://togithub.com/tlvince/eslint-plugin-jasmine/releases/tag/v4.2.1)
[Compare Source](https://togithub.com/tlvince/eslint-plugin-jasmine/compare/v4.2.0...v4.2.1)
##### Bug Fixes
- **expect-single-argument:** Allow no arguments when using nothing ([#373](https://togithub.com/tlvince/eslint-plugin-jasmine/issues/373)) ([5e95a5a](https://togithub.com/tlvince/eslint-plugin-jasmine/commit/5e95a5a3c3a358d0135aeeb33c8a4b0072ad0991)), closes [#176](https://togithub.com/tlvince/eslint-plugin-jasmine/issues/176)
Configuration
📅 Schedule: Branch creation - "after 12am every weekday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Never, 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 contains the following updates:
8.56.11
->8.56.12
4.2.0
->4.2.1
See all other Renovate PRs on the Dependency Dashboard
How to resolve breaking changes
This PR may introduce breaking changes that require manual intervention. In such cases, you will need to check out this branch, fix the cause of the breakage, and commit the fix to ensure a green CI build. To check out and update this PR, follow the steps below: ```sh # Check out the PR branch git checkout -b renovate/linting-devdependencies main git pull https://github.com/ampproject/amphtml.git renovate/linting-devdependencies # Directly make fixes and commit them amp lint --fix # For lint errors in JS files amp prettify --fix # For prettier errors in non-JS files # Edit source code in case of new compiler warnings / errors # Push the changes to the branch git push git@github.com:ampproject/amphtml.git renovate/linting-devdependencies:renovate/linting-devdependencies ```Release Notes
tlvince/eslint-plugin-jasmine (eslint-plugin-jasmine)
### [`v4.2.1`](https://togithub.com/tlvince/eslint-plugin-jasmine/releases/tag/v4.2.1) [Compare Source](https://togithub.com/tlvince/eslint-plugin-jasmine/compare/v4.2.0...v4.2.1) ##### Bug Fixes - **expect-single-argument:** Allow no arguments when using nothing ([#373](https://togithub.com/tlvince/eslint-plugin-jasmine/issues/373)) ([5e95a5a](https://togithub.com/tlvince/eslint-plugin-jasmine/commit/5e95a5a3c3a358d0135aeeb33c8a4b0072ad0991)), closes [#176](https://togithub.com/tlvince/eslint-plugin-jasmine/issues/176)Configuration
📅 Schedule: Branch creation - "after 12am every weekday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Never, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.