Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 1, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) 16.2.4 -> 16.3.0 age adoption passing confidence
@iconify/react (source) 3.2.1 -> 3.2.2 age adoption passing confidence
@types/jest 27.4.1 -> 27.5.2 age adoption passing confidence
@types/react 17.0.44 -> 17.0.45 age adoption passing confidence
@types/react-dom 17.0.16 -> 17.0.17 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.21.0 -> 5.27.0 age adoption passing confidence
@typescript-eslint/parser 5.21.0 -> 5.27.0 age adoption passing confidence
apollo-server-micro 3.6.7 -> 3.8.1 age adoption passing confidence
apollo-server-plugin-response-cache 3.5.2 -> 3.6.0 age adoption passing confidence
eslint (source) 8.14.0 -> 8.16.0 age adoption passing confidence
eslint-config-next 12.1.5 -> 12.1.6 age adoption passing confidence
graphql 16.4.0 -> 16.5.0 age adoption passing confidence
lint-staged 12.4.1 -> 12.5.0 age adoption passing confidence
next (source) 12.1.5 -> 12.1.6 age adoption passing confidence
ts-jest (source) 27.1.4 -> 27.1.5 age adoption passing confidence
ts-node (source) 10.7.0 -> 10.8.0 age adoption passing confidence
typescript (source) 4.6.4 -> 4.7.2 age adoption passing confidence

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
  • eslint-plugin: [no-type-alias] handle Template Literal Types (#​5092) (8febf11)
Features
  • [4.7] support new extensions (#​5027) (efc147b)
  • eslint-plugin: [ban-ts-comment] add descriptionFormat option (#​5026) (1fb31a4)
  • eslint-plugin: [no-misused-promises] warn when spreading promises (#​5053) (61ffa9e)
  • eslint-plugin: [space-infix-ops] missing error report for conditional types (#​5041) (0bfab6c)

v5.26.0

Compare Source

Bug Fixes
  • eslint-plugin: [member-delimiter-style] autofixer result is not as expected when comments after the delimiter with option delimiter: 'none' (#​5029) (ed7b5f6)
  • eslint-plugin: [member-delimiter-style] autofixer result is not as expected with option delimiter: 'none' (#​5023) (9e97a11)
  • eslint-plugin: [prefer-readonly] correct issue with anonymus functions (#​4974) (952e2f0), closes #​2590

v5.25.0

Compare Source

Bug Fixes
  • eslint-plugin: [typedef] stop enforcing rule for assignment expressions (#​4958) (04a216c)
  • eslint-plugin: strict config should not extend recommended (#​5005) (05d71c2)
  • website: correct Presets link to be Configs (#​5004) (e18e91c)
Features
  • eslint-plugin: [no-empty-function] new allow option overrideMethods (#​4923) (13c05ae)
  • eslint-plugin: deprecate no-duplicate-imports in favour of import/no-duplicates (#​4973) (1d2e41a)
  • update to TypeScript 4.7-rc (#​4829) (6fe783c)

v5.24.0

Compare Source

Bug Fixes
Features

v5.23.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports] allow type import as long as there's one matching pattern (#​4898) (0419d28)
  • eslint-plugin: [no-unnecessary-type-constraint] change to suggestion fix, fix multiple trailing comma failures (#​4901) (4507ac8)

v5.22.0

Compare Source

Bug Fixes
  • eslint-plugin: [comma-spacing] verify nextToken exists (#​4868) (23746f8)
Features
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.27.0

Compare Source

Bug Fixes
  • types: remove leftovers from removal of useJSXTextNode (#​5091) (f9c3647)
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

  • This is a patch release strictly for republishing over what appears to be a hiccup in NPMs service. Issue #​6469

v3.8.0

Compare Source

  • Add embed as an option in the ApolloServerPluginLandingPageLocalDefault and ApolloServerPluginLandingPageProductionDefault plugins. If you pass the embed option to ApolloServerPluginLandingPageLocalDefault, the Apollo Studio Sandbox will be embedded on your Apollo Server endpoint. If you pass the embed option to ApolloServerPluginLandingPageProductionDefault, 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.
  • Add a few missing dependencies to packages. PR #​6393
  • Factor out some usage reporting code to a shared package in the apollo-utils repository. Should not be a visible change. PR #​6449

v3.7.0

Compare Source

  • ⚠️ SECURITY apollo-server-core: Apollo Server now includes protection against CSRF and XS-Search attacks. We highly recommend enabling this feature by passing csrfPrevention: true to new ApolloServer(). If you rely on the ability to execute GraphQL operations via HTTP GET 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 names fastify-accepts and fastify-cors. There is no behavior change (except that you will no longer see deprecation messages). PR #​6366
  • apollo-server-types: The Logger 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 #​6229
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

v8.15.0

Compare Source

Features

  • ab37d3b feat: add enforceInClassFields 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: mark SourceCode#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

vercel/next.js

v12.1.6

Compare Source

Core Changes
  • rsc: remove router injection: #​36101
  • Fix export from and native modules in server component: #​36072
  • feat(next-swc): Update css parser: #​36114
  • fix: do not add locale prefix to api route on NextURL: #​36118
  • Add experimental onlyGenereated flag for unstable_revalidate: #​36108
  • Support necessary headers in the web server response: #​36122
  • Fix only generated case in minimal mode: #​36130
  • Fix req.url of rsc dynamic routes pages gSSP in edge runtime: #​36134
  • Reogranize the client component detection utils: #​36135
  • Add support for catch-all route params in NextRequest page type declaration: #​36137
  • rsc: mark next head as client component: #​36138
  • rsc: keep static page props: #​36157
  • Update to target es5 for use-subscription: #​36159
  • Fix text decoding for chunk: #​36165
  • Fix symlink and copy logic to standalone directory when using outputStandalone: #​35535
  • Adds linting rule to avoid assignment to 'module' variable: #​35279
  • Fix res.json support for string / null: #​36186
  • Update swc: #​36187
  • Fix next/image usage in most cases of onLoad(): #​36176
  • [eslint-config-next] Update @​typescript-eslint/parser to v5.19.0: #​36156
  • Add support for tsconfig moduleResolution node | node12 | nodenext: #​36189
  • Fix missing _app component of AppTree in gIP context: #​36206
  • refactor(build): no force transpile optional chaining: #​35976
  • NextResponse.json: pass options to Response: #​35367
  • Improve NextApiHandler type for early returns: #​35166
  • Fix build activity indicator position: #​36208
  • 404 page - Responsive color scheme: #​32113
  • perf(escapeStringRegexp): test before replace: #​34472
  • rsc: skip next builtin module when apply loaders: #​36202
  • Use finally to clean up seen requests: #​36222
  • fix(next-swc/ssg): less aggressive exports drop: #​36199
  • fix type definition for defaultGetInitialProps: #​36252
  • Use renderToStaticMarkup to render documentHTML: #​36213
  • Fix flight loader: #​36282
  • Add telemetry for image config formats (avif/webp): #​36289
  • Ensure error is cleared for missing global css: #​36292
  • next/jest: Allow moduleNameMapper to match before Next.js internal mappings: #​36312
  • Add client HMR tracing for debugging: #​36328
  • feat:Add support for useDefineForClassFields typescript option: #​36335
  • Use fallbackable path module for node and edge runtime: #​36306
  • Update swc: #​36269
  • fix(next): use moduleGraph.getIssuer to avoid deprecation warning (#​36329): #​36330
  • Ensure beforeFiles client-side resolving handles dynamic routes: #​36317
  • Ensure there is only 1 render pass in concurrent rendering with getInitialProps in _document: #​36352
  • Changes to the beforeInteractive strategy to make it work for streaming: #​31936
  • Update swc: #​36351
  • Fix failing E2E deployment test cases: #​36368
  • chore: upgrade PostCSS dependencies: #​34354
  • Fix next/image usage of onError(): #​36305
  • Simplify the App and Component handling in render: #​36395
  • Do not polyfill node built-in modules on edge functions: #​36190
  • Fix to remove webpack message per error: #​36452
  • Rework behavior (backwards compatible): #​36436
  • Fix missing interpolation on next/head exports: #​36435
  • Add stitches and material-ui tests for new link behavior + fix TypeScript types when imported: #​36474
  • chore: remove git.io: #​36479
  • fix(#​36435): apply correct fix: #​36464
  • Add process env NEXT_RUNTIME: #​36383
  • Fix incorrect asPath with fallback rewrite in minimal mode: #​36463
  • Update manual revalidate response cache handling: #​36462
  • Pass nextRuntime in webpack context: #​36488
  • Support swc parse api in WASM: #​36482
  • Use edge compiler for middleware: #​36486
  • Update swc: #​36477
  • Remove passhref Eslint rule as it's no longer needed with new link behavior: #​36511
  • Add string children case for newNextLinkBehavior codemod: #​36516
  • Add with-edgedb example: #​35929
  • polish isomorphic path module: #​36521
  • Ensure optional params are normalized correctly in minimal mode: #​36513
  • Always add height and width prop to image with layout="raw": #​36523
  • Align behavior of SWC transform & transformSync: #​36500
  • Add event for swc load failure and attempt patching lockfile: #​36527
  • next-swc/wasm: Make span start at 0: #​36532
  • Add support for passing ref to next/link with new behavior enabled: #​36537
  • Update swc: #​36535
  • Refactor base server to get rid of the __server_context hack: #​36550
  • Tweak lockfile patching to be eager: #​36549
  • unlock eslint-config-next dependencies: #​35781
  • Hoist the desired ReactDOM import expression: #​36552
  • bump styled-jsx to latest: #​36554
  • chore: clarify CLI network errors: #​36567
  • Ensure older lockfile/invalid formats are handled: #​36577
  • Adds inline script functionality to next/script for worker and beforeInteractive strategies: #​36364
  • Fix missing Content-Length header from Image Optimization API: #​36581
  • Refactor Page Paths utils and Middleware Plugin: #​36576
  • Reexports styled-jsx JSXStyle in nextjs: #​36585
  • Update status code for normalize error: #​36580
  • Add pagesDir to Jest transformer: #​36599
  • Add tests for routing experiment: #​36618
  • Update findPagesDir: #​36619
  • Fix swc jest pagesDir config: #​36623
  • Fix next node buildin module error message for edge runtime: #​36434
  • Handle styled-jsx in newLinkBehavior codemod: #​36628
Documentation Changes
  • Add instructions to create pages directory and add an index.js file to it: #​35971
  • docs: specify minimum required react version: #​36091
  • Loosen the "public" condition on getSSP: #​36018
  • fixed typo, that should say 'in' not 'from': #​36046
  • Docs: workarounds for router not resetting state (fixes #​35138): #​35651
  • Add onLoad gotcha note to basic-features doc: #​36261
  • Fix introduction.md for next.config.js: #​36286
  • Clarifies that path params exist on query object: #​36321
  • Fix broken data fetching links in docs: #​33766
  • Change getStaticProps to getStaticPaths in getStaticPaths docs: #​36403
  • Revert "Change getStaticProps to getStaticPaths in getStaticPaths docs": #​36425
  • Update usage paragraph of next/script onLoad: #​36453
  • Add note about lockfile causing swc to fail to load: #​36484
  • Add docs on self-hosted ISR persisting across pods.: #​36520
  • Adds <link rel="preconnect" ... /> to example optimized font output: #​36529
  • Add note about running next without a sub-command: #​36560
  • Add docs about SSR caching (yes, you can do this with Next.js): #​36588
Example Changes
  • Fixes scripts in Electron examples.: #​36133
  • docs(examples/with-emotion-swc): update readme: #​36197
  • docs: add yoga to examples: #​36253
  • Adds removeListener handler to with-electron-typescript example.: #​36323
  • Removed unnecessary React Fragment: #​36331
  • updated with-rebass dependencies: #​36416
  • Add pnpm-debug: #​36394
  • added with-react-foundation example: #​36375
  • Grammar Changed features and API to features and it's API: #​36396
  • Adding Typescript and Mantine example: #​36294
  • [examples] Update styled-components with Babel - add types: #​36125
  • Fix failing yarn PnP test from missing dependency: #​36515
  • docs(examples): Updated Chakra UI examples: #​36333
  • Fix typo: #​36592
  • add Script key for cache: #​36627
Misc Changes
  • Update CODEOWNERS: #​36164
  • Stabilize flakey prerender test: #​36193
  • Stabilize flakey build-output test: #​36195
  • Validate streaming writer chunk type in testing: #​36200
  • Update CI cache key to allow re-running only failed: #​36249
  • feat(trace): next/trace to event format converter: #​36281
  • Add handling for testing against deployments: #​36285
  • Make setup-wasm script work for local dev: #​36355
  • chore(create-next-app): fix pnpm create step: #​36398
  • Update font-optimization test snapshot: #​36492
  • docs: clarify triaging: #​36507
  • Remove extra yarn PnP example test: #​36518
  • Update rewrite destination for flakey rewrite tests: #​36519
  • Normalize font optimization snapshot to reduce flakes: #​36531
  • Bump react dev dep to 18.1: #​36491
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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e5c8845 to b4345c9 Compare June 1, 2022 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant