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.03.2.1->3.2.227.4.1->27.5.217.0.44->17.0.4517.0.16->17.0.175.21.0->5.27.05.21.0->5.27.03.6.7->3.8.13.5.2->3.6.08.14.0->8.16.012.1.5->12.1.616.4.0->16.5.012.4.1->12.5.012.1.5->12.1.627.1.4->27.1.510.7.0->10.8.04.6.4->4.7.2Release Notes
conventional-changelog/commitlint
v16.3.0Compare 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.2Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.27.0Compare Source
Bug Fixes
Features
v5.26.0Compare Source
Bug Fixes
delimiter: 'none'(#5029) (ed7b5f6)delimiter: 'none'(#5023) (9e97a11)v5.25.0Compare Source
Bug Fixes
Features
no-duplicate-importsin favour ofimport/no-duplicates(#4973) (1d2e41a)v5.24.0Compare Source
Bug Fixes
Features
v5.23.0Compare Source
Bug Fixes
v5.22.0Compare Source
Bug Fixes
nextTokenexists (#4868) (23746f8)Features
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.27.0Compare Source
Bug Fixes
Features
v5.26.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.25.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.24.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.23.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.22.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
apollographql/apollo-server
v3.8.1Compare Source
v3.8.0Compare Source
embedas an option in theApolloServerPluginLandingPageLocalDefaultandApolloServerPluginLandingPageProductionDefaultplugins. If you pass theembedoption toApolloServerPluginLandingPageLocalDefault, the Apollo Studio Sandbox will be embedded on your Apollo Server endpoint. If you pass theembedoption 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-utilsrepository. Should not be a visible change. PR #6449v3.7.0Compare Source
apollo-server-core: Apollo Server now includes protection against CSRF and XS-Search attacks. We highly recommend enabling this feature by passingcsrfPrevention: truetonew ApolloServer(). If you rely on the ability to execute GraphQL operations via HTTPGETrequests 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.8Compare Source
apollo-server-fastify: This package now depends on the@fastify/acceptsand@fastify/corspackages rather than their older deprecated namesfastify-acceptsandfastify-cors. There is no behavior change (except that you will no longer see deprecation messages). PR #6366apollo-server-types: TheLoggerTypeScript interface is now re-exported from the new@apollo/utils.loggerpackage 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.0Compare Source
Features
cab0c22feat: add Unicode flag suggestion in no-misleading-character-class (#15867) (Milos Djermanovic)38ae956feat: check Unicode code point escapes in no-control-regex (#15862) (Milos Djermanovic)ee69cd3feat: Update global variables (#15871) (Sébastien Règne)Bug Fixes
3f09aabfix: function-paren-newline crash on "new new Foo();" (#15850) (coderaiser)Documentation
050d5f4docs: Static further reading links (#15890) (Nicholas C. Zakas)36287c0docs: fix absolute paths in related rules shortcode to work from /docs (#15892) (Milos Djermanovic)90b6990docs: fix absolute links in rule macro to work from /docs (#15891) (Milos Djermanovic)f437249docs: Adjust docs site path prefix (#15889) (Nicholas C. Zakas)6e16025docs: update 'Related Rules' and 'Further Reading' in remaining rules (#15884) (Milos Djermanovic)1d39f69docs: remove confusing examples for no-mixed-operators (#15875) (Milos Djermanovic)3071d76docs: Fix some grammar issues (#15837) (byodian)Chores
1768d0dchore: upgrade @eslint/eslintrc@1.3.0 (#15903) (Milos Djermanovic)c686e4cchore: Add deploy workflow for docs site (#15894) (Nicholas C. Zakas)c7894cdchore: enable some rules from eslint-plugin-unicorn internally (#15878) (Bryan Mishkin)ea65cb5chore: upgrade eslint-plugin-eslint-plugin@^4.2.0 (#15882) (唯然)cc29c69chore: Upgrade official GitHub actions to latest versions (#15880) (Darius Dzien)5891c75chore: Refactor rule docs format (#15869) (Nicholas C. Zakas)v8.15.0Compare Source
Features
ab37d3bfeat: addenforceInClassFieldsoption to no-underscore-dangle (#15818) (Roberto Cestari)Bug Fixes
8bf9440fix: "use strict" should not trigger strict mode in ES3 (#15846) (Milos Djermanovic)Documentation
28116ccdocs: update AST node names link in no-restricted-syntax (#15843) (Milos Djermanovic)272965fdocs: fix h1 heading on formatters page (#15834) (Milos Djermanovic)a798166docs: update example for running individual rule tests (#15833) (Milos Djermanovic)57e732bdocs: markSourceCode#getJSDocCommentdeprecated in working-with-rules (#15829) (Milos Djermanovic)9a90abfdocs: update docs directory in working-with-rules (#15830) (Milos Djermanovic)810addadocs: add more examples for prefer-object-spread (#15831) (coderaiser)06b1edbdocs: clarify no-control-regex rule (#15808) (Milos Djermanovic)9ecd42fdocs: Fixed typo in code comment (#15812) (Addison G)de992b7docs: remove links to 2fa document (#15804) (Milos Djermanovic)5222659docs: fix 'Related Rules' heading in no-constant-binary-expression (#15799) (Milos Djermanovic)e70ae81docs: Update README team and sponsors (ESLint Jenkins)Chores
1ba6a92chore: upgrade @eslint/eslintrc@1.2.3 (#15847) (Milos Djermanovic)8167aa7chore: bump version of minimatch due to security issue PRISMA-2022-0039 (#15774) (Jan Opravil)b8995a4chore: Implement docs site (#15815) (Nicholas C. Zakas)6494e3echore: update link incodeql-analysis.yml(#15817) (Milos Djermanovic)36503ecchore: enable no-constant-binary-expression in eslint-config-eslint (#15807) (唯然)vercel/next.js
v12.1.6Compare Source
Core Changes
export fromand native modules in server component: #36072standalonedirectory when usingoutputStandalone: #35535next/imageusage in most cases ofonLoad(): #36176node | node12 | nodenext: #36189_document: #36352next/imageusage ofonError(): #36305next/scriptforworkerandbeforeInteractivestrategies: #36364Content-Lengthheader from Image Optimization API: #36581Documentation Changes
reactversion: #36091next.config.js: #36286onLoad: #36453<link rel="preconnect" ... />to example optimized font output: #36529Example Changes
removeListenerhandler towith-electron-typescriptexample.: #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.0Compare 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.