fix(deps): update all dependencies j:cdx-227 #174
Merged
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:
^0.40.0
->^0.42.0
28.1.4
->28.1.6
18.0.3
->18.0.6
5.30.5
->5.30.6
5.30.5
->5.30.6
8.19.0
->8.20.0
28.1.2
->28.1.3
28.0.5
->28.0.7
10.8.2
->10.9.1
0.23.7
->0.23.8
Release Notes
coveo/ui-kit
v0.42.1
Compare Source
Note: Version bump only for package @coveo/bueno
v0.42.0
Compare Source
Features
0.41.1 (2022-07-06)
Note: Version bump only for package @coveo/bueno
v0.41.1
Compare Source
Note: Version bump only for package @coveo/bueno
v0.41.0
Compare Source
Features
0.40.9 (2022-07-05)
Bug Fixes
0.40.8 (2022-07-05)
Note: Version bump only for package @coveo/bueno
0.40.7 (2022-07-05)
Bug Fixes
0.40.6 (2022-07-04)
Bug Fixes
0.40.5 (2022-06-30)
Note: Version bump only for package @coveo/bueno
0.40.4 (2022-06-30)
Note: Version bump only for package @coveo/bueno
0.40.3 (2022-06-30)
Note: Version bump only for package @coveo/bueno
0.40.2 (2022-06-29)
Note: Version bump only for package @coveo/bueno
0.40.1 (2022-06-29)
Note: Version bump only for package @coveo/bueno
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.30.6
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.30.6
Compare Source
Note: Version bump only for package @typescript-eslint/parser
eslint/eslint
v8.20.0
Compare Source
Features
ca83178
feat: catch preprocess errors (#16105) (JounQin)Bug Fixes
30be0ed
fix: no-warning-comments rule escapes special RegEx characters in terms (#16090) (Lachlan Hunt)bfe5e88
fix: ignore spacing before]
and}
in comma-spacing (#16113) (Milos Djermanovic)Documentation
845c4f4
docs: Add website team details (#16115) (Nicholas C. Zakas)5a0dfdb
docs: Link to blog post in no-constant-binary-expression (#16112) (Jordan Eldredge)bc692a9
docs: remove install command (#16084) (Strek)49ca3f0
docs: don't show toc when content not found (#16095) (Amaresh S M)ba19e3f
docs: enhance 404 page UI (#16097) (Amaresh S M)a75d3b4
docs: remove unused meta.docs.category field in working-with-rules page (#16109) (Brandon Scott)cdc0206
docs: add formatters page edit link (#16094) (Amaresh S M)4d1ed22
docs: preselect default theme (#16098) (Strek)4b79612
docs: add missing correct/incorrect containers (#16087) (Milos Djermanovic)09f6acb
docs: fix UI bug on rules index and details pages (#16082) (Deepshika S)f5db264
docs: remove remaining duplicate rule descriptions (#16093) (Milos Djermanovic)32a6b2a
docs: Add scroll behaviour smooth (#16056) (Amaresh S M)Chores
bbf8df4
chore: Mark autogenerated release blog post as draft (#16130) (Nicholas C. Zakas)eee4306
chore: update internal lint dependencies (#16088) (Bryan Mishkin)9615a42
chore: update formatter examples template to avoid markdown lint error (#16085) (Milos Djermanovic)62541ed
chore: fix markdown linting error (#16083) (唯然)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)kulshekhar/ts-jest
v28.0.7
Compare Source
Bug Fixes
@jest/types
to be an optional peer dependency (#3690) (8a8c3fa), closes #3689v28.0.6
Compare Source
Bug Fixes
diagnostics: false
(#3647) (9a9bc02), closes #3638useCaseSensitiveFileNames
wherever needed (#3683) (c40bc34), closes #3665@jest/types
as peer dependency (#3633) (24567e1)TypeStrong/ts-node
v10.9.1
Compare Source
Fixed
--esm
--esm
are unaffectedhttps://github.com/TypeStrong/ts-node/milestone/18?closed=1
v10.9.0
Compare Source
Added
--project
accepts path to a directory containing atsconfig.json
(#1829, #1830) @cspotcodeexperimentalTsImportSpecifiers
option which allows using voluntary.ts
file 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
TypeStrong/TypeDoc
v0.23.8
Compare Source
Features
*.ghe.com
and*.github.us
GitHub enterprise domains for source links, #2001.Converter.parseRawComment
for plugins to parse additional markdown files, #2004.Bug Fixes
{@​link}
containing a URL, #1980.excludeNotDocumented
will no longer remove functions/methods/accessors which are documented, #1994.sources
property on signature reflections #1996.Thanks!
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.