Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
892 contributions in the last year
Contribution activity
November 1, 2020
October 2020
- scinos/page.js JavaScript
Created a pull request in Automattic/wp-calypso that received 5 comments
chore(deps): update eslint related dependencies
Co-authored-by: Renovate Bot bot@renovateapp.com
This PR contains the following updates:
Release Notes
eslint/eslint
v7.12.0
Compare Source
cbf…
- Group common jest config in to a preset
- Fix/path concat
- Declare param run_full_eslint
- Logs stale requests
- Autofix wpcalypso/no-package-relative-imports in client/extensions
- Log errors to logger
- Add RUM data to indicate if the user was bootstrapped
- Adds a field reqId with an unique request id
- Autofix wpcalypso/no-package-relative-imports in client/lib
- Update webpack dependencies
- Apply autofix for rule `wpcalypso/no-package-relative-imports` in Markdown files
- Update yarn to 1.22.10
- Extract webpack and babel tools from ./client/ into its own directory
- Apply autofix for rule `wpcalypso/no-package-relative-imports` in `./client/reader`
- Disable rule `wpcalypso/no-package-relative-imports` in test/e2e
- Send all unhandled rejections and uncaught exceptions to the error log
- Set an explicit timeout for teamcity
- Capture user country code for RUM
- Apply autofix for rule `wpcalypso/no-package-relative-imports` in `./client/state`
- Delete unused dependencies
- Remove apps, tests and desktop from final docker image
- Enable HTML cache in production environments
- Clean up old redirect when reader was disabled
- Disable cache for HTML responses
- Apply autofix for rule `wpcalypso/no-package-relative-imports` in `./client/blocks`
- Some pull requests not shown.
- Logs stale requests
- Login: Fix logged in redirect
- Calypso Build: Update to v6.4.0
- Adds a field reqId with an unique request id
- Fix integration tests by using calypso/config import path and updating the alias
- chore(deps): update eslint related dependencies
- Server build: add webpack plugin that identifies and ships node_modules used by server
- Remove variables and references to variables of the AB test parameter - Remerge
- Marketing: Add support for GA4 measurement IDs
- Delete unused dependencies
- Remove apps, tests and desktop from final docker image
- Extract Gutenboarding language picker into @automattic/language-picker
- eslint: autofix `wpcalypso/no-package-relative-imports` in client/lib/media
- Fix eslint rule `eqeqeq`
- Do not automatically run builds on changes to Pull Requests
- Performance: Track site ID in the default collector
- "Ungreedify" error handler middleware in isomorphic router
- fix(deps): update wordpress monorepo
- [TeamCity] - Adds a connection to docker registry
- Run builds for all branches, not for Pull Requests
- calypso-build: add webpack config for output.jsonpFunction
- chore(deps): Upgrade TypeScript
- Cleanup package.json part 1: build packages exactly once
- Lint all files in the default branch
- Drop field `hostname` in server logs
- Some pull request reviews not shown.
Created an issue in prettier/prettier that received 1 comment
Misplaced comments on array destructuring
Prettier 2.1.1 Playground link --parser babel Input: const [ /* full match */, /* environment */, hash ] = match; Output: const [, , /* full match */