-
Notifications
You must be signed in to change notification settings - Fork 351
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
Bump @khanacademy/eslint-plugin from 3.0.0 to 3.0.1 #1949
Bump @khanacademy/eslint-plugin from 3.0.0 to 3.0.1 #1949
Conversation
GeraldRequired Reviewers
Don't want to be involved in this pull request? Comment |
npm Snapshot: PublishedGood news!! We've packaged up the latest commit from this PR (31b08b3) and published it to npm. You Example: yarn add @khanacademy/perseus@PR1949 If you are working in Khan Academy's webapp, you can run: ./dev/tools/bump_perseus_version.sh -t PR1949 |
Size Change: 0 B Total Size: 1.29 MB ℹ️ View Unchanged
|
@dependabot merge |
One of your CI runs failed on this pull request, so Dependabot won't merge it. Dependabot will still automatically merge this pull request if you amend it and your tests pass. |
@dependabot rebase |
@dependabot recreate |
Bumps [@khanacademy/eslint-plugin](https://github.com/Khan/wonder-stuff/tree/HEAD/packages/eslint-plugin-khan) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/Khan/wonder-stuff/releases) - [Changelog](https://github.com/Khan/wonder-stuff/blob/main/packages/eslint-plugin-khan/CHANGELOG.md) - [Commits](https://github.com/Khan/wonder-stuff/commits/@khanacademy/[email protected]/packages/eslint-plugin-khan) --- updated-dependencies: - dependency-name: "@khanacademy/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
e8eb994
to
dc9fa2f
Compare
@dependabot merge |
## Summary: This PR bumps @typescript-eslint/* to v8.18.0 and ESLint to v8.57.1 to suppress a new lint warning after [bumping @khanacademy/eslint-plugi](#1949 from v3.0.0 to v3.0.1. The warning looked like this: ``` $ yarn lint ============= WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree. You may find that it works just fine, or you may not. SUPPORTED TYPESCRIPT VERSIONS: >=4.7.4 <5.6.0 YOUR TYPESCRIPT VERSION: 5.7.2 Please only submit bug reports when using the officially supported version. ============= ``` Issue: FEI-6012 ## Test plan: `$ yarn --check-files; yarn lint` no warnings about TypeScript versions Author: jeremywiebe Reviewers: kevinb-khan, jeremywiebe, nishasy, #perseus Required Reviewers: Approved By: kevinb-khan Checks: ✅ Publish npm snapshot (ubuntu-latest, 20.x), ✅ Check for .changeset entries for all changed files (ubuntu-latest, 20.x), ✅ Check builds for changes in size (ubuntu-latest, 20.x), ✅ Cypress (ubuntu-latest, 20.x), ✅ Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x), ✅ Publish Storybook to Chromatic (ubuntu-latest, 20.x) Pull Request URL: #1971
Bumps @khanacademy/eslint-plugin from 3.0.0 to 3.0.1.
Release notes
Sourced from
@khanacademy/eslint-plugin
's releases.Changelog
Sourced from
@khanacademy/eslint-plugin
's changelog.Commits
58a2a12
Version Packages (#1086)86caa2d
[FEI-6012]: Update eslint-{config|plugin}-khan to work with TypeScript v5.7.x...ae69f17
Bump@babel/eslint-parser
from 7.22.15 to 7.25.1 (#1036)97b926a
Bump@babel/preset-env
from 7.23.2 to 7.25.4 (#1033)a026cee
[fei5815.2.workaround] Add step to tidy up files (#1024)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot will merge this PR once CI passes on it, as requested by @jeremywiebe.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)