Bump trim-newlines, ava and xo
Bumps trim-newlines, ava and xo. These dependencies needed to be updated together.
Updates trim-newlines from 2.0.0 to 4.0.2
Release notes
Sourced from trim-newlines's releases.
v4.0.2
- Minor performance improvement 4676273
https://github.com/sindresorhus/trim-newlines/compare/v4.0.1...v4.0.2
v4.0.1
- Fix ReDoS vulnerability for the
.end()method 25246c6Also fixed for v3 in 3.0.1.
https://github.com/sindresorhus/trim-newlines/compare/v4.0.0...v4.0.1
v4.0.0
Breaking
- Require Node.js 12 c00fe4f
- This package is now pure ESM. Please read this.
https://github.com/sindresorhus/trim-newlines/compare/v3.0.0...v4.0.0
v3.0.0
Breaking:
- Require Node.js 8 (#1) 75db891
Enhancements:
- Add TypeScript definition (#1) 75db891
https://github.com/sindresorhus/trim-newlines/compare/v2.0.0...v3.0.0
Commits
abb78c14.0.24676273Minor performance improvementb6371834.0.125246c6Fix ReDoS vulnerability for the.end()method7bd22724.0.0c00fe4fRequire Node.js 12 and move to ESM19bf3f6Move to GitHub Actions (#3)1050684Tidelift tasksb360b8eImprove the regex (#2)bd330903.0.0- Additional commits viewable in compare view
Updates ava from 2.3.0 to 4.3.1
Release notes
Sourced from ava's releases.
v4.3.1
What's Changed
- When translating line numbers, check whether the source map entry has original values in avajs/ava#3061
- Report error when parsing for line number selection in avajs/ava#3062
New Contributors
@ericcornelissenmade their first contribution in avajs/ava#3048@AlencarGabrielmade their first contribution in avajs/ava#3051@binyaminmade their first contribution in avajs/ava#3028Full Changelog: https://github.com/avajs/ava/compare/v4.3.0...v4.3.1
v4.3.0
What's Changed
- We're now shipping type definitions compatible with TypeScript 4.7, by
@RebeccaStevensin avajs/ava#3024throwsandthrowsAsyncassertions now take a function to test error messages, by@il3venin avajs/ava#2995- Test failure summaries no longer duplicate
t.log()messages, by@il3venin avajs/ava#3013- The number of timed-out tests is printed at the end of a run, by
@il3venin avajs/ava#3021- We've documented how to load multiple instances of the same "shared" worker, by
@codethewebin avajs/ava#3009- Links to translated documentation have been updated, by
@forresstin avajs/ava#3037- Node.js 17 has been removed from the test matrix, and Node.js 18 added in avajs/ava#3039
Full Changelog: https://github.com/avajs/ava/compare/v4.2.0...v4.3.0
v4.2.0
What's Changed
- Update Babel recipe for AVA 4 by
@il3venin avajs/ava#3000- Document how GitHub Actions can be configured for parallel builds by
@codethewebin avajs/ava#3007- Allow parallel builds to be disabled by
@il3venin avajs/ava#3001- Improve typing of teardown methods by
@novemberbornin avajs/ava#3003New Contributors
@mefenglmade their first contribution in avajs/ava#2999@il3venmade their first contribution in avajs/ava#3000@codethewebmade their first contribution in avajs/ava#3007Full Changelog: https://github.com/avajs/ava/compare/v4.1.0...v4.2.0
v4.1.0
New features
- Allow customized sorting of test files prior to execution using
sortTestFiles()inava.config.jsfiles by@erezrokahin avajs/ava#2968- Warn when unsupported
ava.config.jsonfiles are encountered by@razor-xin avajs/ava#2962- Loosen type constraints for
deepEqualassertion by@RebeccaStevensin avajs/ava#2969Fixes
... (truncated)
Commits
53e57094.3.1d57c76cReport error when parsing for line number selection3572342When translating line numbers, check whether the source map entry has origina...ac0d75dDocument that AVA 4 cannot be run globally26a2e5dRemove mentions of "callback mode" from docs91f5254Update recommended VS Code debug configuration3f17f8cUpdate checksum algorithm for lockfile churn detectiona24dc9b4.3.06240393Assorted updatesb208d14Link to correct branch in ava-docs repository- Additional commits viewable in compare view
Updates xo from 0.24.0 to 0.52.0
Release notes
Sourced from xo's releases.
v0.52.0
New rules
@typescript-eslint/consistent-type-exports@typescript-eslint/consistent-type-imports@typescript-eslint/consistent-generic-constructors@typescript-eslint/consistent-type-definitions
typeandinterfaceare almost interchangeable. The main difference is thatinterfacecan be extended from anywhere, which can be useful in a few cases, but can most often cause surprising hard to track down behavior. XO prefers being strict by default and have chosentype. Just use aneslint-disablecomment in the few cases where you need the declaration to be extendable.- More info
Improvements
- Implement full tsconfig resolution (#677) b661eb8
https://github.com/xojs/xo/compare/v0.51.0...v0.52.0
v0.51.0
- Internal: Include
rulesMetain linting results (#674) cd86133
- This is meant for editor plugins and formatters.
https://github.com/xojs/xo/compare/v0.50.0...v0.51.0
v0.50.0
https://github.com/xojs/xo/compare/v0.49.0...v0.50.0
v0.49.0
New rules
no-constant-binary-expressionunicorn/text-encoding-identifier-caseunicorn/no-useless-switch-caseunicorn/prefer-modern-math-apisunicorn/no-unreadable-iifeunicorn/prefer-native-coercion-functions@typescript-eslint/no-duplicate-enum-values@typescript-eslint/parameter-properties@typescript-eslint/space-before-blocks@typescript-eslint/no-useless-empty-export@typescript-eslint/no-redundant-type-constituentsBreaking
- Single-quotes is now enforced for JSX instead of double-quotes xojs/eslint-config-xo#78
https://github.com/xojs/xo/compare/v0.48.0...v0.49.0
v0.48.0
New rules
... (truncated)
Commits
a152e1b0.52.0b6fea12Update dependenciesb661eb8Implement full tsconfig resolution (#677)7fe3b480.51.0cd86133IncluderulesMetain linting results (#674)9ac43fd0.50.000d51deUpdate dependencies3a4c9c9Switch to eslint-plugin-node's maintained fork (#660)ce76e49Fix linkeb65ea40.49.0- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.