-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Update eslint (non-major) #26323
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
Merged
Merged
Update eslint (non-major) #26323
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5d13731
to
95bd00c
Compare
renchap
approved these changes
Aug 4, 2023
9e1874f
to
b67911a
Compare
b67911a
to
819c4f5
Compare
jsgoldstein
added a commit
to jsgoldstein/mastodon
that referenced
this pull request
Aug 28, 2023
* Update dependency haml_lint to v0.49.2 (mastodon#26222) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Fix: Streaming server memory leak in HTTP EventSource cleanup (mastodon#26228) * Swap debug statements in streaming server (mastodon#26231) * Fix missing return values in streaming (mastodon#26233) * Use original URL in preview if it redirects to 4xx page (mastodon#26200) * Allow filtering for Chinese languages (mastodon#26066) * Update README.md (mastodon#25435) * Add end-to-end (system) tests (mastodon#25461) * Rubocop fix: `Perfomance/UnfreezeString` (mastodon#26217) * Update rubocop rules for linelength (mastodon#26190) * Add coverage for `LanguageValidator` (mastodon#25593) * Add coverage for `URLValidator` (mastodon#25591) * Fix `RSpec/EmptyExampleGroup` cop (mastodon#24735) * Profiling tools configuration improvement (mastodon#25383) * Load `rspec-rails` gem in `test` + `development` (mastodon#25768) * Ignore the brakeman `PermitAttributes` check (mastodon#25915) * Fix public TL not indicating new toots when `onlyRemote` is enabled (mastodon#26247) Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com> * Remove obsolete backport from Rails 7 (mastodon#26254) * Change aspect ratios on link previews in web UI (mastodon#26250) * Fix `Importer::BaseImporter#clean_up!` not using proper primary key (mastodon#26269) * Bump version to v4.1.6 (mastodon#26272) * Do not normalize URL before fetching it (mastodon#26219) * Change /api/v1/peers/search to be case-insensitive when using Elasticsearch (mastodon#26268) * Change interaction modal input to disable browser spell-checking, capitalization and autocomplete (mastodon#26267) * Fix AVIF attachments (mastodon#26264) * Add List-Unsubscribe email header (mastodon#26085) * Fix wrong border radius on link cards in web UI (mastodon#26287) * Fix line clamp for link previews in web UI (mastodon#26286) * Change design of role badges in web UI (mastodon#26281) Co-authored-by: Claire <claire.github-309c@sitedethib.com> * Fix request URL normalisation for bare domain and 8-bit characters (mastodon#26285) * Refactor: replace whitelist_mode mentions with limited_federation_mode (mastodon#26252) * change column link to add a better keyboard focus indicator (mastodon#26278) * Fix crash in `tootctl status remove` and some old migrations (mastodon#26210) * Add client-side timeout on resend confirmation button (mastodon#26300) * Allow spaces around commas in ALLOWED_PRIVATE_ADDRESSES (mastodon#26297) * Change indexing frequency from 5 minutes to 1 minute, add locks to schedulers (mastodon#26304) * Add primary key to preview_cards_statuses join table (includes deduplication migration) (mastodon#25243) * Add `GET /api/v1/instance/languages` to REST API (mastodon#24443) Co-authored-by: Eugen Rochko <eugen@zeonfederated.com> Co-authored-by: Claire <claire.github-309c@sitedethib.com> * Update dependency aws-sdk-s3 to v1.132.0 (mastodon#26227) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Add alt text for preview card thumbnails (mastodon#26184) * Update dependency rack to v2.2.8 (mastodon#26312) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency react-redux to v8.1.2 (mastodon#26314) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency test-prof to v1.2.2 (mastodon#26316) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency core-js to v3.32.0 (mastodon#26317) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency lograge to v0.13.0 (mastodon#26318) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Rename “read” database to “replica” for consistency (mastodon#26326) * Update dependency selenium-webdriver to v4.10.0 (mastodon#26322) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency rack-attack to v6.7.0 (mastodon#26319) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Add direct link to the Single-Sign On provider if there is only one sign up method available (mastodon#26083) * Re-add StatsD support through the `nsa` gem (mastodon#26310) * Change reblogs to be excluded from "Posts and replies" tab in web UI (mastodon#26302) * Change design of hidden media overlay (again) in web UI (mastodon#26330) * Fix incorrect model annotation for List#exclusive (mastodon#26313) * Fix light theme select option for hashtags (mastodon#26311) * Fix confirmation when closing media edition modal with unsaved changes (mastodon#26342) * Change streaming `/metrics` to include additional metrics (mastodon#26299) * Fix missing cached preview cards attributes (mastodon#26343) * Fix report modal secondary buttons style (mastodon#26341) * Change header of hashtag timelines in web UI (mastodon#26362) * New Crowdin Translations (automated) (mastodon#26209) Co-authored-by: GitHub Actions <noreply@github.com> Co-authored-by: Claire <claire.github-309c@sitedethib.com> * Make mastodon-streaming systemd unit templated (mastodon#24751) Co-authored-by: Emelia Smith <ThisIsMissEm@users.noreply.github.com> * Spec media attachment speedups (mastodon#25416) * Fix interaction modal layout (mastodon#26368) * Fix list import concurrently creating lists of the same name (mastodon#26372) * Omniauth 2.0 version bump (mastodon#24209) * Change account search tokenizer and queries (mastodon#26378) * Fix adding column with default value taking longer on Postgres >= 11 (mastodon#26375) * Fix `preview_cards_statuses_pkey` not being reindexed concurrently (mastodon#26384) * Change `DB_REPLICA_*` environment variables to `REPLICA_DB_*` (mastodon#26386) * Fix Content Security Policy sometimes unnecessarily allowing hCaptcha scripts (mastodon#26388) * Prepare v4.2.0-beta1 (mastodon#26339) * Fix blocking subdomains of an already-blocked domain (mastodon#26392) * Use migration classes in migrations where current definition conflicts with older (mastodon#26390) * Restore console behavior in `test` env (mastodon#26401) * Change: Block GPTBot (mastodon#26396) * Avoid connecting to a running ES instance in ES search check spec (mastodon#26413) * Change the hashtag column to not display the hashtag header on pinned columns (mastodon#26416) * Update dependency sass to v1.64.2 (mastodon#26315) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update eslint (non-major) (mastodon#26323) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * New Crowdin Translations (automated) (mastodon#26373) Co-authored-by: GitHub Actions <noreply@github.com> Co-authored-by: Claire <claire.github-309c@sitedethib.com> * Update dependency aws-sdk-s3 to v1.132.1 (mastodon#26423) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency immutable to v4.3.2 (mastodon#26425) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency haml_lint to v0.49.3 (mastodon#26424) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency eslint-config-prettier to v9 (mastodon#26434) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency sass to v1.65.1 (mastodon#26433) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency mime-types to '~> 3.5.0' (mastodon#26431) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency regenerator-runtime to ^0.14.0 (mastodon#26432) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency rails to v7.0.7 (mastodon#26428) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency @rails/ujs to v7.0.7 (mastodon#26422) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency pg to v8.11.2 (mastodon#26426) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update babel monorepo to v7.22.10 (mastodon#26421) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency eslint-import-resolver-typescript to v3.6.0 (mastodon#26429) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency pg-connection-string to v2.6.2 (mastodon#26427) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Add `S3_DISABLE_CHECKSUM_MODE` environment variable for compatibility with some S3-compatible providers (mastodon#26435) * Merge duplicate Gemfile groups (mastodon#26441) * Upgrade JS dev dependencies (mastodon#26442) * Fix reply not preserving the language from the replied-to post (mastodon#26452) * Add missing instances option to tootctl search deploy (mastodon#26461) * Remove old non-unique index on preview_cards statuses join table (mastodon#26447) * Upgrade `@types/react` (mastodon#26457) * Fix "Create Account" button in interaction modal (mastodon#26459) * Improve Renovate configuration (mastodon#26306) * Update dependency faker to v3.2.1 (mastodon#26474) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency autoprefixer to v10.4.15 (mastodon#26473) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency nokogiri to v1.15.4 (mastodon#26476) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Fix `lint:json` not processing `json5` extension (mastodon#26481) * New Crowdin Translations (automated) (mastodon#26444) Co-authored-by: GitHub Actions <noreply@github.com> Co-authored-by: Claire <claire.github-309c@sitedethib.com> * Add `ES_PRESET` option to customize numbers of shards and replicas (mastodon#26483) Co-authored-by: Eugen Rochko <eugen@zeonfederated.com> * Fix `repo:changelog` task matching strings that are not Pull Request identifiers (mastodon#26280) * Add privacy tab in profile settings (mastodon#26484) Co-authored-by: Eugen Rochko <eugen@zeonfederated.com> * Add support for `indexable` attribute on remote actors (mastodon#26485) Co-authored-by: Eugen Rochko <eugen@zeonfederated.com> * Fix ES_PRESET not being applied to Chewy's internal index (mastodon#26489) * Fix unfollow icon styling in advanced column (mastodon#26482) * Add display of out-of-band hashtags in the web interface (mastodon#26492) Co-authored-by: Eugen Rochko <eugen@zeonfederated.com> * Fix hashtag bar display when status is in a thread (mastodon#26497) * Update dependency postcss to v8.4.28 (mastodon#26502) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Fix hashtag bar sometimes including tags that appear in the post's body (mastodon#26506) * Fix “legal” report category not showing up in moderation interface (mastodon#26509) * Change “privacy and reach” settings so that unchecking boxes always increase privacy and checking them always increase reach (mastodon#26508) * Fix case-insensitive comparison of hashtags to do case-folding (mastodon#26525) * Fix cached posts including stale stats (mastodon#26409) * Update dependency pg to v8.11.3 (mastodon#26519) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Allow setting a custom HTTP method in CacheBuster (mastodon#26528) Co-authored-by: Jorijn Schrijvershof <jorijn@jorijn.com> * Fix `frame_rate` for videos where `ffprobe` reports 0/0 (mastodon#26500) * Update dependency puma to v6.3.1 (mastodon#26537) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency @material-design-icons/svg to v0.14.11 (mastodon#26536) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Remove redundant ready() wrapper (mastodon#26533) * Fix: support both DATABASE_URL and DB_PASS (mastodon#26295) * Fix already initialized constant warning (mastodon#26542) * Change follow recommendation materialized view to be faster in most cases (mastodon#26545) Co-authored-by: Renaud Chaput <renchap@gmail.com> * Fix profile picture preview (mastodon#26538) * Add ability to delete avatar or header picture via the API (mastodon#25124) Co-authored-by: Claire <claire.github-309c@sitedethib.com> * Do not start LibreTranslate and Elasticsearch on GitHub Codespaces (mastodon#26382) * Update dependency core-js to v3.32.1 (mastodon#26548) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update eslint (non-major) (mastodon#26567) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Refactor `Api::V1::ProfilesController` into two separate controllers (mastodon#26573) * Add auto-refresh of accounts we get new messages/edits of (mastodon#26510) * Add Elasticsearch cluster health check and indexes mismatch check to dashboard (mastodon#26448) * Remove hashtags from the last line of a status if it only contains hashtags (mastodon#26499) * Bump version to v4.2.0-beta2 (mastodon#26579) * Fix layout of the closed registrations modal (mastodon#26593) * Update rubocop and rubocop-rspec (mastodon#26329) * Add `circular-dependency-plugin` to detect any circular deps issues (mastodon#26600) * Update `SECURITY.md` to indicate issues can be reported on Github (mastodon#26599) * Update dependency mime-types to v3.5.1 (mastodon#26595) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Add cherokee to languages dropdown (mastodon#26012) * Add Kalmyk to languages dropdown (mastodon#26013) * Fix admin dashboard check when using Elasticsearch with `ES_PREFIX` (mastodon#26605) * Better hashtag normalization when processing a post (mastodon#26614) * Update dependency rails to v7.0.7.2 (mastodon#26612) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency react-textarea-autosize to v8.5.3 (mastodon#26607) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Add support for federating `memorial` attribute (mastodon#26583) * Fix unexpected audio stream transcoding when uploaded video is eligible to passthrough (mastodon#26608) Co-authored-by: Claire <claire.github-309c@sitedethib.com> * Update Account Search to prioritize username over display name (mastodon#26623) * Change the hashtag bar to be hidden when there is a CW and the post is not expanded (mastodon#26615) * Fix some React warnings (mastodon#26609) * Change hashtag bar tags to be de-emphasized (mastodon#26606) * Update dependency immutable to v4.3.3 (mastodon#26622) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency oj to v3.16.0 (mastodon#26520) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency sass to v1.66.1 (mastodon#26534) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Add elastic search installation into Vagrantfile (mastodon#26512) * Fix timeout on invalid set of exclusionary parameters in `/api/v1/timelines/public` (mastodon#26239) * Change opacity of the delete icon in the search field to be more visible (mastodon#26449) * Update dependency rspec-sidekiq to v4 (mastodon#26627) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Consolidate inclusion of `admin` js pack link (mastodon#26628) * Update dependency redis to v4.6.8 (mastodon#26630) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Fix: Workaround to load MASTODON_VERSION_* in Docker. (mastodon#26591) Co-authored-by: Claire <claire.github-309c@sitedethib.com> * Fix selecting domains to forward reports to not passing the information correctly (mastodon#26636) * Fix clicking “Explore” or “Live feeds” column headers to scroll in advanced mode (mastodon#26633) Co-authored-by: Plastikmensch <Plastikmensch@users.noreply.github.com> * Change admin e-mail notification settins to be their own settings group (mastodon#26596) * Change nightlies versioning from `v4.2.0+2023-08-23` to `v4.2.0-nightly.2023-08-23` (mastodon#26626) * Add new public status index (mastodon#26344) Co-authored-by: Eugen Rochko <eugen@zeonfederated.com> Co-authored-by: Claire <claire.github-309c@sitedethib.com> * Fix changelog wording and missing items (mastodon#26638) * Update babel monorepo to v7.22.11 (mastodon#26640) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Add `data-nosnippet` attribute to remote posts and local posts with `noindex` (mastodon#26648) * Add PublicStatusesCheck to Elasticsearch index check on admin dashboard (mastodon#26650) * Add Elasticsearch/OpenSearch version to “Software” in admin dashboard (mastodon#26652) * Fix statuses search Elasticsearch query (mastodon#26657) * Update dependency immutable to v4.3.4 (mastodon#26655) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update ordering to use `id` from body of document instead of deprecated `_id` (mastodon#26659) * Fix dashboard check for Elasticsearch suggested command including incorrect names (mastodon#26658) * Change the pre-release versioning scheme and associated environment variables (mastodon#26653) * Fix toast saying "published" instead of "saved" after editing post in web UI (mastodon#26664) * Fix nightly build version (mastodon#26676) * Change queue of job when opting into search from `default` to `pull` (mastodon#26688) * Fix unnecessary condition causing seqscan when indexing (mastodon#26689) * Change indexing jobs to use database replica (mastodon#26692) * Update eslint (non-major) (mastodon#26694) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Fix not being able to negate prefix clauses in search (mastodon#26672) * Update dependency haml_lint to v0.50.0 (mastodon#26665) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update DefinitelyTyped types (non-major) (mastodon#26693) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Fix multiple issues with status index mappings (mastodon#26686) * Update dependency @testing-library/jest-dom to v6 (mastodon#26479) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Renaud Chaput <renchap@gmail.com> * Add `from:me` syntax to search (mastodon#26660) * Add search options to search popout in web UI (mastodon#26662) * Fix incorrect call to `PublicStatusesIndex.import` (mastodon#26697) * A first pass at adding some basic ES tests * Add more tests --------- Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Emelia Smith <ThisIsMissEm@users.noreply.github.com> Co-authored-by: Claire <claire.github-309c@sitedethib.com> Co-authored-by: Renaud Chaput <renchap@gmail.com> Co-authored-by: Christian Schmidt <github@chsc.dk> Co-authored-by: gunchleoc <fios@foramnagaidhlig.net> Co-authored-by: Jay Prakash Kalia <jaykalia047@gmail.com> Co-authored-by: Matt Jankowski <matt@jankowski.online> Co-authored-by: Plastikmensch <Plastikmensch@users.noreply.github.com> Co-authored-by: Eugen Rochko <eugen@zeonfederated.com> Co-authored-by: Trevor Wolf <teeerevor@gmail.com> Co-authored-by: Val Lorentz <progval+github@progval.net> Co-authored-by: Daniel M Brasil <danielmbrasil@protonmail.com> Co-authored-by: CSDUMMI <31551856+CSDUMMI@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions <noreply@github.com> Co-authored-by: Eashwar Ranganathan <eranganathan@lyft.com> Co-authored-by: Foritus <rich@aornis.com> Co-authored-by: Nick Schonning <nschonni@gmail.com> Co-authored-by: Jeong Arm <kjwonmail@gmail.com> Co-authored-by: mogaminsk <mgmnjp@icloud.com> Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by: Santiago Kozak <santikzk1406@gmail.com> Co-authored-by: Jorijn Schrijvershof <jorijn@jorijn.com> Co-authored-by: Nicolai Søborg <NicolaiSoeborg@users.noreply.github.com> Co-authored-by: Robert R George <rgeorge@midnightweb.net> Co-authored-by: yufushiro <62991447+yufushiro@users.noreply.github.com> Co-authored-by: Antonin Del Fabbro <30950182+AntoninDelFabbro@users.noreply.github.com> Co-authored-by: Jaehong Kang <sinoru@me.com>
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
javascript
Pull requests that update Javascript code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.0.0
->6.2.1
6.0.0
->6.2.1
8.42.0
->8.46.0
8.8.0
->8.10.0
~2.27.5
->~2.28.0
46.2.6
->46.4.6
~7.32.2
->~7.33.0
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.2.1
Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.2.0
Compare Source
Bug Fixes
Features
You can read about our versioning strategy and releases on our website.
v6.1.0
Compare Source
Bug Fixes
Features
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.2.1
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.2.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.1.0
Compare Source
Features
You can read about our versioning strategy and releases on our website.
eslint/eslint (eslint)
v8.46.0
Compare Source
Features
8a93438
feat:require-unicode-regexp
supportv
flag (#17402) (SUZUKI Sosuke)1a2f966
feat:no-useless-escape
supportv
flag (#17420) (Yosuke Ota)ee68d1d
feat:no-empty-character-class
supportv
flag (#17419) (Milos Djermanovic)853d32b
feat: deprecate no-return-await (#17417) (Carlos Lopez)d4f02e4
feat:no-control-regex
supportv
flag (#17405) (Yosuke Ota)2a35f3e
feat:prefer-named-capture-group
supportv
flag (#17409) (Yosuke Ota)8ca8b50
feat: Better error message for flat config plugins (#17399) (Nicholas C. Zakas)509f753
feat:no-misleading-character-class
supportv
flag (#17406) (Yosuke Ota)3caf514
feat:no-regex-spaces
supportv
flag (#17407) (Yosuke Ota)b7fad2b
feat:prefer-regex-literals
supportv
flag (#17410) (Yosuke Ota)a6a3ad4
feat:no-useless-backreference
supportv
flag (#17408) (Yosuke Ota)94954a7
feat:no-invalid-regexp
supportv
flag (#17404) (Yosuke Ota)1af6eac
feat: adds option for allowing empty object patterns as parameter (#17365) (Tanuj Kanti)cf03104
feat: Improve config error messages (#17385) (Nicholas C. Zakas)Bug Fixes
9803c7c
fix: FlatESLint#getRulesMetaForResults shouldn't throw on unknown rules (#17393) (Milos Djermanovic)42faa17
fix: Update no-loop-func to not overlap with no-undef (#17358) (Matt Wilkinson)Documentation
4d474e3
docs: update with TypeScript info (#17423) (James)091f44e
docs: File extension named processor deprecation (#17362) (Matt Wilkinson)9254a6c
docs: Update README (GitHub Actions Bot)6d6dc51
docs: fix overlapping ofopen in playground
button (#17403) (Tanuj Kanti)7fc3a2c
docs: Add private class features info to no-underscore-dangle (#17386) (Matt Wilkinson)da73e58
docs: Migratingeslint-env
configuration comments (#17390) (Francesco Trotta)80dffed
docs: fix Ignoring Files section in config migration guide (#17392) (Milos Djermanovic)8a9abb7
docs: Update README (GitHub Actions Bot)7e9be4b
docs: Update README (GitHub Actions Bot)0b0bbe0
docs: Update README (GitHub Actions Bot)Chores
d1eb7e4
chore: Update ecosystem dependencies (#17427) (Nicholas C. Zakas)fab9e97
chore: package.json update for eslint-config-eslint release (ESLint Jenkins)6246711
chore: package.json update for @eslint/js release (ESLint Jenkins)0aa0bc3
chore: Add PRs to triage project (#17421) (Nicholas C. Zakas)v8.45.0
Compare Source
Features
cdd063c
feat: Expose LegacyESLint in unsupported API (#17341) (Nicholas C. Zakas)d34abe5
feat: fix indent rule for else-if (#17318) (Milos Djermanovic)Bug Fixes
b79b6fb
fix: Fix suggestion message inno-useless-escape
(#17339) (Francesco Trotta)c667055
fix: provide uniquefix
andfix.range
objects in lint messages (#17332) (Milos Djermanovic)Documentation
89f3225
docs: add playground links to correct and incorrect code blocks (#17306) (Josh Goldberg ✨)f8892b5
docs: Expand rule option schema docs (#17198) (Matt Wilkinson)8bcbf11
docs: Config Migration Guide (#17230) (Ben Perlmutter)bb30908
docs: Update README (GitHub Actions Bot)84d243b
docs: Update README (GitHub Actions Bot)b762632
docs: Update README (GitHub Actions Bot)138c096
docs: add more prefer-destructuring examples with array destructuring (#17330) (Milos Djermanovic)1fc50a8
docs:max-len
rulecode
andtabWidth
as positional arguments (#17331) (Jesús Leganés-Combarro)Chores
68f63d7
chore: package.json update for @eslint/js release (ESLint Jenkins)5ca9b4d
chore: update eslint-config-eslint exports (#17336) (Milos Djermanovic)7bf2e86
chore: remove unused dependencies (#17352) (Percy Ma)c6f8cd0
chore: RemovedefaultIgnores
from FlatESLint private members (#17349) (Francesco Trotta)0052374
chore: move jsdoc settings to eslint-config-eslint (#17338) (唯然)v8.44.0
Compare Source
Features
1766771
feat: addes2023
andes2024
environments (#17328) (Milos Djermanovic)4c50400
feat: addecmaVersion: 2024
, regexpv
flag parsing (#17324) (Milos Djermanovic)4d411e4
feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (#17270) (Percy Ma)c8b1f4d
feat: MoveparserServices
toSourceCode
(#17311) (Milos Djermanovic)ef6e24e
feat: treat unknown nodes as having the lowest precedence (#17302) (Brad Zacher)1866e1d
feat: allow flat config files to export a Promise (#17301) (Milos Djermanovic)Bug Fixes
a36bcb6
fix: no-unused-vars false positive with logical assignment operators (#17320) (Gweesin Chan)7620b89
fix: Removeno-unused-labels
autofix before potential directives (#17314) (Francesco Trotta)391ed38
fix: Removeno-extra-semi
autofix before potential directives (#17297) (Francesco Trotta)Documentation
526e911
docs: resubmit pr 17115 doc changes (#17291) (唯然)e1314bf
docs: Integration section and tutorial (#17132) (Ben Perlmutter)19a8c5d
docs: Update README (GitHub Actions Bot)Chores
49e46ed
chore: upgrade @eslint/js@8.44.0 (#17329) (Milos Djermanovic)a1cb642
chore: package.json update for @eslint/js release (ESLint Jenkins)840a264
test: More test cases for no-case-declarations (#17315) (Elian Cordoba)e6e74f9
chore: package.json update for eslint-config-eslint release (ESLint Jenkins)eb3d794
chore: upgrade semver@7.5.3 (#17323) (Ziyad El Abid)cf88439
chore: upgrade optionator@0.9.3 (#17319) (Milos Djermanovic)9718a97
refactor: remove unnecessary code inflat-eslint.js
(#17308) (Milos Djermanovic)f82e56e
perf: various performance improvements (#17135) (moonlightaria)da81e66
chore: update eslint-plugin-jsdoc to 46.2.5 (#17245) (唯然)b991640
chore: switch eslint-config-eslint to the flat format (#17247) (唯然)v8.43.0
Compare Source
Features
14581ff
feat: directive prologue detection and autofix condition inquotes
(#17284) (Francesco Trotta)e50fac3
feat: add declaration loc to message in block-scoped-var (#17252) (Milos Djermanovic)1b7faf0
feat: addskipJSXText
option tono-irregular-whitespace
rule (#17182) (Azat S)Bug Fixes
5338b56
fix: normalizecwd
passed toESLint
/FlatESLint
constructor (#17277) (Milos Djermanovic)54383e6
fix: Removeno-extra-parens
autofix for potential directives (#17022) (Francesco Trotta)Documentation
8b855ea
docs: resubmit pr17061 doc changes (#17292) (唯然)372722e
docs: resubmit pr17012 doc changes (#17293) (唯然)67e7af3
docs: resubmit custom-rules doc changes (#17294) (唯然)9e3d77c
docs: Resubmit Fix formatting in Custom Rules docs (#17281) (Milos Djermanovic)503647a
docs: Resubmit markVariableAsUsed docs (#17280) (Nicholas C. Zakas)e0cf0d8
docs: Custom rule & plugin tutorial (#17024) (Ben Perlmutter)8e51ea9
docs: resubmitno-new
rule documentation (#17264) (Nitin Kumar)1b217f8
docs: resubmitCustom Processors
documentation (#17265) (Nitin Kumar)428fc76
docs: resubmitCreate Plugins
documentation (#17268) (Nitin Kumar)bdca88c
docs: resubmitConfiguration Files
documentation (#17267) (Nitin Kumar)f5c01f2
docs: resubmitManage Issues
documentation (#17266) (Nitin Kumar)b199295
docs: Resubmit custom rules update docs (#17273) (Ben Perlmutter)0e9980c
docs: add newomitLastInOneLineClassBody
option to thesemi
rule (#17263) (Nitin Kumar)cb2560f
docs: Resubmit getScope/getDeclaredVariables docs (#17262) (Nicholas C. Zakas)85d2b30
docs: explain how to include predefined globals (#17261) (Marcus Wyatt)de4d3c1
docs: update flat config default ignore patterns (#17258) (Milos Djermanovic)3912f3a
docs: Improveignores
documentation (#17239) (Francesco Trotta)35e11d3
docs: fix typos and missing info (#17257) (Ed Lucas)0bc257c
docs: Clarifyno-div-regex
rule docs (#17051) (#17255) (Francesco Trotta)788d836
docs: add references to MIT License (#17248) (Milos Djermanovic)58aab6b
docs: Update README (GitHub Actions Bot)3ef5814
docs: Revert all changes after the license change (#17227) (Milos Djermanovic)03fc4aa
docs: Update README (GitHub Actions Bot)Chores
78350f6
chore: upgrade @eslint/js@8.43.0 (#17295) (Milos Djermanovic)62bf759
chore: package.json update for @eslint/js release (ESLint Jenkins)e0a2448
chore: docs package.license ISC => MIT (#17254) (唯然)6a0196c
chore: use eslint-plugin-eslint-plugin flat configs (#17204) (Milos Djermanovic)prettier/eslint-config-prettier (eslint-config-prettier)
v8.10.0
Compare Source
v8.9.0
Compare Source
import-js/eslint-plugin-import (eslint-plugin-import)
v2.28.0
Compare Source
Fixed
no-duplicates
]: remove duplicate identifiers in duplicate imports ([#2577], thanks [@joe-matsec])consistent-type-specifier-style
]: fix accidental removal of comma in certain cases ([#2754], thanks [@bradzacher])ExportMap
: ImproveExportMap.for
performance on larger codebases ([#2756], thanks [@leipert])no-extraneous-dependencies
]/TypeScript: do not error when importing inline type from dev dependencies ([#1820], thanks [@andyogo])newline-after-import
]/TypeScript: do not error when re-exporting a namespaced import ([#2832], thanks [@laurens-dg])order
]: partial fix for [#2687] (thanks [@ljharb])no-duplicates
]: Detect across type and regular imports ([#2835], thanks [@benkrejci])extensions
]: handle.
and..
properly ([#2778], thanks [@benasher44])no-unused-modules
]: improve schema (thanks [@ljharb])no-unused-modules
]: report error on binding instead of parent export ([#2842], thanks [@Chamion])Changed
no-duplicates
]: fix example schema ([#2684], thanks [@simmo])group-exports
]: fix syntax highlighting ([#2699], thanks [@devinrhode2])extensions
]: reference node ESM behavior ([#2748], thanks [@xM8WVqaG])exports-last
]: usearray.prototype.findlastindex
(thanks [@ljharb])no-anonymous-default-export
]: useobject.fromentries
(thanks [@ljharb])no-unused-modules
]: usearray.prototype.flatmap
(thanks [@ljharb])gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)
v46.4.6
Compare Source
Bug Fixes
v46.4.5
Compare Source
Bug Fixes
require-jsdoc
: accessibility check for latest typescript-eslint/parser (#1136) (e41df35)v46.4.4
Compare Source
Bug Fixes
no-undefined-types
: addAwaited
TS utility global (#1132) (44da8c7)v46.4.3
Compare Source
Bug Fixes
match-description
: dropthrows
andyields
from being reported for non-empty descriptions bynonemptyTags
default; #1126 (03578ca)v46.4.2
Compare Source
Bug Fixes
require-jsdoc
: do not reportMethodDefinition
with non-publicaccessibility
; fixes #1124 (00922c3)v46.4.1
Compare Source
Bug Fixes
require-jsdoc
: do not reportPropertyDefinition
's with non-publicaccessibility
; fixes #1122 (1e45ae4)v46.4.0
Compare Source
Features
valid-types
: checklink
andtutorial
for content; #233 (42c713e)v46.3.0
Compare Source
Bug Fixes
[@template](https://togithub.com/template)
for non-JSDoc modes (467441b)Features
match-description
: ensure[@desc](https://togithub.com/desc)
checked by default; check more desc-like tags by default; check non-empty tags; #233 (1b9d9e4)jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.33.1
Compare Source
Fixed
require-default-props
]: fix config schema (#3605 @controversial)jsx-curly-brace-presence
]: Revert [#3538][] due to issues with intended string type casting usage (#3611 @taozhou-glean)sort-prop-types
]: ensure sort-prop-types respects noSortAlphabetically (#3610 @caesar1030)v7.33.0
Compare Source
Added
display-name
]: addcheckContextObjects
option (#3529 @JulesBlm)jsx-first-prop-new-line
]: addmultiprop
option (#3533 @haydncomley)no-deprecated
]: add React 18 deprecations (#3548 @sergei-startsev)forbid-component-props
]: adddisallowedFor
option (#3417 @jacketwpbb)Fixed
no-array-index-key
]: consider flatMap (#3530 @k-yle)jsx-curly-brace-presence
]: handle single and only expression template literals (#3538 @taozhou-glean)no-unknown-property
]: allowonLoad
onsource
(@ljharb)jsx-first-prop-new-line
]: ensure autofix preserves generics in component name (#3546 @ljharb)no-unknown-property
]: allowfill
prop on<symbol>
(#3555 @stefanprobst)display-name
], [prop-types
]: when checking for a capitalized name, ignore underscores entirely (#3560 @ljharb)no-unused-state
]: avoid crashing on a class field function with destructured state (#3568 @ljharb)no-unused-prop-types
]: allow using spread with object expression in jsx (#3570 @akulsr0)destructuring-assignment
]: Handle destructuring of useContext in SFC" (#3583 [#2797][] @102)prefer-read-only-props
]: add TS support (#3593 @HenryBrown0)Changed
jsx-newline
], [no-unsafe
], [static-property-placement
]: Fix code syntax highlighting (#3563 @nbsp1221)jsx-no-bind
]: reword performance rationale (#3581 @gpoole)jsx-first-prop-new-line
]: add missingmultiprop
value (#3598 @dzek69)Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.