Skip to content

Commit 506cea7

Browse files
fix(deps): update dependency eslint-config-airbnb-base to v15 (#108)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-config-airbnb-base](https://togithub.com/airbnb/javascript) | [`^13.0.0` -> `^15.0.0`](https://renovatebot.com/diffs/npm/eslint-config-airbnb-base/13.2.0/15.0.0) | [![age](https://badges.renovateapi.com/packages/npm/eslint-config-airbnb-base/15.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-config-airbnb-base/15.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-config-airbnb-base/15.0.0/compatibility-slim/13.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-config-airbnb-base/15.0.0/confidence-slim/13.2.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>airbnb/javascript</summary> ### [`v15.0.0`](https://togithub.com/airbnb/javascript/compare/eslint-config-airbnb-base-v14.2.1...eslint-config-airbnb-base-v15.0.0) [Compare Source](https://togithub.com/airbnb/javascript/compare/eslint-config-airbnb-base-v14.2.1...eslint-config-airbnb-base-v15.0.0) ### [`v14.2.1`](https://togithub.com/airbnb/javascript/compare/eslint-config-airbnb-base-v14.2.0...eslint-config-airbnb-base-v14.2.1) [Compare Source](https://togithub.com/airbnb/javascript/compare/eslint-config-airbnb-base-v14.2.0...eslint-config-airbnb-base-v14.2.1) ### [`v14.2.0`](https://togithub.com/airbnb/javascript/compare/eslint-config-airbnb-base-v14.1.0...eslint-config-airbnb-base-v14.2.0) [Compare Source](https://togithub.com/airbnb/javascript/compare/eslint-config-airbnb-base-v14.1.0...eslint-config-airbnb-base-v14.2.0) ### [`v14.1.0`](https://togithub.com/airbnb/javascript/compare/eslint-config-airbnb-base-v14.0.0...eslint-config-airbnb-base-v14.1.0) [Compare Source](https://togithub.com/airbnb/javascript/compare/eslint-config-airbnb-base-v14.0.0...eslint-config-airbnb-base-v14.1.0) ### [`v14.0.0`](https://togithub.com/airbnb/javascript/compare/eslint-config-airbnb-base-v13.2.0...eslint-config-airbnb-base-v14.0.0) [Compare Source](https://togithub.com/airbnb/javascript/compare/eslint-config-airbnb-base-v13.2.0...eslint-config-airbnb-base-v14.0.0) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom-web-components-test).
1 parent 062f315 commit 506cea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config-ibmdotcom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"babel-eslint": "^10.0.3",
2121
"eslint-config-airbnb": "^19.0.0",
22-
"eslint-config-airbnb-base": "^13.0.0",
22+
"eslint-config-airbnb-base": "^15.0.0",
2323
"eslint-config-prettier": "^8.0.0",
2424
"eslint-plugin-import": "^2.17.3",
2525
"eslint-plugin-jsdoc": "^15.3.7",

0 commit comments

Comments
 (0)