This repository has been archived by the owner on Dec 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(Renovate): ⬆️ Update dependencies - autoclosed #11
Closed
Conversation
This file contains 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
renovate
bot
added
🧩 dependencies
Related to the dependencies
🧰 project
Related to the project repository management
labels
Jan 10, 2023
Size Change: -88 B (0%) Total Size: 32.8 kB
ℹ️ View Unchanged
|
renovate
bot
force-pushed
the
renovate/dependencies
branch
from
January 12, 2023 16:02
2c6f4d0
to
398b504
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
January 14, 2023 18:04
56f9e7a
to
3a370b4
Compare
Pull Request Test Coverage Report for Build 4284654719
💛 - Coveralls |
renovate
bot
force-pushed
the
renovate/dependencies
branch
from
January 16, 2023 23:01
3a370b4
to
e7e21d1
Compare
|
renovate
bot
force-pushed
the
renovate/dependencies
branch
3 times, most recently
from
January 17, 2023 09:41
a438126
to
50d938c
Compare
xeho91
force-pushed
the
main
branch
14 times, most recently
from
January 17, 2023 11:19
1e291a5
to
d4ef467
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
from
January 17, 2023 13:38
50d938c
to
986dca8
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
20 times, most recently
from
March 15, 2023 18:56
2240b5d
to
cba12fe
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
4 times, most recently
from
March 16, 2023 17:22
2c0beab
to
9935357
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
from
March 16, 2023 17:24
9935357
to
e9268cc
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
renovate
bot
changed the title
chore(Renovate): ⬆️ Update dependencies
chore(Renovate): ⬆️ Update dependencies - autoclosed
Mar 16, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
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.3.7
->0.4.2
8.33.0
->8.36.0
21.1.0
->21.1.1
13.1.0
->13.2.0
0.6.2
->0.6.3
2.8.3
->2.8.4
8.4.11
->8.5.14
6.5.0
->6.6.3
3.12.3
->3.12.5
1.7.4
->1.8.3
3.5.7
->3.6.1
0.28.4
->0.29.2
3.20.6
->3.21.4
Release Notes
total-typescript/ts-reset
v0.4.2
0.4.2
Minor Changes
ce9db42
: Added support for widening inArray.lastIndexOf
,Array.indexOf
,ReadonlyArray.lastIndexOf
andReadonlyArray.indexOf
.107dfc2
: Changed the array.includes on readonly arrays to NOT be a type predicate. Before this change, this perfectly valid code would not behave correctly.Removing the type predicate brings ts-reset closer towards correctness.
4765413
: author: @mefechoelAdded the
Map.has
rule.Similar to
.includes
orSet.has()
,Map.has()
doesn't let you pass members that don't exist in the map's keys:With the rule enabled,
Map
follows the same semantics asSet
.Patch Changes
b15aaa4
: Fixed an oversight with the initialset-has
implementation by adding support toReadonlySet
.v0.4.1
Patch Changes
v0.4.0
Minor Changes
ce9db42
: Added support for widening inArray.lastIndexOf
,Array.indexOf
,ReadonlyArray.lastIndexOf
andReadonlyArray.indexOf
.107dfc2
: Changed the array.includes on readonly arrays to NOT be a type predicate. Before this change, this perfectly valid code would not behave correctly.Removing the type predicate brings ts-reset closer towards correctness.
4765413
: author: @mefechoelAdded the
Map.has
rule.Similar to
.includes
orSet.has()
,Map.has()
doesn't let you pass members that don't exist in the map's keys:With the rule enabled,
Map
follows the same semantics asSet
.Patch Changes
b15aaa4
: Fixed an oversight with the initialset-has
implementation by adding support toReadonlySet
.eslint/eslint
v8.36.0
Compare Source
Features
c89a485
feat: AddcheckJSDoc
option to multiline-comment-style (#16807) (Laurent Cozic)f5f5e11
feat: Serialize parsers/processors in flat config (#16944) (Nicholas C. Zakas)4799297
feat: use @eslint-community dependencies (#16784) (Michaël De Boey)Bug Fixes
92c1943
fix: correctly iterate files matched by glob patterns (#16831) (Nitin Kumar)Documentation
b98fdd4
docs: Update README (GitHub Actions Bot)caf08ce
docs: fix estree link in custom formatters docs (#16967) (Milos Djermanovic)3398431
docs: Custom Parsers cleanup/expansion (#16887) (Ben Perlmutter)19d3531
docs: Update README (GitHub Actions Bot)b09a512
docs: detect and fix broken links (#16837) (Nitin Kumar)Chores
602b111
chore: upgrade @eslint/js@8.36.0 (#16978) (Milos Djermanovic)43c2345
chore: package.json update for @eslint/js release (ESLint Jenkins)00afb84
chore: upgrade @eslint/eslintrc@2.0.1 (#16977) (Milos Djermanovic)698c5aa
chore: upgrade [email protected] (#16976) (Milos Djermanovic)75acdd2
chore: lint more js files in docs (#16964) (Milos Djermanovic)89d9844
ci: bump actions/add-to-project from 0.4.0 to 0.4.1 (#16943) (dependabot[bot])v8.35.0
Compare Source
Features
8e34a04
feat: addafterHashbangComment
option tolines-around-comment
rule (#16920) (SUZUKI Sosuke)c8c0c71
feat: Move all and recommended configs into package. (#16844) (Nicholas C. Zakas)71f6f0d
feat: report more cases with??
in no-constant-binary-expression (#16826) (Daiki Nishikawa)Bug Fixes
9698bc5
fix: pin esquery v1.4.0 (fixes #16896) (#16897) (唯然)Documentation
f9f195e
docs: Plugin docs cleanup & expansion (#16862) (Ben Perlmutter)df809fd
docs: Custom Formatters page cleanup/expansion (#16886) (Ben Perlmutter)0700d1b
docs: Add PostCSS/Autoprefixer/CSSNano (#16502) (Nick Schonning)7b9e9bf
docs: support unicode anchors (#16782) (Percy Ma)5fbc0bf
docs: Update README (GitHub Actions Bot)67865a0
docs: Remove mention of mailing list (#16869) (Amaresh S M)43af24a
docs: Add explanation of when to use 'warn' severity (#16882) (Nicholas C. Zakas)ed2999b
docs: Shareable configs page edits and expansion (#16824) (Ben Perlmutter)2780635
docs: fix typos (#16884) (Lioness100)5bdaae2
docs: Ways to Extend ESLint page (#16861) (Ben Perlmutter)Chores
cdcbe12
chore: upgrade @eslint/js@8.35.0 (#16935) (Brandon Mills)c954c34
chore: package.json update for @eslint/js release (ESLint Jenkins)5a517da
chore: package.json update for @eslint/js release (ESLint Jenkins)9f10926
chore: upgrade @eslint/eslintrc@2.0.0 (#16928) (Milos Djermanovic)da728fa
ci: use LTS node version in workflows (#16907) (Nitin Kumar)c57b4f3
perf: upgrade to [email protected] (#16901) (Milos Djermanovic)9122f07
chore: Update stale bot settings (#16870) (Nicholas C. Zakas)v8.34.0
Compare Source
Features
9b2fcf7
feat:array-callback-return
supportsArray.prototype.toSorted
(#16845) (SUZUKI Sosuke)Bug Fixes
923f61d
fix: false positive with assignment inno-extra-parens
(#16872) (Francesco Trotta)Documentation
f0a9883
docs: split rules documentation (#16797) (Ben Perlmutter)67aa37b
docs: fix typo in command-line-interface.md (#16871) (Kevin Rouchut)337f7ed
docs: fix width of language input (#16849) (Tanuj Kanti)71349a1
docs: Configure a Parser page (#16803) (Ben Perlmutter)de7e925
docs: remove extra line numbers in example (#16848) (jonz94)ad38d77
docs: Update README (GitHub Actions Bot)Chores
9dbe06d
chore: addtype
property to array-element-newline schema (#16877) (MHO)a061527
chore: Remove unused functions (#16868) (Nicholas C. Zakas)jsdom/jsdom
v21.1.1
Compare Source
jsdom.reconfigure()
to also adjust the URL as seen by the history API, so that e.g.history.replaceState(null, "")
would not mess up the URL. (jdufresne)location.hash = ""
to leave any#
in location.href.cssom
withrweb-cssom
, since the latter is maintained. (seanparmelee)okonet/lint-staged
v13.2.0
Compare Source
Bug Fixes
colorette
withchalk
for better color support detection (f598725)Features
v13.1.4
Compare Source
v13.1.3
Compare Source
v13.1.2
Compare Source
Bug Fixes
v13.1.1
Compare Source
Bug Fixes
--stash
when using the--diff
option (99390c3)danielroe/magic-regexp
v0.6.3
Compare Source
🚀 Features
times.atMost
function - by @xRSquared in https://github.com/danielroe/magic-regexp/issues/227 (b4e2a)View changes on GitHub
prettier/prettier
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)JamieMason/syncpack
v8.5.14
Compare Source
Bug Fixes
Features
egoist/tsup
v6.6.3
Compare Source
Bug Fixes
v6.6.2
Compare Source
Bug Fixes
v6.6.1
Compare Source
Bug Fixes
declare
keyword (a85439d), closes #834v6.6.0
Compare Source
Bug Fixes
Features
esbuild-kit/tsx
v3.12.5
Compare Source
Bug Fixes
v3.12.4
Compare Source
Bug Fixes
process.listeners()
(#194) (b6793b2)vercel/turbo
v1.8.3
: Turborepo v1.8.3Compare Source
What's Changed
Changelog
public
folder to stop Docker builds breaking by @a3957273 in https://github.com/vercel/turbo/pull/3899New Contributors
Full Changelog: vercel/turborepo@v1.8.2...v1.8.3
v1.8.2
: Turborepo v1.8.2Compare Source
What's Changed
Changelog
react/jsx-key
ESLint rule by @albertothedev in https://github.com/vercel/turbo/pull/3880New Contributors
Full Changelog: vercel/turborepo@v1.8.1...v1.8.2
v1.8.1
: Turborepo v1.8.1Compare Source
What's Changed
Changelog
Full Changelog: vercel/turborepo@v1.8.0...v1.8.1
v1.8.0
: Turborepo v1.8.0Compare Source
Blog Post
Turborepo 1.8
What's Changed
Changelog
--graph=file.mermaid
by @styfle in https://github.com/vercel/turbo/pull/3633outputs
to all examples by @anthonyshew in https://github.com/vercel/turbo/pull/3830public
directory to docker by @sandumorari in https://github.com/vercel/turbo/pull/2642New Contributors
Full Changelog: vercel/turborepo@v1.7.4...v1.8.0
sindresorhus/type-fest
v3.6.1
Compare Source
Join
: Fix usage of single element const tuple (#558)747e29b
v3.6.0
Compare Source
New types
WritableDeep
(#540)7538c05
Fixes
PackageJson
: FixImports
andExports
types (#555)3ebab0d
vitest-dev/vitest
v0.29.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.29.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.29.0
Compare Source
This release makes some significant changes to how tests are running. If you were using
--no-threads
before, you might consider enabling--single-thread
instead (because your tests are now running inchild_process
instead of a worker thread) or try our new performance optimization feature (discussed later). If you were relying on API that was not available inside a worker (likeprocess.chdir()
, you can now use this option.One of the potential breaking bug fixes is that environments do not share the same global scope anymore if you run them with
--no-isolate
,--no-threads
or--single-thread
- you might need to update your setup files if you were relying on a global variable before.If you had performance issues on large code bases before, try the new
deps.experimentalOptimizer
option instead of disabling threads. Feedback is welcome!One of the breaking changes includes adding a link to snapshots inside snapshot files, meaning you will need to update all your snapshots.
🚨 Breaking Changes
NODE_V8_COVERAGE
- by @AriPerkkio in [https://github.com/vitest-dConfiguration
📅 Schedule: Branch creation - "after 10pm every weekday,on sunday,before 5am every weekday" in timezone Asia/Taipei, 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.