-
Notifications
You must be signed in to change notification settings - Fork 4
Comparing changes
Open a pull request
base repository: tjenkinson/redos-detector
base: v3.0.0
head repository: tjenkinson/redos-detector
compare: v3.0.1
- 20 commits
- 17 files changed
- 4 contributors
Commits on Mar 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f209e15 - Browse repository at this point
Copy the full SHA f209e15View commit details -
Merge pull request #30 from tjenkinson/renovate/rollup-2.x
Update dependency rollup to v2.68.0
Configuration menu - View commit details
-
Copy full SHA for b6b2974 - Browse repository at this point
Copy the full SHA b6b2974View commit details
Commits on Mar 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b04ec49 - Browse repository at this point
Copy the full SHA b04ec49View commit details -
Merge pull request #31 from tjenkinson/renovate/jest-monorepo
Update dependency @types/jest to v27.4.1
Configuration menu - View commit details
-
Copy full SHA for 157b777 - Browse repository at this point
Copy the full SHA 157b777View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d0411d - Browse repository at this point
Copy the full SHA 9d0411dView commit details -
Merge pull request #32 from tjenkinson/renovate/rollup-plugin-commonj…
…s-21.x Update dependency @rollup/plugin-commonjs to v21.0.2
Configuration menu - View commit details
-
Copy full SHA for a3d57b9 - Browse repository at this point
Copy the full SHA a3d57b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab38af1 - Browse repository at this point
Copy the full SHA ab38af1View commit details
Commits on Mar 3, 2022
-
Merge pull request #33 from tjenkinson/renovate/actions-checkout-3.x
Update actions/checkout action to v3
Configuration menu - View commit details
-
Copy full SHA for 933e853 - Browse repository at this point
Copy the full SHA 933e853View commit details
Commits on Mar 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 78ab66c - Browse repository at this point
Copy the full SHA 78ab66cView commit details
Commits on Mar 5, 2022
-
Merge pull request #34 from tjenkinson/renovate/eslint-8.x
Update dependency eslint to v8.10.0
Configuration menu - View commit details
-
Copy full SHA for 0128c31 - Browse repository at this point
Copy the full SHA 0128c31View commit details
Commits on Mar 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 78535c4 - Browse repository at this point
Copy the full SHA 78535c4View commit details -
always check and try and emit trail
instead of just checking when pattern ends Without this if the pattern contains a capturing group some trails may be missed e.g. `(a?)a?x\1` should have some backtracks, but previously wouldn't
Configuration menu - View commit details
-
Copy full SHA for c545a21 - Browse repository at this point
Copy the full SHA c545a21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54c6d35 - Browse repository at this point
Copy the full SHA 54c6d35View commit details -
Configuration menu - View commit details
-
Copy full SHA for e477418 - Browse repository at this point
Copy the full SHA e477418View commit details -
Configuration menu - View commit details
-
Copy full SHA for 882a363 - Browse repository at this point
Copy the full SHA 882a363View commit details -
Configuration menu - View commit details
-
Copy full SHA for d39977f - Browse repository at this point
Copy the full SHA d39977fView commit details -
handle start anchor being at start of one side and not other
`/(a)?^\1?a?/` would previously fail (where `/b(a)?^\1?a?/` wouldn't)
Configuration menu - View commit details
-
Copy full SHA for e96b2a4 - Browse repository at this point
Copy the full SHA e96b2a4View commit details -
Merge pull request #35 from tjenkinson/always-try-emit-trail
always check and try and emit trail
Configuration menu - View commit details
-
Copy full SHA for dc728ae - Browse repository at this point
Copy the full SHA dc728aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6525ba1 - Browse repository at this point
Copy the full SHA 6525ba1View commit details -
Merge pull request #36 from tjenkinson/start-anchor-improvements
fix false positive backtrack when start anchor at start of one side but not other
Configuration menu - View commit details
-
Copy full SHA for 197937e - Browse repository at this point
Copy the full SHA 197937eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.0.0...v3.0.1