This repository was archived by the owner on May 21, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update all non-major dependencies #56
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch
base: main
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 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
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/stereo-bot/stereo-website/AMLEkYF4Ewp6gSEMuGnjA5aUw8vF [Deployment for fa52c91 failed] |
bcead2f
to
83085c7
Compare
83085c7
to
a2404b0
Compare
a2404b0
to
5062a57
Compare
5062a57
to
b5ed192
Compare
b5ed192
to
58aaca4
Compare
58aaca4
to
e9774b7
Compare
e9774b7
to
83d00c8
Compare
83d00c8
to
64ed040
Compare
64ed040
to
bf61e22
Compare
bf61e22
to
b7c5878
Compare
b7c5878
to
3756382
Compare
3756382
to
e687f34
Compare
e687f34
to
493af45
Compare
493af45
to
f7d7ddf
Compare
580ba28
to
1cb764b
Compare
1cb764b
to
114c964
Compare
114c964
to
d50be88
Compare
d50be88
to
2fef3a3
Compare
2fef3a3
to
6b939e0
Compare
6b939e0
to
b7d3349
Compare
b7d3349
to
5ef3986
Compare
5ef3986
to
4faca61
Compare
4faca61
to
7478023
Compare
7478023
to
5f44ae6
Compare
5f44ae6
to
d1fbc44
Compare
d1fbc44
to
0d6ad3e
Compare
0d6ad3e
to
3d50168
Compare
3d50168
to
ce6d1e4
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
3.2.0
->3.3.4
17.0.2
->17.0.45
17.0.42
->17.0.45
^0.26.1
->^0.27.2
8.11.0
->8.16.0
12.1.0
->12.1.6
^6.2.8
->^6.3.3
^12.1.0
->^12.1.6
^3.2.3
->^3.2.4
3.1.0
->3.4.1
^1.8.6
->^1.8.7
^5.2.2
->^5.3.2
^1.49.9
->^1.52.1
^4.6.2
->^4.6.4
Release Notes
sapphiredev/utilities
v3.3.4
Compare Source
Bug Fixes
v3.3.3
Compare Source
Bug Fixes
v3.3.2
Compare Source
Note: Version bump only for package @sapphire/ts-config
v3.3.1
Compare Source
Bug Fixes
v3.3.0
Compare Source
Features
axios/axios
v0.27.2
Compare Source
Fixes and Functionality:
v0.27.1
Compare Source
Fixes and Functionality:
v0.27.0
Compare Source
Breaking changes:
Content-Type
request header when passing FormData (#3785)transformRequest
andtoFormData
(#4470)QOL and DevX improvements:
Fixes and Functionality:
Internal and Tests:
Documentation:
Notes:
eslint/eslint
v8.16.0
Compare Source
Features
cab0c22
feat: add Unicode flag suggestion in no-misleading-character-class (#15867) (Milos Djermanovic)38ae956
feat: check Unicode code point escapes in no-control-regex (#15862) (Milos Djermanovic)ee69cd3
feat: Update global variables (#15871) (Sébastien Règne)Bug Fixes
3f09aab
fix: function-paren-newline crash on "new new Foo();" (#15850) (coderaiser)Documentation
050d5f4
docs: Static further reading links (#15890) (Nicholas C. Zakas)36287c0
docs: fix absolute paths in related rules shortcode to work from /docs (#15892) (Milos Djermanovic)90b6990
docs: fix absolute links in rule macro to work from /docs (#15891) (Milos Djermanovic)f437249
docs: Adjust docs site path prefix (#15889) (Nicholas C. Zakas)6e16025
docs: update 'Related Rules' and 'Further Reading' in remaining rules (#15884) (Milos Djermanovic)1d39f69
docs: remove confusing examples for no-mixed-operators (#15875) (Milos Djermanovic)3071d76
docs: Fix some grammar issues (#15837) (byodian)Chores
1768d0d
chore: upgrade @eslint/eslintrc@1.3.0 (#15903) (Milos Djermanovic)c686e4c
chore: Add deploy workflow for docs site (#15894) (Nicholas C. Zakas)c7894cd
chore: enable some rules from eslint-plugin-unicorn internally (#15878) (Bryan Mishkin)ea65cb5
chore: upgrade eslint-plugin-eslint-plugin@^4.2.0 (#15882) (唯然)cc29c69
chore: Upgrade official GitHub actions to latest versions (#15880) (Darius Dzien)5891c75
chore: Refactor rule docs format (#15869) (Nicholas C. Zakas)v8.15.0
Compare Source
Features
ab37d3b
feat: addenforceInClassFields
option to no-underscore-dangle (#15818) (Roberto Cestari)Bug Fixes
8bf9440
fix: "use strict" should not trigger strict mode in ES3 (#15846) (Milos Djermanovic)Documentation
28116cc
docs: update AST node names link in no-restricted-syntax (#15843) (Milos Djermanovic)272965f
docs: fix h1 heading on formatters page (#15834) (Milos Djermanovic)a798166
docs: update example for running individual rule tests (#15833) (Milos Djermanovic)57e732b
docs: markSourceCode#getJSDocComment
deprecated in working-with-rules (#15829) (Milos Djermanovic)9a90abf
docs: update docs directory in working-with-rules (#15830) (Milos Djermanovic)810adda
docs: add more examples for prefer-object-spread (#15831) (coderaiser)06b1edb
docs: clarify no-control-regex rule (#15808) (Milos Djermanovic)9ecd42f
docs: Fixed typo in code comment (#15812) (Addison G)de992b7
docs: remove links to 2fa document (#15804) (Milos Djermanovic)5222659
docs: fix 'Related Rules' heading in no-constant-binary-expression (#15799) (Milos Djermanovic)e70ae81
docs: Update README team and sponsors (ESLint Jenkins)Chores
1ba6a92
chore: upgrade @eslint/eslintrc@1.2.3 (#15847) (Milos Djermanovic)8167aa7
chore: bump version of minimatch due to security issue PRISMA-2022-0039 (#15774) (Jan Opravil)b8995a4
chore: Implement docs site (#15815) (Nicholas C. Zakas)6494e3e
chore: update link incodeql-analysis.yml
(#15817) (Milos Djermanovic)36503ec
chore: enable no-constant-binary-expression in eslint-config-eslint (#15807) (唯然)v8.14.0
Compare Source
Features
ab6363d
feat: Add rule no-constant-binary-expression (#15296) (Jordan Eldredge)Bug Fixes
35fa1dd
fix: allow project paths to have URL-encoded characters (#15795) (Milos Djermanovic)413f1d5
fix: updateastUtils.isDirectiveComment
withglobals
andexported
(#15775) (Milos Djermanovic)Build Related
c2407e8
build: add node v18 (#15791) (唯然)Chores
735458c
chore: add static frontmatter to no-constant-binary-expression docs (#15798) (Milos Djermanovic)db28f2c
chore: Add static frontmatter to docs (#15782) (Nicholas C. Zakas)3bca59e
chore: markdownlint autofix on commit (#15783) (Nicholas C. Zakas)v8.13.0
Compare Source
Features
274acbd
feat: fix no-eval logic forthis
in arrow functions (#15755) (Milos Djermanovic)Bug Fixes
97b57ae
fix: invalid operator in operator-assignment messages (#15759) (Milos Djermanovic)Documentation
c32482e
docs: Typo in space-infix-ops docs (#15754) (kmin-jeong)f2c2d35
docs: disambiguate typesFormatterFunction
andLoadedFormatter
(#15727) (Francesco Trotta)Chores
bb4c0d5
chore: Refactor docs to work with docs.eslint.org (#15744) (Nicholas C. Zakas)d36f12f
chore: removelib/init
from eslint config (#15748) (Milos Djermanovic)a59a4e6
chore: replacetrimLeft
/trimRight
withtrimStart
/trimEnd
(#15750) (Milos Djermanovic)v8.12.0
Compare Source
Features
685a67a
feat: fix logic for top-levelthis
in no-invalid-this and no-eval (#15712) (Milos Djermanovic)Chores
18f5e05
chore: padding-line-between-statements remove uselessadditionalItems
(#15706) (Martin Sadovy)vercel/next.js
v12.1.6
Compare Source
Core Changes
export from
and native modules in server component: #36072standalone
directory when usingoutputStandalone
: #35535next/image
usage in most cases ofonLoad()
: #36176node | node12 | nodenext
: #36189_document
: #36352next/image
usage ofonError()
: #36305next/script
forworker
andbeforeInteractive
strategies: #36364Content-Length
header from Image Optimization API: #36581Documentation Changes
react
version: #36091next.config.js
: #36286onLoad
: #36453<link rel="preconnect" ... />
to example optimized font output: #36529Example Changes
removeListener
handler towith-electron-typescript
example.: #36323Misc Changes
Credits
Huge thanks to @huozhi, @shuding, @kdy1, @nkzawa, @prichey, @manovotny, @balazsorban44, @remorses, @amandeepmittal, @mward-sudo, @eric-burel, @timneutkens, @styfle, @ytkg, @CuriosBasant, @bart-krakowski, @SukkaW, @jameshfisher, @Kikobeats, @bjorm, @alex-page, @fmmoret, @ijjk, @davidbarker, @kwonoj, @seanparmelee, @ddgrishkin, @mmartinsoliv, @byjoshuadavis, @sakib412, @Chastrlove, @padmaia, @janicklas-ralph, @MaedahBatool, @shinkj11, @youngvform, @zaida04, @therealmarzouq, @codedbyjordan, @deadlynjdj, @lfades, @Brooooooklyn, @renbaoshuo, @javivelasco, @triyanox, @rafae2k, @colinhacks, @atcastle, @leerob, @sa3dany, @nikolovlazar, @refactorized, @housseindjirdeh, @ro11ingbutler, and @gusrb3164 for helping!
v12.1.5
Compare Source
Core Changes
__non_webpack_require__
to fetch partytown server-side: #35793layout="raw"
image element sizes prop: #35809next/image
withplaceholder=blur
: #35889stream
in renderer: #35936.eslintrc.cjs
to list of supportednext lint
config files: #35440loader
prop innext/image
: #36013Documentation Changes
with-docker-multi-env
example.: #35820Example Changes
client
ingetServerSideProps
: #35750Misc Changes
Credits
Huge thanks to @TianenPang, @huozhi, @Brooooooklyn, @SokichiFujita, @timneutkens, @housseindjirdeh, @kwonoj, @jonespen, @leerob, @shuding, @atcastle, @SukkaW, @samueldusek, @styfle, @amandeepmittal, @bestony, @nkzawa, @kamerat, @JohnDaly, @jakejarvis, @sokra, [@reconbot](https
Configuration
📅 Schedule: "before 12pm on Sunday" (UTC).
🚦 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 WhiteSource Renovate. View repository job log here.