chore(deps): update all non-major dependencies #12
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:
16.2.4
->16.3.0
3.2.1
->3.2.2
27.4.1
->27.5.2
17.0.44
->17.0.45
17.0.16
->17.0.17
5.21.0
->5.27.0
5.21.0
->5.27.0
3.6.7
->3.8.1
3.5.2
->3.6.0
8.14.0
->8.16.0
12.1.5
->12.1.6
16.4.0
->16.5.0
12.4.1
->12.5.0
12.1.5
->12.1.6
27.1.4
->27.1.5
10.7.0
->10.8.0
4.6.4
->4.7.2
Release Notes
conventional-changelog/commitlint
v16.3.0
Compare Source
Note: Version bump only for package @commitlint/cli
16.2.4 (2022-04-28)
Note: Version bump only for package @commitlint/cli
16.2.3 (2022-03-16)
Note: Version bump only for package @commitlint/cli
16.2.1 (2022-02-13)
Note: Version bump only for package @commitlint/cli
iconify/iconify
v3.2.2
Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.27.0
Compare Source
Bug Fixes
Features
v5.26.0
Compare Source
Bug Fixes
delimiter: 'none'
(#5029) (ed7b5f6)delimiter: 'none'
(#5023) (9e97a11)v5.25.0
Compare Source
Bug Fixes
Features
no-duplicate-imports
in favour ofimport/no-duplicates
(#4973) (1d2e41a)v5.24.0
Compare Source
Bug Fixes
Features
v5.23.0
Compare Source
Bug Fixes
v5.22.0
Compare Source
Bug Fixes
nextToken
exists (#4868) (23746f8)Features
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.27.0
Compare Source
Bug Fixes
Features
v5.26.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.25.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.24.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.23.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.22.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
apollographql/apollo-server
v3.8.1
Compare Source
v3.8.0
Compare Source
embed
as an option in theApolloServerPluginLandingPageLocalDefault
andApolloServerPluginLandingPageProductionDefault
plugins. If you pass theembed
option toApolloServerPluginLandingPageLocalDefault
, the Apollo Studio Sandbox will be embedded on your Apollo Server endpoint. If you pass theembed
option toApolloServerPluginLandingPageProductionDefault
, the Apollo Studio embedded Explorer will be embedded on your Apollo Server endpoint. In both cases, users can use the embedded app to run GraphQL operations without any special CORS setup.apollo-utils
repository. Should not be a visible change. PR #6449v3.7.0
Compare Source
apollo-server-core
: Apollo Server now includes protection against CSRF and XS-Search attacks. We highly recommend enabling this feature by passingcsrfPrevention: true
tonew ApolloServer()
. If you rely on the ability to execute GraphQL operations via HTTPGET
requests using a client other than Apollo Client Web, Apollo iOS, or Apollo Kotlin (formerly Apollo Android), you may need to first change the configuration of that client. See the CSRF prevention docs for more details. This vulnerability was reported by Jeffrey Hofmann; the feature was designed with advice from Luca Carettoni of Doyensec.v3.6.8
Compare Source
apollo-server-fastify
: This package now depends on the@fastify/accepts
and@fastify/cors
packages rather than their older deprecated namesfastify-accepts
andfastify-cors
. There is no behavior change (except that you will no longer see deprecation messages). PR #6366apollo-server-types
: TheLogger
TypeScript interface is now re-exported from the new@apollo/utils.logger
package instead of defined directly in this package; other packages import it from the new package. There should be no observable change. PR #6229eslint/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) (唯然)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!
graphql/graphql-js
v16.5.0
Compare Source
v16.5.0 (2022-05-09)
New Feature 🚀
Committers: 1
</d
Configuration
📅 Schedule: "on the first day of the month" in timezone America/Los_Angeles.
🚦 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.