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 typescript from 4.0.5 to 4.1.2 #71

Merged
merged 5 commits into from
Nov 29, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Nov 23, 2020

Bumps typescript from 4.0.5 to 4.1.2.

Release notes

Sourced from typescript's releases.

TypeScript 4.1

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 4.1 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 4.1 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • f1e53da Update LKG
  • ca766df Fix/jsx global preferred over config implicit (#41476) (#41583)
  • d72de70 Actually install playwright in artifact build script now that it's not instal...
  • ba1b9d2 Bump version to 4.1.2 and LKG
  • c12cc53 Remove bundledPackageName from release 4.1 (#41536)
  • 612c19d Merge pull request #41500 from weswigham/pick-crash-fix
  • 1f27a71 Comment position feedback
  • 3307cff Fix crash on attempting to suggest a ts import for a synthetic js resolution
  • abf4b63 Update LKG
  • 8d249ea Merge remote-tracking branch 'origin/master' into release-4.1
  • Additional commits viewable in compare view

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 it's up-to-date and CI passes on it, as requested by @ilopezro.


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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot requested a review from a team as a code owner November 23, 2020 15:18
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 23, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot-npm_and_yarn-typescript-4.1.2 branch 11 times, most recently from 000d281 to 52b878d Compare November 23, 2020 19:01
ilopezro
ilopezro previously approved these changes Nov 23, 2020
Copy link
Member

@ilopezro ilopezro left a comment

Choose a reason for hiding this comment

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

@dependabot squash and merge

@ilopezro ilopezro added the do not merge PR is not ready to be merged! label Nov 23, 2020
@ilopezro ilopezro dismissed their stale review November 23, 2020 20:30

Looking into an error we encounter locally when using this new version of Typescript.

@ilopezro ilopezro force-pushed the dependabot-npm_and_yarn-typescript-4.1.2 branch from 950456f to 143e1cf Compare November 29, 2020 06:12
@ilopezro
Copy link
Member

ilopezro commented Nov 29, 2020

@CruzHacks/2021-engineers Please read this PR! It's extremely important. We are switching into Typescript version 4.1.2, which coupled with React 17 can allow for us to use JSX without the use of importing React.. I had issues when I first installed this because my VSCode was not pointing to the correct version of Typescript that supported this, so I had to do some digging around and found out we need to change a setting within VSCode in order for this change to take effect. This is some dope stuff in the horizon with newer versions of React and Typescript!

EDIT: Here is the link to the GH Issue opened that I used to help me resolve this problem if there is any!

@ilopezro ilopezro removed the do not merge PR is not ready to be merged! label Nov 29, 2020
Copy link
Member

@ilopezro ilopezro left a comment

Choose a reason for hiding this comment

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

YAS

@ilopezro ilopezro merged commit 84a301d into main Nov 29, 2020
@ilopezro ilopezro deleted the dependabot-npm_and_yarn-typescript-4.1.2 branch November 29, 2020 06:43
ilopezro added a commit that referenced this pull request Nov 29, 2020
* Bump typescript from 4.0.5 to 4.1.2

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.5 to 4.1.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.0.5...v4.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* added changes in preparation for React 17

* added linting to json and yaml

* turned off unnecessary eslint rules

* changed import statements for react

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Isai Lopez <ilopezro@ucsc.edu>
@ilopezro ilopezro mentioned this pull request Nov 29, 2020
ilopezro added a commit that referenced this pull request Nov 30, 2020
* Bump typescript from 4.0.5 to 4.1.2

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.5 to 4.1.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.0.5...v4.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* added changes in preparation for React 17

* added linting to json and yaml

* turned off unnecessary eslint rules

* changed import statements for react

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Isai Lopez <ilopezro@ucsc.edu>
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.

1 participant