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

Finishing touches before the 5.21.0 release #2808

Merged
merged 8 commits into from
Aug 12, 2020
Merged

Conversation

kamilogorek
Copy link
Contributor

  • Use ** glob instead of **/* for ESLint ignores (it's the same, so no need for additional /*)
  • Ignore coverage directory from browser package during linting
  • Disable IE10 tests for now, before we understand what's broken with the BrowserStack
  • Fix one Ember and one React Router lint issue
  • Update TypeScript to 3.6.5
    • Angular requires at least 3.5 to build
    • 3.7 breaks Sinon, which ruins browsertests`
    • 3.9 changed how Console type is used, and changing this is not in the scope of this release

@kamilogorek kamilogorek requested a review from HazAT August 12, 2020 09:44
package.json Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
'config/**/*.js',
'tests/dummy/config/**/*.js',
'config/**.js',
'tests/dummy/config/**.js',

This comment was marked as outdated.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That's my bad, it wont work like that.

@getsentry getsentry deleted a comment from AbhiPrasad Aug 12, 2020
@kamilogorek kamilogorek merged commit 7a097b4 into master Aug 12, 2020
@kamilogorek kamilogorek deleted the eslint-release branch August 12, 2020 12:19
@github-actions
Copy link
Contributor

size-limit report

Path Size
@sentry/browser - CDN Bundle (gzipped) 17.67 KB (-0.01% 🔽)
@sentry/browser - Webpack 18.46 KB (0%)
@sentry/react - Webpack 18.46 KB (0%)
@sentry/browser + @sentry/tracing - CDN Bundle (gzipped) 22.69 KB (-0.01% 🔽)

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.

3 participants