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

Bump @khanacademy/eslint-plugin from 3.0.0 to 3.0.1 #1949

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2024

Bumps @khanacademy/eslint-plugin from 3.0.0 to 3.0.1.

Release notes

Sourced from @​khanacademy/eslint-plugin's releases.

@​khanacademy/eslint-plugin@​3.0.1

Patch Changes

  • 86caa2d: Update @typescript-eslint/* to versions that work with TypeScript v5.7.x
Changelog

Sourced from @​khanacademy/eslint-plugin's changelog.

3.0.1

Patch Changes

  • 86caa2d: Update @typescript-eslint/* to versions that work with TypeScript v5.7.x
Commits

Dependabot compatibility score

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 5, 2024
@khan-actions-bot
Copy link
Contributor

Gerald

Required Reviewers
  • @Khan/perseus for changes to package.json, yarn.lock

Don't want to be involved in this pull request? Comment #removeme and we won't notify you of further changes.

@khan-actions-bot khan-actions-bot requested a review from a team December 5, 2024 05:39
Copy link
Contributor

github-actions bot commented Dec 5, 2024

npm Snapshot: Published

Good news!! We've packaged up the latest commit from this PR (31b08b3) and published it to npm. You
can install it using the tag PR1949.

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

Copy link
Contributor

github-actions bot commented Dec 5, 2024

Size Change: 0 B

Total Size: 1.29 MB

ℹ️ View Unchanged
Filename Size
packages/kas/dist/es/index.js 39 kB
packages/keypad-context/dist/es/index.js 760 B
packages/kmath/dist/es/index.js 4.27 kB
packages/math-input/dist/es/index.js 77.9 kB
packages/math-input/dist/es/strings.js 1.79 kB
packages/perseus-core/dist/es/index.js 1.48 kB
packages/perseus-editor/dist/es/index.js 697 kB
packages/perseus-linter/dist/es/index.js 22.2 kB
packages/perseus/dist/es/index.js 425 kB
packages/perseus/dist/es/strings.js 3.7 kB
packages/pure-markdown/dist/es/index.js 3.66 kB
packages/simple-markdown/dist/es/index.js 12.5 kB

compressed-size-action

@jeremywiebe
Copy link
Collaborator

@dependabot merge

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 7, 2024

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.

@jeremywiebe
Copy link
Collaborator

@dependabot rebase

@jeremywiebe
Copy link
Collaborator

@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]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/khanacademy/eslint-plugin-3.0.1 branch from e8eb994 to dc9fa2f Compare December 7, 2024 01:30
@jeremywiebe
Copy link
Collaborator

@dependabot merge

@dependabot dependabot bot merged commit a285306 into main Dec 9, 2024
8 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/khanacademy/eslint-plugin-3.0.1 branch December 9, 2024 20:04
jeremywiebe added a commit that referenced this pull request Dec 12, 2024
## 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants