-
Notifications
You must be signed in to change notification settings - Fork 4
chore(deps): update minor dependencies (minor) #111
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/minor-dependencies
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d000676 to
7eaedfe
Compare
7eaedfe to
54e5c64
Compare
9f410ab to
6eada9c
Compare
c80c1af to
0eae1bc
Compare
9700c87 to
09abb65
Compare
3392763 to
976bcb1
Compare
976bcb1 to
be7ff20
Compare
be7ff20 to
cbe858b
Compare
cbe858b to
39f842d
Compare
39f842d to
23c2596
Compare
23c2596 to
25a59c4
Compare
25a59c4 to
ad2ef71
Compare
d289b0c to
fb887ac
Compare
fb887ac to
21837c7
Compare
632fb8d to
3963073
Compare
3963073 to
d14c1ad
Compare
d14c1ad to
7568b33
Compare
7568b33 to
a59dece
Compare
823e29f to
7686a01
Compare
7686a01 to
96d5ed0
Compare
c0fa7e4 to
664aabb
Compare
664aabb to
f122f58
Compare
5612c18 to
e3f28cb
Compare
187bb38 to
7b8d2ac
Compare
1918158 to
ac01045
Compare
d3b0106 to
6c9d70c
Compare
65d4011 to
5f2d7c4
Compare
828089c to
b322798
Compare
73d320c to
5d0309a
Compare
9caa2f6 to
66001ea
Compare
66001ea to
6460a62
Compare
6460a62 to
21b8e04
Compare
21b8e04 to
35f8d03
Compare
35f8d03 to
71c428b
Compare
71c428b to
af46ffc
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
4.14.178->4.17.2013.7.1->13.15.48.3.0->8.10.24.0.0->4.2.513.0.0->13.2.02.5.1->2.8.83.1.3->3.3.1^0.1.13->^0.2.20.1.13->0.2.2^7.5.2->^7.8.27.5.2->7.8.210.4.0->10.9.23.12.0->3.15.00.22.11->0.28.144.5.5->4.9.5cc @tzellman
Release Notes
prettier/eslint-config-prettier (eslint-config-prettier)
v8.10.2Compare Source
v8.10.0Compare Source
v8.9.0Compare Source
v8.8.0Compare Source
v8.7.0Compare Source
v8.6.0Compare Source
v8.5.0Compare Source
v8.4.0Compare Source
prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v4.2.5Compare Source
republish the v4 version
Full Changelog: prettier/eslint-plugin-prettier@v4.2.4...v4.2.5
v4.2.4Compare Source
republish the v4 version
Full Changelog: prettier/eslint-plugin-prettier@v4.2.1...v4.2.4
v4.2.1Compare Source
Patch Changes
5736ed5Thanks @JounQin! - chore: reuse prettierRcOptions instead of resolveConfig againv4.2.0Compare Source
Minor Changes
#483
7bd70b6Thanks @JounQin! - feat: support svelte out of boxclose #472, close #482
We recommend to use
eslint-plugin-svelteinstead ofeslint-plugin-svelte3.v4.1.0Compare Source
stylelint-prettier(#415) (52eec48)jest-community/jest-junit (jest-junit)
v13.2.0Compare Source
Support monorepos better via filePathPrefix option by @marvinroger - #209
Fix CI builds for windows and drop support for Node 10.x - #210
v13.1.0Compare Source
Configurable test suite properties file location by @JohanBrorson - #204
prettier/prettier (prettier)
v2.8.8Compare Source
This version is a republished version of v2.8.7.
A bad version was accidentally published and it can't be unpublished, apologies for the churn.
v2.8.7Compare Source
diff
Allow multiple decorators on same getter/setter (#14584 by @fisker)
v2.8.6Compare Source
diff
Allow decorators on private members and class expressions (#14548 by @fisker)
v2.8.5Compare Source
diff
Support TypeScript 5.0 (#14391 by @fisker, #13819 by @fisker, @sosukesuzuki)
TypeScript 5.0 introduces two new syntactic features:
constmodifiers for type parametersexport type *declarationsAdd missing parentheses for decorator (#14393 by @fisker)
Add parentheses for
TypeofTypeAnnotationto improve readability (#14458 by @fisker)Support
max_line_length=offwhen parsing.editorconfig(#14516 by @josephfrazier)If an .editorconfig file is in your project and it sets
max_line_length=offfor the file you're formatting,it will be interpreted as a
printWidthofInfinityrather than being ignored(which previously resulted in the default
printWidthof 80 being applied, if not overridden by Prettier-specific configuration).v2.8.4Compare 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
@satisfiesin Closure-style type casts (#14262 by @fisker)Fix parens in inferred function return types with
extends(#14279 by @fisker)v2.8.3Compare Source
diff
Allow self-closing tags on custom elements (#14170 by @fisker)
See Angular v15.1.0 release note for details.
v2.8.2Compare 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/parsercannot parse auto accessors with type annotations has been fixed. So we now support it viababel-tsparser.Fix formatting of empty type parameters (#14073 by @fisker)
Add parentheses to head of
ExpressionStatementinstead of the whole statement (#14077 by @fisker)Fix comments after directive (#14081 by @fisker)
Fix formatting for comments inside JSX attribute (#14082 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.1Compare 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-tsparser)v2.8.0Compare Source
diff
🔗 Release Notes
v2.7.1Compare Source
diff
Keep useful empty lines in description (#13013 by @chimurai)
v2.7.0Compare Source
"""
First line
Second Line
"""
type Person {
name: String
}
v2.6.2Compare Source
diff
Fix LESS/SCSS format error (#12536 by @fisker)
Update
meriyahto fix several bugs (#12567 by @fisker, fixes inmeriyahby @3cp)Fixes bugs when parsing following valid code:
v2.6.1Compare Source
diff
Ignore
loglevelwhen printing information (#12477 by @fisker)v2.6.0Compare Source
prettier --loglevel silent --find-config-path index.js
prettier/pretty-quick (pretty-quick)
v3.3.1Compare Source
Patch Changes
ca4d269Thanks @JounQin! - fix: remove unexpected .tsbuildinfo filev3.3.0Compare Source
Minor Changes
93924abThanks @SukkaW! - refactor: replacechalkandmultimatchwith their lightweight and performant alternativesPatch Changes
71aab56Thanks @JounQin! - fix: more robust computation of git directoryv3.2.1Compare Source
Patch Changes
1929cc9Thanks @JounQin! - fix: add tslib as dependencyv3.2.0Compare Source
Minor Changes
4f5a345Thanks @JounQin! - feat: migrate code base to TypeScriptv3.1.4Compare Source
Patch Changes
49acad2Thanks @JounQin! - fix: incorrect prettier peer versionrbuckton/reflect-metadata (reflect-metadata)
v0.2.2Compare Source
v0.2.1Compare Source
What's Changed
Full Changelog: microsoft/reflect-metadata@v0.2.0...v0.2.1
v0.2.0: reflect-metadata 0.2.0Compare Source
What's Changed
/litemode by @rbuckton in #149Full Changelog: microsoft/reflect-metadata@v0.1.14...v0.2.0
v0.1.14: reflect-metadata 0.1.14Compare Source
What's Changed
process.envinlining by @rbuckton inc8c06ccNew Contributors
Full Changelog: microsoft/reflect-metadata@v0.1.13...v0.1.14
reactivex/rxjs (rxjs)
v7.8.2Compare Source
v7.8.1Compare Source
v7.8.0Compare Source
v7.7.0Compare Source
v7.6.0Compare Source
v7.5.7Compare Source
v7.5.6Compare Source
v7.5.5Compare Source
v7.5.4Compare Source
v7.5.3Compare Source
TypeStrong/ts-node (ts-node)
v10.9.2: Fixtsconfig.jsonfile not foundCompare Source
Fixed
tsconfig.jsonfile not found on latest TypeScript version (#2091)v10.9.1Compare Source
Fixed
--esm--esmare unaffectedhttps://github.com/TypeStrong/ts-node/milestone/18?closed=1
v10.9.0Compare Source
Added
--projectaccepts path to a directory containing atsconfig.json(#1829, #1830) @cspotcodeexperimentalTsImportSpecifiersoption which allows using voluntary.tsfile extensions in import specifiers (undocumented except for API docs) (#1815) @cspotcodeFixed
child_process.fork()would erroneously execute the parent's entrypoint script, not the intended child script (#1812, #1814) @devversion"react-jsx"and"react-jsxdev"in swc transpiler (#1800, #1802) @cspotcoderepl.evalCode()with code not ending in a newline would not update the typechecker accordingly (#1764, #1824) @cspotcodehttps://github.com/TypeStrong/ts-node/milestone/16?closed=1
v10.8.2Compare Source
Fixed
nyccode coverage reports had incorrect pathshttps://github.com/TypeStrong/ts-node/milestone/15?closed=1
v10.8.1Compare Source
Fixed
https://github.com/TypeStrong/ts-node/milestone/14
v10.8.0Compare Source
Questions about this release? Ask in the official discussion thread: #1767
Added
module=NodeNext,module=Node16,.mts,.cts,.mjs, and.cjsfile extensions (#1414, #1694, #1744, #1745, #1727, #1717, #1753, #1757) @cspotcodeexperimentalResolver(docs)experimentalResolver, will be enabled by default in a future version (docs)import "./foo.js"will executefoo.tsSee also: TypeScript issue #37582import "./foo.ts"experimentalSpecifierResolution(#1727, #1753) @cspotcode--experimental-specifier-resolution(Node docs)tsconfig.jsonfor convenience, to avoid the CLI flagdiagnosticsproperty toTSError, with array of TypeScript diagnostic objects from the compiler (API docs) (#1705, #1706) @paulbrimicombeChanged
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.