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

Move fork back into main project #362

Merged
merged 180 commits into from Feb 7, 2022
Merged

Move fork back into main project #362

merged 180 commits into from Feb 7, 2022

Commits on Jan 7, 2022

  1. Configuration menu
    Copy the full SHA
    d1c8a5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0b88ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cbe79f View commit details
    Browse the repository at this point in the history
  4. Fix generating tests

    `generate-parsing-tests` is now polymorphic.
    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    75d2113 View commit details
    Browse the repository at this point in the history
  5. Add note to README

    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    07a70d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a5bd39 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1dbb700 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0684dfe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d51f6a3 View commit details
    Browse the repository at this point in the history
  10. refactor: Remove merge-options

    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    b90fe6f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7c036c4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a39912f View commit details
    Browse the repository at this point in the history
  13. refactor: Minor cleanup

    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    9f94715 View commit details
    Browse the repository at this point in the history
  14. Bump eslint from 8.1.0 to 8.2.0 (#3)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.1.0 to 8.2.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.1.0...v8.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    cf10865 View commit details
    Browse the repository at this point in the history
  15. chore: Fix scripts

    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    167f4cb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ea18c5f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    71c0d8a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5d7a780 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d57563e View commit details
    Browse the repository at this point in the history
  20. fix: End tags in the 'in row' insertion mode were not properly ignored

    The condition would always be `true`.
    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    dc4e269 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c66c985 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    818614e View commit details
    Browse the repository at this point in the history
  23. refactor: Drop length optimisation in favour of Sets in element stack

    `Set` seems to be faster in these use-cases, and it makes the code a lot more readable.
    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    890e3a8 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e1917dd View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    fa80d08 View commit details
    Browse the repository at this point in the history
  26. test: Switch from Mocha to Jest

    With already enabled ts-jest
    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    66df66b View commit details
    Browse the repository at this point in the history
  27. refactor: Port Tokenizer to TS

    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    dee793b View commit details
    Browse the repository at this point in the history
  28. fix: Do namespace check for every numbered header / table cell

    The parenthesis led to only the last element being checked.
    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    b4b5d4a View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    a18c22e View commit details
    Browse the repository at this point in the history
  30. refactor: Introduce enums

    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    31036f3 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d335656 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    4385fde View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    347206c View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    a0aff95 View commit details
    Browse the repository at this point in the history
  35. refactor: Finish porting parser

    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    7170a4b View commit details
    Browse the repository at this point in the history
  36. refactor: All the TS

    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    34d9e7a View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    d3a1924 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    c4416bb View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    586ad6d View commit details
    Browse the repository at this point in the history
  40. refactor: Re-introduce open element stack stackTop

    Avoids actually modifying the underlying array.
    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    a728cbb View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    73ba3d3 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    339fb85 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    25d5331 View commit details
    Browse the repository at this point in the history
  44. test: Co-locate tests & implementation files

    Only for the main package
    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    5655435 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    73138c3 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    7f841eb View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    7b7be06 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    fee564f View commit details
    Browse the repository at this point in the history
  49. test: Refactor tests to call it directly

    The current indirection doesn't come with any benefits, so let's remove it.
    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    6b6b419 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    3db2bb1 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    386faa9 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    ebae166 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    8132b00 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    08d3fab View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    44a8baa View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    3ddad9e View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    1419546 View commit details
    Browse the repository at this point in the history
  58. refactor: Simplify preprocessor

    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    82b643c View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    63b4680 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    ce75f9d View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    5e4e08d View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    b6b5be6 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    19db1fb View commit details
    Browse the repository at this point in the history
  64. refactor: Call states/modes directly

    Instead of going through the call map again
    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    f39136e View commit details
    Browse the repository at this point in the history
  65. refactor: Small fixes

    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    04616fa View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    0659cfa View commit details
    Browse the repository at this point in the history
  67. refactor: Remove the last mixin

    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    c4ed435 View commit details
    Browse the repository at this point in the history
  68. test: Move location info tests

    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    5dea37c View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    5c3b003 View commit details
    Browse the repository at this point in the history
  70. refactor: Add more types

    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    490aef2 View commit details
    Browse the repository at this point in the history
  71. refactor: Use entities for decoding entities

    Closes #1
    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    2b92054 View commit details
    Browse the repository at this point in the history
  72. refactor: Add more types

    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    655633f View commit details
    Browse the repository at this point in the history
  73. test: Add return types

    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    f00a97c View commit details
    Browse the repository at this point in the history
  74. refactor: Simplify some code

    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    3e0e0d3 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    6170165 View commit details
    Browse the repository at this point in the history
  76. chore(lerna): Skip lerna bootstrap

    and simplify the lerna config
    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    651d3dd View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    ac61a2b View commit details
    Browse the repository at this point in the history
  78. refactor: Use original parse5 package name

    Now that it is possible to publish that package
    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    a24e91e View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    fa58493 View commit details
    Browse the repository at this point in the history
  80. chore(ci): Test on lts/*

    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    6f8aa38 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    b9bca86 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    5ad3ab7 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    be12796 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    7df6b6d View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    e47e403 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    e4d58c5 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    e81a14d View commit details
    Browse the repository at this point in the history
  88. test: Simplify moduleNameMapper

    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    dd718fe View commit details
    Browse the repository at this point in the history
  89. chore(pkg): Add bench as a workspace

    And get the latest version of `parse5` from npm
    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    4f2f19e View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    8a03a32 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    79394ac View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    2120bf7 View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    84282ec View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    f066688 View commit details
    Browse the repository at this point in the history
  95. test: Assert entry exists

    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    b807842 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    aa66b91 View commit details
    Browse the repository at this point in the history
  97. fix: Overwrite stream end method instead of _final

    Returns us to the original parse5 implementation.
    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    4ad738f View commit details
    Browse the repository at this point in the history
  98. Revert "test: Don't hand-roll setTimeout promise"

    This reverts commit 91fb13b.
    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    5a27aef View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    48433d6 View commit details
    Browse the repository at this point in the history
  100. Update .gitattributes

    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    bf4802e View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    44913e7 View commit details
    Browse the repository at this point in the history
  102. refactor: Move special end tag handling to method

    And check the tag name in flight. We now opt out earlier, which avoids some writes to the temp buffer.
    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    67096f7 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    c8ce001 View commit details
    Browse the repository at this point in the history
  104. fix: Emit error on undefined named entity in attribute starting with …

    …known entity
    
    Also refactors entity parsing to skip work when the entity won't be valid.
    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    70c1935 View commit details
    Browse the repository at this point in the history
  105. refactor: Simplify _consumeSequenceIfMatch

    Now, we actually do what the name suggests: We first check if the pattern is matched, then consume the characters.
    
    This makes the code much easier to reason about, and avoids big rollbacks.
    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    b93ef2f View commit details
    Browse the repository at this point in the history
  106. refactor: Read double escaped script as sequence

    Allows us to remove `_isTempBufferEqualToScriptString`, and makes things more uniform.
    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    cc0218c View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    cf0a37a View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    50a3b16 View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    06a9316 View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    0af88be View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    2d2e0b4 View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    fbab2d2 View commit details
    Browse the repository at this point in the history
  113. refactor: Pass count to retreat

    No need to loop if we can just subtract
    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    4e9041c View commit details
    Browse the repository at this point in the history
  114. refactor: Setup tokenizer CDATA mode on stack updates

    Also avoid most cases of `_shouldProcessTokenInForeignContent`.
    
    `_setupTokenizerCDATAMode ` and `_shouldProcessTokenInForeignContent` were super hot functions, and moving this logic to be called less frequently should improve perf.
    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    25d5baa View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    d331397 View commit details
    Browse the repository at this point in the history
  116. refactor: Use .bind to pass handlers to stack

    Improves performance a lot
    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    e8ea78d View commit details
    Browse the repository at this point in the history
  117. refactor: Only set source code location if that is enabled

    JSDOM tests fail due to this
    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    8f76a0a View commit details
    Browse the repository at this point in the history
  118. chore: Add some comments

    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    b06b621 View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    4946405 View commit details
    Browse the repository at this point in the history
  120. refactor: Use switch in more places

    Makes things more coherent
    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    7beef44 View commit details
    Browse the repository at this point in the history
  121. refactor: Simplify code

    Using eslint-plugin-sonarjs. The plugin isn't working well enough to include it (especially the detection of unnecessary switch branches doesn't work, which is the feature I was looking for).
    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    41daefc View commit details
    Browse the repository at this point in the history
  122. refactor: Move <html> and <body> end tag location logic

    They will now be closed when we handle the properly closed tag.
    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    9bd426e View commit details
    Browse the repository at this point in the history
  123. refactor: No more temp buffer

    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    98e211a View commit details
    Browse the repository at this point in the history
  124. Configuration menu
    Copy the full SHA
    6ac7e5e View commit details
    Browse the repository at this point in the history
  125. Configuration menu
    Copy the full SHA
    681915f View commit details
    Browse the repository at this point in the history
  126. refactor: Use old package names

    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    2832779 View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    cc78cd5 View commit details
    Browse the repository at this point in the history
  128. fix: Import files shipped in packages

    We will now always import files from the `dist` directory, which will make packages work when they are shipped.
    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    87bbdc3 View commit details
    Browse the repository at this point in the history
  129. Configuration menu
    Copy the full SHA
    7513864 View commit details
    Browse the repository at this point in the history
  130. chore(deps): bump human-format from 0.7.0 to 0.11.0 (#48)

    Bumps [human-format](https://github.com/JsCommunity/human-format) from 0.7.0 to 0.11.0.
    - [Release notes](https://github.com/JsCommunity/human-format/releases)
    - [Commits](https://github.com/JsCommunity/human-format/commits/v0.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: human-format
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    b554ddb View commit details
    Browse the repository at this point in the history
  131. Configuration menu
    Copy the full SHA
    02db713 View commit details
    Browse the repository at this point in the history
  132. docs: Fix package links

    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    b1de070 View commit details
    Browse the repository at this point in the history
  133. Configuration menu
    Copy the full SHA
    35007d5 View commit details
    Browse the repository at this point in the history
  134. refactor: Improve error message

    fb55 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    069852f View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. Set prettier log level to warn

    Co-authored-by: Titus <tituswormer@gmail.com>
    fb55 and wooorm committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    ef014f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dab5af7 View commit details
    Browse the repository at this point in the history
  3. Fix builds for test utils

    fb55 committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    195ef62 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Configuration menu
    Copy the full SHA
    1a855b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    5652651 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. chore(deps-dev): bump @typescript-eslint/eslint-plugin (#50)

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.9.0 to 5.9.1.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.9.1/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    00bfa24 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @typescript-eslint/parser from 5.9.0 to 5.9.1 (#51

    )
    
    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.9.0 to 5.9.1.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.9.1/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    0482436 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e67175b View commit details
    Browse the repository at this point in the history
  4. Remove lerna

    fb55 committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    0e62445 View commit details
    Browse the repository at this point in the history
  5. Revert parser feedback updates

    fb55 committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    9658d33 View commit details
    Browse the repository at this point in the history
  6. Improve find

    fb55 committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    fbababb View commit details
    Browse the repository at this point in the history
  7. Document events

    fb55 committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    eb0fcc1 View commit details
    Browse the repository at this point in the history
  8. Update index.ts

    fb55 committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    31ca0a0 View commit details
    Browse the repository at this point in the history
  9. Update index.ts

    fb55 committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    c382a97 View commit details
    Browse the repository at this point in the history
  10. Replace dedent with outdent

    Allows us to drop `allowSyntheticDefaultImports`.
    fb55 committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    aaa5de0 View commit details
    Browse the repository at this point in the history
  11. Make TOKEN_EMISSION_HELPERS a switch

    Helps with TS types.
    fb55 committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    7c3dcf4 View commit details
    Browse the repository at this point in the history
  12. Added TODO comments

    fb55 committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    71f6c21 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Fix format of comment

    fb55 committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    be83e40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    651bb21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af89d24 View commit details
    Browse the repository at this point in the history
  4. Add arrow-body-style eslint rule

    fb55 committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    fae4b14 View commit details
    Browse the repository at this point in the history
  5. Update generateImpliedEndTagsWithExclusion to use tag ids

    An `TagId.UNKNOWN` value would terminate instantly here, so we don't have to special-case it.
    fb55 committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    9c73b72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ba2990 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. chore(deps-dev): bump eslint-plugin-unicorn from 40.0.0 to 40.1.0 (#52)

    Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 40.0.0 to 40.1.0.
    - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
    - [Commits](sindresorhus/eslint-plugin-unicorn@v40.0.0...v40.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-unicorn
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    4126b91 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump eslint from 8.6.0 to 8.7.0 (#53)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.6.0 to 8.7.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.6.0...v8.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    f1d16d6 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump ts-jest from 27.1.2 to 27.1.3 (#54)

    Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 27.1.2 to 27.1.3.
    - [Release notes](https://github.com/kulshekhar/ts-jest/releases)
    - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
    - [Commits](kulshekhar/ts-jest@v27.1.2...v27.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: ts-jest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    c928df6 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. chore(deps-dev): bump @typescript-eslint/eslint-plugin (#55)

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.9.1 to 5.10.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.10.0/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    413a4e3 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @typescript-eslint/parser from 5.9.1 to 5.10.0 (#…

    …56)
    
    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.9.1 to 5.10.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.10.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    20e2071 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    465d5cb View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. chore(deps-dev): bump lint-staged from 12.1.7 to 12.2.0 (#57)

    Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.1.7 to 12.2.0.
    - [Release notes](https://github.com/okonet/lint-staged/releases)
    - [Commits](lint-staged/lint-staged@v12.1.7...v12.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: lint-staged
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    23eac84 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. chore(deps-dev): bump lint-staged from 12.2.0 to 12.2.1 (#58)

    Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.2.0 to 12.2.1.
    - [Release notes](https://github.com/okonet/lint-staged/releases)
    - [Commits](lint-staged/lint-staged@v12.2.0...v12.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: lint-staged
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    bcfe0eb View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. chore(deps-dev): bump lint-staged from 12.2.1 to 12.2.2 (#59)

    Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.2.1 to 12.2.2.
    - [Release notes](https://github.com/okonet/lint-staged/releases)
    - [Commits](lint-staged/lint-staged@v12.2.1...v12.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: lint-staged
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    38ede91 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump typescript from 4.5.4 to 4.5.5 (#60)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.4 to 4.5.5.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.4...v4.5.5)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    6e0483e View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. chore(deps-dev): bump lint-staged from 12.2.2 to 12.3.1 (#61)

    Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.2.2 to 12.3.1.
    - [Release notes](https://github.com/okonet/lint-staged/releases)
    - [Commits](lint-staged/lint-staged@v12.2.2...v12.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: lint-staged
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    4882c17 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. chore(deps-dev): bump @typescript-eslint/eslint-plugin (#62)

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.10.0 to 5.10.1.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.10.1/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    30e9e14 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @typescript-eslint/parser from 5.10.0 to 5.10.1 (

    …#63)
    
    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.10.0 to 5.10.1.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.10.1/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    153505c View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. chore(deps-dev): bump lint-staged from 12.3.1 to 12.3.2 (#64)

    Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.3.1 to 12.3.2.
    - [Release notes](https://github.com/okonet/lint-staged/releases)
    - [Commits](lint-staged/lint-staged@v12.3.1...v12.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: lint-staged
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    b7e7857 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. chore(deps-dev): bump eslint from 8.7.0 to 8.8.0 (#65)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.7.0 to 8.8.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.7.0...v8.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    c303aec View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. chore(deps-dev): bump @typescript-eslint/eslint-plugin (#66)

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.10.1 to 5.10.2.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.10.2/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    cd82916 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. chore(deps-dev): bump lint-staged from 12.3.2 to 12.3.3 (#68)

    Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.3.2 to 12.3.3.
    - [Release notes](https://github.com/okonet/lint-staged/releases)
    - [Commits](lint-staged/lint-staged@v12.3.2...v12.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: lint-staged
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    e17472b View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @typescript-eslint/parser from 5.10.1 to 5.10.2 (

    …#67)
    
    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.10.1 to 5.10.2.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.10.2/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    802f805 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. fix(package): Set files to dist

    Makes sure we export the proper files
    fb55 committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    af21282 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Fix TreeAdapter types

    fb55 committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    12b6cfd View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. chore(deps-dev): bump jest from 27.4.7 to 27.5.0 (#69)

    Bumps [jest](https://github.com/facebook/jest) from 27.4.7 to 27.5.0.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](jestjs/jest@v27.4.7...v27.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: jest
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    57d0ccc View commit details
    Browse the repository at this point in the history
  2. Avoid casts for find

    fb55 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    f374816 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1be2263 View commit details
    Browse the repository at this point in the history