This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
build(dev-deps): update all non-major dependencies #186
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
27.5.1
->27.5.2
5.0.0
->5.1.0
28.1.0
->28.1.3
6.1.0
->6.3.0
2.6.2
->2.8.7
0.28.0
->0.29.0
2.74.1
->2.79.1
0.31.2
->0.34.1
28.0.2
->28.0.8
4.6.4
->4.9.5
17.5.1
->17.7.1
Release Notes
rvagg/bl
v5.1.0
Compare Source
Features
Bug Fixes
Trivial Changes
facebook/jest
v28.1.3
Compare Source
Features
[jest-leak-detector]
Use nativeFinalizationRegistry
when it exists to get rid of external C dependency (#12973)Fixes
[jest-changed-files]
Fix a lock-up after repeated invocations (#12757)[@jest/expect-utils]
Fix deep equality of ImmutableJS OrderedSets (#12977)[jest-mock]
Add index signature support forspyOn
types (#13013, #13020)[jest-snapshot]
Fix indentation of awaited inline snapshots (#12986)Chore & Maintenance
[*]
Replace internal usage ofpretty-format/ConvertAnsi
withjest-serializer-ansi-escapes
(#12935, #13004)[docs]
Update spyOn docs (#13000)v28.1.2
Compare Source
Fixes
[jest-runtime]
Avoid star type import from@jest/globals
(#12949)Chore & Maintenance
[docs]
Mention that jest-codemods now supports Sinon (#12898)v28.1.1
Compare Source
Features
[jest]
ExposeConfig
type (#12848)[@jest/reporters]
ImproveGitHubActionsReporter
s annotation format (#12826)[@jest/types]
Infer argument types passed totest
anddescribe
callback functions fromeach
tables (#12885, #12905)Fixes
[@jest/expect-utils]
Fix deep equality of ImmutableJS OrderedMaps (#12899)[jest-docblock]
Handle multiline comments in parseWithComments (#12845)[jest-mock]
ImprovespyOn
error messages (#12901)[jest-runtime]
Correctly report V8 coverage withresetModules: true
(#12912)[jest-worker]
MakeJestWorkerFarm
helper type to include methods of worker module that take more than one argument (#12839)Chore & Maintenance
[docs]
Updated docs to indicate thatjest-environment-jsdom
is a separate package #12828[docs]
Document the comments used by coverage providers #12835[docs]
Usedocusaurus-remark-plugin-tab-blocks
to format tabs with code examples (#12859)[jest-haste-map]
Bumpwalker
version (#12324)sindresorhus/ora
v6.3.0
Compare Source
suffixText
option (#223)2378eaf
v6.2.0
Compare Source
spinners
export to be able to access all available spinners (#222)f2ac111
v6.1.2
Compare Source
f4e03ea
v6.1.1
Compare Source
77ccc1e
prettier/prettier
v2.8.7
Compare Source
diff
Allow multiple decorators on same getter/setter (#14584 by @fisker)
v2.8.6
Compare Source
diff
Allow decorators on private members and class expressions (#14548 by @fisker)
v2.8.5
Compare Source
diff
Support TypeScript 5.0 (#14391 by @fisker, #13819 by @fisker, @sosukesuzuki)
TypeScript 5.0 introduces two new syntactic features:
const
modifiers for type parametersexport type *
declarationsAdd missing parentheses for decorator (#14393 by @fisker)
Add parentheses for
TypeofTypeAnnotation
to improve readability (#14458 by @fisker)Support
max_line_length=off
when parsing.editorconfig
(#14516 by @josephfrazier)If an .editorconfig file is in your project and it sets
max_line_length=off
for the file you're formatting,it will be interpreted as a
printWidth
ofInfinity
rather than being ignored(which previously resulted in the default
printWidth
of 80 being applied, if not overridden by Prettier-specific configuration).v2.8.4
Compare Source
diff
Fix leading comments in mapped types with
readonly
(#13427 by @thorn0, @sosukesuzuki)Group params in opening block statements (#14067 by @jamescdavis)
This is a follow-up to #13930 to establish wrapping consistency between opening block statements and else blocks by
grouping params in opening blocks. This causes params to break to a new line together and not be split across lines
unless the length of params exceeds the print width. This also updates the else block wrapping to behave exactly the
same as opening blocks.
Ignore files in
.sl/
(#14206 by @bolinfest)In Sapling SCM,
.sl/
is the folder where it stores its state, analogous to.git/
in Git. It should be ignored in Prettier like the other SCM folders.Recognize
@satisfies
in Closure-style type casts (#14262 by @fisker)Fix parens in inferred function return types with
extends
(#14279 by @fisker)v2.8.3
Compare Source
diff
Allow self-closing tags on custom elements (#14170 by @fisker)
See Angular v15.1.0 release note for details.
v2.8.2
Compare Source
diff
Don't lowercase link references (#13155 by @DerekNonGeneric & @fisker)
Preserve self-closing tags (#13691 by @dcyriller)
Allow custom "else if"-like blocks with block params (#13930 by @jamescdavis)
#13507 added support for custom block keywords used with
else
, but failed to allow block params. This updates printer-glimmer to allow block params with custom "else if"-like blocks.Preserve empty lines between nested SCSS maps (#13931 by @jneander)
Fix missing parentheses when an expression statement starts with
let[
(#14000, #14044 by @fisker, @thorn0)Fix semicolon duplicated at the end of LESS file (#14007 by @mvorisek)
Fix no space after unary minus when followed by opening parenthesis in LESS (#14008 by @mvorisek)
Do not change case of property name if inside a variable declaration in LESS (#14034 by @mvorisek)
Fix formatting for auto-accessors with comments (#14038 by @fisker)
Add parentheses for TSTypeQuery to improve readability (#14042 by @onishi-kohei)
Fix displacing of comments in default switch case (#14047 by @thorn0)
It was a regression in Prettier 2.6.0.
Support type annotations on auto accessors via
babel-ts
(#14049 by @sosukesuzuki)The bug that
@babel/parser
cannot parse auto accessors with type annotations has been fixed. So we now support it viababel-ts
parser.Fix formatting of empty type parameters (#14073 by @fisker)
Add parentheses to head of
ExpressionStatement
instead of the whole statement (#14077 by @fisker)Fix comments after directive (#14081 by @fisker)
Fix formatting for comments inside JSX attribute (#14082 with by @fisker)
Quote numeric keys for json-stringify parser (#14083 by @fisker)
Fix removing commas from function arguments in maps (#14089 by @sosukesuzuki)
Do not insert space in LESS property access (#14103 by @fisker)
v2.8.1
Compare Source
diff
Fix SCSS map in arguments (#9184 by @agamkrbit)
Support auto accessors syntax (#13919 by @sosukesuzuki)
Support for Auto Accessors Syntax landed in TypeScript 4.9.
(Doesn't work well with
babel-ts
parser)v2.8.0
Compare Source
diff
🔗 Release Notes
v2.7.1
Compare Source
diff
Keep useful empty lines in description (#13013 by @chimurai)
v2.7.0
Compare Source
"""
First line
Second Line
"""
type Person {
name: String
}
ramda/ramda
v0.29.0
Compare Source
Added
🆕 addIndexRight
🆕 isNotNil
🆕 swap
🆕 dropRepeatsBy
Removed
Deprecated
Changes
Thank you to everyone who contributed to this release!
rollup/rollup
v2.79.1
Compare Source
2022-09-22
Bug Fixes
Pull Requests
v2.79.0
Compare Source
2022-08-31
Features
amd.forceJsExtensionForImports
to enforce using.js
extensions for relative AMD imports (#4607)Pull Requests
v2.78.1
Compare Source
2022-08-19
Bug Fixes
Pull Requests
v2.78.0
Compare Source
2022-08-14
Features
Pull Requests
v2.77.3
Compare Source
2022-08-11
Bug Fixes
Pull Requests
v2.77.2
Compare Source
2022-07-27
Bug Fixes
Pull Requests
v2.77.1
Compare Source
2022-07-26
Bug Fixes
Pull Requests
v2.77.0
Compare Source
2022-07-15
Features
maxParallelFileOps
to limit both read and write operations, default to 20 and replacesmaxParallelFileRead
(#4570)Bug Fixes
Pull Requests
v2.76.0
Compare Source
2022-07-08
Features
sourcmapBaseUrl
for absolute paths in sourcemaps (#4527)Bug Fixes
Pull Requests
v2.75.7
Compare Source
2022-06-20
Bug Fixes
Pull Requests
v2.75.6
Compare Source
2022-06-07
Bug Fixes
Pull Requests
v2.75.5
Compare Source
2022-06-01
Bug Fixes
Pull Requests
v2.75.4
Compare Source
2022-05-31
Bug Fixes
Pull Requests
v2.75.3
Compare Source
2022-05-29
Bug Fixes
Pull Requests
v2.75.2
Compare Source
v2.75.1
Compare Source
2022-05-28
Pull Requests
v2.75.0
Compare Source
2022-05-27
Features
.trim()
on template literals a side effect (#4511)Pull Requests
ezolenko/rollup-plugin-typescript2
v0.34.1
Compare Source
Bugfixes
buildStart
error by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/4220.34.0
where users sawTypeError: Cannot read property 'done' of undefined
instead of their actual initialization error, such as atsconfig
issue (such as with https://github.com/ezolenko/rollup-plugin-typescript2/issues/421)semver
by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/4240.34.0
introduced a type-only fix that relied on Rollup 2.60.0+ and would (accidentally) error out on older versions of Rollup. This fix handles it gracefully with a clear warning message instead and skips that check when using an older version of Rollup (i.e. partly backward-compatible).peerDependencies
minimum versions have not been metfilter
ed files by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/4280.33.0
that could cause rpt2 to (accidentally) resolve files that should have been filtered out by the plugininclude
/exclude
(such as with https://github.com/ezolenko/rollup-plugin-typescript2/issues/427)Internal (testing, refactors)
@types/resolve
by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/423no-errors
integration timeout to 20s by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/425Full Changelog: ezolenko/rollup-plugin-typescript2@0.34.0...0.34.1
v0.34.0
Compare Source
Bugfixes
type
s andinterface
s that would produce no JS.2.60.0
+ as it requires the use ofthis.load
0.34.0
will (accidentally) error out on older versions of Rollup.0.34.1
patched this to instead give a warning and skip this check on older versions of Rollup.More Fixes ...
emitDeclarationOnly
log statement by @agilgur5 in #412Docs
CHANGELOG.md
that references GH releases by @agilgur5 in #419Internal (testing, refactors)
declarationMap
sources are correct by @agilgur5 in #403print-diagnostics
spec by @agilgur5 in #405More Internal ...
context
helper by @agilgur5 in #404check-tsconfig
withparse-tsconfig
by @agilgur5 in #413ConsoleContext
entirely by usingbuildStart
by @agilgur5 in #414cache
var by @agilgur5 in #415diagnostics
funcs into single file by @agilgur5 in #415Full Changelog: ezolenko/rollup-plugin-typescript2@0.33.0.1...0.34.0
v0.33.0
Compare Source
v0.32.1
Compare Source
Bugfixes
@rollup/plugin-commonjs
to v22 to fix try/catch requires by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/3400.32.0
that caused users with certain environments to experienceReferenceError: window is not defined
when importing rpt2. See https://github.com/ezolenko/rollup-plugin-typescript2/issues/339Full Changelog: ezolenko/rollup-plugin-typescript2@0.32.0...0.32.1
v0.32.0
Compare Source
Features
rpt2:
prefix on more errors by @ezolenko in ezolenko/rollup-plugin-typescript2@ff88951Bugfixes
get-options-overrides
by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/331realpath
to host to properly resolve monorepos / symlinks by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/332.d.ts
instead of.vue.d.ts
for Vue declarations by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/336Configuration
📅 Schedule: Branch creation - "before 3am on Monday" in timezone Europe/Paris, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.