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

Build: Use globalThis over process.env and enable TS lib checking #61486

Merged
merged 40 commits into from
May 23, 2024

Commits on May 23, 2024

  1. No more skipLibCheck

    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    bfc5255 View commit details
    Browse the repository at this point in the history
  2. Fix the process problem

    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8b03884 View commit details
    Browse the repository at this point in the history
  3. Go bonkers on the global vars

    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3ca79aa View commit details
    Browse the repository at this point in the history
  4. Update warning package

    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c5215aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f565149 View commit details
    Browse the repository at this point in the history
  6. Better replacement

    Webpack replacements are source string replacements
    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1b66bac View commit details
    Browse the repository at this point in the history
  7. Update tests

    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b1da941 View commit details
    Browse the repository at this point in the history
  8. Some env improvements

    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b687afb View commit details
    Browse the repository at this point in the history
  9. Add no-wp-process-env rule

    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    27db646 View commit details
    Browse the repository at this point in the history
  10. Implement fixer

    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    90da9ab View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a4be59e View commit details
    Browse the repository at this point in the history
  12. Remove gutenberg-phase eslint

    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    346fe0f View commit details
    Browse the repository at this point in the history
  13. Update tests

    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b45d598 View commit details
    Browse the repository at this point in the history
  14. rework is-gb-plugin

    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    515f77d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c25ea4e View commit details
    Browse the repository at this point in the history
  16. docs

    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    25dd78b View commit details
    Browse the repository at this point in the history
  17. Add eslint-plugin changelog

    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ba5375d View commit details
    Browse the repository at this point in the history
  18. Update eslint plugin README

    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8da663c View commit details
    Browse the repository at this point in the history
  19. Update eslint-ignore

    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    898ad7f View commit details
    Browse the repository at this point in the history
  20. Fix property name

    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3a27260 View commit details
    Browse the repository at this point in the history
  21. Fix docs

    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    82cf4a0 View commit details
    Browse the repository at this point in the history
  22. Add basic fixing

    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    01378ae View commit details
    Browse the repository at this point in the history
  23. Use better fix

    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d688c02 View commit details
    Browse the repository at this point in the history
  24. fixin the rules

    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ee87395 View commit details
    Browse the repository at this point in the history
  25. Fix warning package lints

    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8543511 View commit details
    Browse the repository at this point in the history
  26. Fix test file

    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    099a809 View commit details
    Browse the repository at this point in the history
  27. Update docs

    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ab3527d View commit details
    Browse the repository at this point in the history
  28. fix IS_WORDPRESS_CORE

    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1b65e95 View commit details
    Browse the repository at this point in the history
  29. eslint plugin

    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d654e86 View commit details
    Browse the repository at this point in the history
  30. lint disable

    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6f3e97b View commit details
    Browse the repository at this point in the history
  31. Add gutenberg-phase changelog

    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    18a489c View commit details
    Browse the repository at this point in the history
  32. Fix typo

    Co-authored-by: Greg Ziółkowski <grzegorz@gziolo.pl>
    sirreal and gziolo committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b212ea0 View commit details
    Browse the repository at this point in the history
  33. Fix url encoding of parens

    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    4e81a6f View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    b52b7d8 View commit details
    Browse the repository at this point in the history
  35. Update stale code example

    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6cc5653 View commit details
    Browse the repository at this point in the history
  36. Apply autofix

    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    db956cc View commit details
    Browse the repository at this point in the history
  37. Fix the automatic fixes

    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6f02f98 View commit details
    Browse the repository at this point in the history
  38. Cleanup unused ts-ignores

    sirreal committed May 23, 2024
    Configuration menu
    Copy the full SHA
    89118b1 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    f28585c View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    926ab27 View commit details
    Browse the repository at this point in the history