Skip to content

Merge series/1.x into master #512

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 165 commits into from
Aug 29, 2021
Merged

Merge series/1.x into master #512

merged 165 commits into from
Aug 29, 2021

Conversation

armanbilge
Copy link
Member

No description provided.

catap and others added 30 commits December 20, 2019 14:36
`NavigatorLanguage.languages` is the way to get value that is equiualent to
`Accept-Language` HTTP header in every HTTP request from the user's browser.

Docs: https://developer.mozilla.org/en-US/docs/Web/API/NavigatorLanguage/languages
Having `val crypto` in the package object means that when it's undefined
an exception is thrown immediately, which makes it impossible to use the
WebCrypto facade in such a case.

An example situation where this is preventative is using the WebCrypto
API from Node where its available as a library and not globally
available.
Fix #408 link to Scaladoc in README
armanbilge and others added 11 commits August 24, 2021 21:17
Our release GitHub Actions job performs the release for SJS 0.6 and 1.0 in parallel. This prevents each parallel processes from removing each other's deployment.
Add dependabot to keep GitHub Action versions up to date
@armanbilge armanbilge added this to the v2.0.0 milestone Aug 26, 2021
dependabot bot and others added 4 commits August 27, 2021 12:13
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 3.6.2 to 4.1.5.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@3.6.2...4.1.5)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@armanbilge armanbilge marked this pull request as ready for review August 28, 2021 22:13
@armanbilge armanbilge requested a review from japgolly August 28, 2021 22:14
@armanbilge
Copy link
Member Author

armanbilge commented Aug 28, 2021

@japgolly I'm sure I overlooked something since there were a lot of hacks to remove but I think this is 90% of the way there. BTW no API reports are generated for Scala 3, probably due to lack of scalafix support, but it's probably fine since it's binary compatible with 2.13 anyway.

…Ives/github-pages-deploy-action-4.1.5

Bump JamesIves/github-pages-deploy-action from 3.6.2 to 4.1.5
@japgolly
Copy link
Contributor

LGTM

@japgolly japgolly merged commit 78d9ef5 into master Aug 29, 2021
@japgolly japgolly deleted the merge-1.x branch August 29, 2021 22:31
@armanbilge
Copy link
Member Author

🎉 should we make master the default branch again?

@japgolly
Copy link
Contributor

should we make master the default branch again?

No preference here :) Up to you

@armanbilge
Copy link
Member Author

Sorry, I already switched back to master when you weren't looking 😉 it's important, because it's where GH will automatically base contributor's PRs against. I switched to series/1.x because a poor soul got confused why they couldn't prePR their PR to master 😅

@japgolly
Copy link
Contributor

Nice! Full steam ahead!! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants