Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: bump Docusaurus to 2.0#5377

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
bradzacher merged 11 commits intotypescript-eslint:mainfromJosh-Cena:bump-deps
Aug 24, 2022

Conversation

Josh-Cena
Copy link
Member

@Josh-CenaJosh-Cena commentedJul 25, 2022
edited
Loading

PR Checklist

Overview

Manual bump for two dependencies.

Bumping Docusaurus so I can work on#5366

@nx-cloud
Copy link

nx-cloudbot commentedJul 25, 2022
edited
Loading

☁️ Nx Cloud Report

CI is running/has finished running commands for commitb539c32. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 47 targets

Sent with 💌 fromNxCloud.

@typescript-eslint
Copy link
Contributor

Thanks for the PR,@Josh-Cena!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently onhttps://opencollective.com/typescript-eslint. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitorsper day.

@netlify
Copy link

netlifybot commentedJul 25, 2022
edited
Loading

Deploy Preview fortypescript-eslint ready!

NameLink
🔨 Latest commitb539c32
🔍 Latest deploy loghttps://app.netlify.com/sites/typescript-eslint/deploys/6306060c179228000876efed
😎 Deploy Previewhttps://deploy-preview-5377--typescript-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to yourNetlify site settings.

@Josh-Cena
Copy link
MemberAuthor

Josh-Cena commentedJul 25, 2022
edited
Loading

The errors are because Babel now treats named imports withtype: "json" as early syntax error (same problem in#5371). I don't know how we should fix this (ideally tighten our own parser), but that should be in a separate PR before this gets merged.

@bradzacherbradzacher added the dependenciesIssue about dependencies of the package labelJul 25, 2022
@bradzacher
Copy link
Member

bradzacher commentedJul 25, 2022
edited
Loading

why did bumping the docusaurus version break theast-spec tests?
shouldn't the version ranges be independent?

for the lint errors - you should be able to convert the "bad" cases to not use prettier by adding a template tag:

code: 'test',// becomescode: noFormat`test`,

@Josh-Cena
Copy link
MemberAuthor

shouldn't the version ranges be independent?

It's because Docusaurus depends on the newest version of Babel and it gets deduplicated.

Didn't see the lint errors, will fix those

@bradzacher
Copy link
Member

Does docusaurus have a peer dep on babel?
Can we pin our local version of babel so that we can upgrade them independently?

@Josh-Cena
Copy link
MemberAuthor

Josh-Cena commentedJul 26, 2022
edited
Loading

No—it's a hard dep. This can wait a bit so we can fix the parser first.

@Josh-CenaJosh-Cena changed the titlechore(deps): bump Docusaurus to rc.1 and Prettier to 2.7chore(deps): bump Docusaurus to 2.0 and Prettier to 2.7Aug 1, 2022
@Josh-Cena
Copy link
MemberAuthor

About the Babel alignment issue, this is being asked here:tc39/proposal-json-modules#27 maybe it will eventually be a non-problem.

@JoshuaKGoldbergJoshuaKGoldberg mentioned this pull requestAug 16, 2022
1 task
@bradzacherbradzacher changed the titlechore(deps): bump Docusaurus to 2.0 and Prettier to 2.7chore: bump Docusaurus to 2.0 and Prettier to 2.7Aug 17, 2022
@bradzacher
Copy link
Member

To make this all easier to manage - we'll merge#5491 first so that we have the autoformatting merged and we can update all other PRs at our own pace, then we can review the docusaurus changes in isolation and merge without trying to keep this PR up-to-date with main.

Josh-Cena, BenDMyers, and JoshuaKGoldberg reacted with thumbs up emoji

@bradzacherbradzacher changed the titlechore: bump Docusaurus to 2.0 and Prettier to 2.7chore: bump Docusaurus to 2.0Aug 17, 2022
@bradzacher
Copy link
Member

to fix the test failure - you should just move thetest folder intothe folder called_error_.

then i reckon this is good to go?

@bradzacherbradzacher added the awaiting responseIssues waiting for a reply from the OP or another party labelAug 21, 2022
Signed-off-by: Joshua Chen <sidachen2003@gmail.com>
@Josh-Cena
Copy link
MemberAuthor

Might want to make it a separate PR, but anyway, here it is.

@bradzacher
Copy link
Member

sorry - I probably should have mentioned you'll need to re-run the test to update the fixtures:

$cd packages/ast-spec$ yarn jest tests/fixtures.test.ts -u
Josh-Cena reacted with thumbs up emoji

@bradzacherbradzacher removed the awaiting responseIssues waiting for a reply from the OP or another party labelAug 24, 2022
@codecov
Copy link

codecovbot commentedAug 24, 2022
edited
Loading

Codecov Report

Merging#5377 (b539c32) intomain (9c3e58a) willdecrease coverage by0.00%.
The diff coverage isn/a.

@@            Coverage Diff             @@##             main    #5377      +/-   ##==========================================- Coverage   91.74%   91.74%   -0.01%==========================================  Files         366      364       -2       Lines       12373    12366       -7       Branches     3611     3611              ==========================================- Hits        11352    11345       -7  Misses        669      669                Partials      352      352
FlagCoverage Δ
unittest91.74% <ø> (-0.01%)⬇️

Flags with carried forward coverage won't be shown.Click here to find out more.

Impacted FilesCoverage Δ
packages/visitor-keys/src/visitor-keys.ts
packages/visitor-keys/src/get-keys.ts

Copy link
Member

@bradzacherbradzacher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

tucci_thats_good

@bradzacherbradzacher merged commit6ab767b intotypescript-eslint:mainAug 24, 2022
@Josh-CenaJosh-Cena deleted the bump-deps branchAugust 24, 2022 11:56
@github-actionsgithub-actionsbot locked asresolvedand limited conversation to collaboratorsSep 24, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@JoshuaKGoldbergJoshuaKGoldbergJoshuaKGoldberg left review comments

@bradzacherbradzacherbradzacher approved these changes

Assignees
No one assigned
Labels
dependenciesIssue about dependencies of the package
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@Josh-Cena@bradzacher@JoshuaKGoldberg

[8]ページ先頭

©2009-2025 Movatter.jp