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

fix(deps): update patch dependencies (patch) #4916

Merged
merged 2 commits into from
Feb 22, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 22, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) ^3.3.10 -> ^3.3.11 age adoption passing confidence
@arch-ui/fields ^3.0.4 -> ^3.0.5 age adoption passing confidence
@babel/core (source) ^7.12.16 -> ^7.12.17 age adoption passing confidence
@babel/plugin-transform-runtime (source) ^7.12.15 -> ^7.12.17 age adoption passing confidence
@babel/preset-env (source) ^7.12.16 -> ^7.12.17 age adoption passing confidence
@babel/preset-typescript (source) ^7.12.16 -> ^7.12.17 age adoption passing confidence
@babel/runtime (source) ^7.12.13 -> ^7.12.18 age adoption passing confidence
@graphql-tools/merge ^6.2.7 -> ^6.2.9 age adoption passing confidence
@keystonejs/adapter-knex ^13.0.0 -> ^13.0.1 age adoption passing confidence
@keystonejs/adapter-mongoose ^11.0.0 -> ^11.0.1 age adoption passing confidence
@keystonejs/adapter-prisma ^3.0.0 -> ^3.0.1 age adoption passing confidence
@keystonejs/app-graphql ^6.2.0 -> ^6.2.1 age adoption passing confidence
@keystonejs/session ^8.1.0 -> ^8.1.1 age adoption passing confidence
@keystonejs/utils ^6.0.0 -> ^6.0.1 age adoption passing confidence
@reach/skip-nav ^0.13.0 -> ^0.13.2 age adoption passing confidence
@tinymce/tinymce-react ^3.10.1 -> ^3.10.2 age adoption passing confidence
@typescript-eslint/eslint-plugin ^4.15.1 -> ^4.15.2 age adoption passing confidence
@typescript-eslint/parser ^4.15.1 -> ^4.15.2 age adoption passing confidence
codemirror (source) ^5.59.2 -> ^5.59.3 age adoption passing confidence
eslint-plugin-jest ^24.1.3 -> ^24.1.5 age adoption passing confidence
html-webpack-plugin ^4.5.1 -> ^4.5.2 age adoption passing confidence
io-ts ^2.2.14 -> ^2.2.15 age adoption passing confidence
knex (source) ^0.21.17 -> ^0.21.18 age adoption passing confidence
mime ^2.5.0 -> ^2.5.2 age adoption passing confidence
mongoose (source) ^5.11.16 -> ^5.11.17 age adoption passing confidence
next (source) 10.0.5 -> 10.0.7 age adoption passing confidence
react-day-picker (source) ^8.0.0-beta.3 -> ^8.0.0-beta.11 age adoption passing confidence
rehype-highlight ^4.0.0 -> ^4.0.1 age adoption passing confidence
slate ^0.60.3 -> ^0.60.4 age adoption passing confidence
slate-history ^0.60.3 -> ^0.60.4 age adoption passing confidence
slate-hyperscript ^0.60.3 -> ^0.60.4 age adoption passing confidence
slate-react ^0.60.3 -> ^0.60.4 age adoption passing confidence
tabbable ^5.1.5 -> ^5.1.6 age adoption passing confidence

Release Notes

apollographql/apollo-client

v3.3.11

Compare Source

Bug fixes
babel/babel

v7.12.17

Compare Source

🐛 Bug Fix
💅 Polish
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-private-methods
🏠 Internal
ardatan/graphql-tools

v6.2.9

Patch Changes
  • 219ed39: enhance(load/module-loader/merge): use getDocumentNodeFromSchema instead of parse and printSchemaWithDirectives together
  • Updated dependencies [219ed392]
  • Updated dependencies [219ed392]
  • Updated dependencies [219ed392]
keystonejs/keystone

v13.0.1

Compare Source

reach/reach-ui

v0.13.2

Compare Source

🐛 Bugfixes

✨ Enhancements

🏡 Housekeeping

3 Committers 🤜🤛

v0.13.1

Compare Source

tinymce/tinymce-react

v3.10.2

Compare Source

[3.10.2] - 2021-02-20

typescript-eslint/typescript-eslint

v4.15.2

Compare Source

Bug Fixes
  • typescript-estree: correct issues in AST definition (#​3083) (509a117)
  • add missing intrinsic keyword node to AST (#​3081) (409bf0b)
  • eslint-plugin: [no-var-requires] report when used in type assertion (#​3074) (763a252)
  • correct test names on windows for semantic-diagnostics-enabled (#​3060) (885780d)
codemirror/CodeMirror

v5.59.3

Compare Source

Bug fixes

Don't override the way zero-with non-joiners are rendered.

Fix an issue where resetting the history cleared the undoDepth option's value.

vim bindings: Fix substitute command when joining and splitting lines, fix global command when line number change, add support for :vglobal, properly treat caps lock as a modifier key.

jest-community/eslint-plugin-jest

v24.1.5

Compare Source

Bug Fixes
  • require-top-level-describe: import function that actually exists (#​763) (d10dc07)

v24.1.4

Compare Source

Bug Fixes
jantimon/html-webpack-plugin

v4.5.2

Compare Source

gcanti/io-ts

v2.2.15

Compare Source

  • Experimental

(*) breaking change

knex/knex

v0.21.18

Compare Source

broofa/mime

v2.5.2

Compare Source

Automattic/mongoose

v5.11.17

Compare Source

====================

  • fix(populate): handle perDocumentLimit when multiple documents reference the same populated doc #​9906
  • fix(document): handle directly setting embedded document array element with projection #​9909
  • fix(map): cast ObjectId to string inside of MongooseMap #​9938 HunterKohler
  • fix(model): use schema-level default collation for indexes if index doesn't have collation #​9912
  • fix(index.d.ts): make SchemaTypeOptions#type optional again to allow alternative typeKeys #​9927
  • fix(index.d.ts): support { type: String } in schema definition when using SchemaDefinitionType generic #​9911
  • docs(populate+schematypes): document the $* syntax for populating every entry in a map #​9907
  • docs(connection): clarify that Connection#transaction() promise resolves to a command result #​9919
vercel/next.js

v10.0.7

Compare Source

Core Changes
  • Fix #top anchor link scroll: #​16638
  • fix: add declarations for compiled webpack and loader: #​21741
  • Add stats config option: #​21761
  • Update stats flag default: #​21791
  • Add webpack type to ncc bundle: #​21785
  • Rename package build scripts to dev: #​21743
  • Add version for stats: #​21823
  • feat: Implement webpack require hook: #​21802
  • Make experimental stats file approximately 90% smaller: #​21858
  • Update reasons array to use module id instead of identifier: #​21895
  • Make sure all modules are included in the stats file: #​21942
  • Fix profiling plugin for next build: #​21989
  • Ensure error is passed up in minimal mode: #​22030
  • Add nccing AMP optimizer: #​21980
  • Only create locale domain links if on locale domain: #​22032
  • fix(link): cancel idle callback on unmount: #​22072
  • Check if parentspan is provided in profiler: #​22061
  • Upgrade to lerna 4: #​22039
Documentation Changes
  • Fix “it’s” typo in CRA migration doc: #​21678
  • Docs: delete extra bracket [introduction.md]: #​21715
  • Fix docs for sample query parameters: #​21879
  • Revert "Fix docs for sample query parameters": #​21881
  • Add example for headers and link in the docs: #​21821
  • Update server output path in static optimization docs: #​21910
Example Changes
  • Return a number from sort compare function: #​21763
  • fix: send url to gtm.pageview: #​21747
  • Remove dotenv from Relay example.: #​21814
  • Fix Linaria link: #​21826
  • Update react to 17.0.1 in example/with-typescript-eslint-jest: #​21870
  • Update React version in Tailwind example: #​21906
  • [examples] Wrap entire app with Styletron provider for with-styletron: #​21908
  • Fix example for custom server SSR caching: #​18786
  • Added blog-starter example using Ghost CMS: #​19990
  • Upgrade packages for example/with-typescript-eslint-jest: #​21963
  • Improve sanity.io example: #​18227
  • with-apollo SSR example added.: #​21956
  • Fix with-firebase-hosting running locally: #​21971
Misc Changes
  • Update script loader tests: #​21730
  • Fix getting latest stable tag for stats: #​21753
Credits

Huge thanks to @​lachlanjc, @​lebreRafael, @​AryanBeezadhur, @​ijjk, @​guybedford, @​giraffesyo, @​balazsorban44, @​timneutkens, @​leerob, @​petecorreia, @​kaznak, @​sam3d, @​Timer, @​fwuensche, @​rafaellaurindo, @​sphilee, @​styxlab, @​rexxars, @​smitbarmase, @​maerzhase, @​divmain, and @​matamatanot for helping!

v10.0.6

Compare Source

Core Changes
  • refactor(next): client/index.tsx: #​20806
  • Update profiling approach to cover webpack runs: #​20900
  • Prevent unpredictable dependency hosting by explicitly resolve module path on webpack.ProvidePlugin: #​20971
  • fix: Replace all backslashes when normalizing path in getFormattedDiagnostic: #​17915
  • Error when exporting to static directory: #​20969
  • fix(next): always enable absoluteRuntime when running under webpack: #​19538
  • perf(next): use require.resolve instead of resolve: #​19518
  • feat(css): add strictPostcssConfiguration flag: #​20914
  • Add proper error when conflicting paths are detected: #​20918
  • Font optimization - remove warning message: #​20874
  • Wrong index path revalidation timer: #​20818
  • Fix image cache for vector and animated images: #​20480
  • feat: webpack inlining with configuration for v4 / v5: #​20598
  • fix: bump node-sass peer dependency: #​21084
  • fix: webpack 5 and worker-loader support: #​21050
  • feat: Webpack loader inlining: #​21127
  • Bump minimum suggested React version: #​21046
  • fix: resolve two peer dep install warnings: #​21176
  • fix hydration mismatch on href for url with anchor refs: #​21065
  • Minimal mode normalizing: #​21083
  • use webpack resolve api to resolve in externals config: #​21205
  • improve splitChunks config for webpack 5: #​21208
  • Add codemod for files that do not support the new React JSX transform: #​21281
  • Fix webpack 5 warning + disabling of profiling: #​21276
  • chore: upgrade chokidar to fix install warning: #​21343
  • Fix splitting page path by buildId: #​19901
  • upgrade webpack 5 for empty entrypoint fix: #​21353
  • Add experimental per-page option to disable JS preloads: #​21329
  • chore: compile resolve-url-loader: #​21351
  • chore: compile style-loader dep: #​21355
  • chore: compile css-loader: #​21357
  • Preserve asPath while resolving rewrites: #​21410
  • ci: fix webpack 5 enabling for tests: #​21436
  • Fix shallow routing scroll: #​21437
  • fix(next): respect extends in tsconfig with exclude and include: #​16619
  • Fix hostname message in dev/start: #​20409
  • fix: upgrade pinned deps for tests: #​21515
  • Require only build directory to be writeable for build: #​20977
  • Critical css fix: #​21462
  • Fix aspath for getInitialProps: #​20572
  • refactor: server/api-utils.ts: #​21148
  • expanded on No Router Instance: #​21248
  • refactor: add types to name-default-components.ts: #​21291
  • Fix to parse REACT_EDITOR in env: #​21331
  • Remove mkdirp: #​21365
  • Change type of GetServerSidePropsContext.req.cookies the be the same as NextApiRequest.cookies: #​21336
  • Allow undefined body sent to sendData(): #​20981
  • Font optimization - Pass nonce to inlined font definition: #​21346
  • chore: upgrade webpack5: #​21563
  • Ensure prerender-manifest contains all i18n revalidate values: #​21404
  • Improvements to webpack tracing, including hot-reload: #​21652
  • Experimental feature changes: #​21646
Documentation Changes
  • Fix deploy buttons URLs: #​20834
  • Fix typo in error markdown: #​20825
  • Replace zeit/next.js with vercel/next.js: #​20849
  • Adding small note to ENV documentation: #​20860
  • Add note on destructuring to Env Variables docs: #​20869
  • Add "Migrating from React Router" docs.: #​20982
  • Fix teeny tiny typo: #​21005
  • Update a link: #​20999
  • Add missing word to Data Fetching docs: #​21018
  • Update redirected or broken Vercel docs links.: #​21119
  • Small spelling fix: #​21246
  • Add guide "Migrating from Create React App": #​21212
  • Update Supabase example.: #​21200
  • Add Note to i18n-routing Docs for Subdomains for Locale Domains: #​21387
  • Update data-fetching.md to use async file loading: #​17518
  • Update headers.md to clarify Cache-Control gets overwritten in prod: #​19967
  • Added Typescript example for withRouter: #​18116
  • Add Next.js Analytics to documentation.: #​21527
  • Doc: pageExtensions - note regarding affected files: #​21326
  • Add Kontent example to preview section: #​21542
  • Update docs and Create Next App to use API Middlewares by default.: #​21639
  • Add note about Yarn 2 support.: #​21657
  • Remove note about Yarn 2 support.: #​21665
Example Changes
  • Fix an error in Kontent CMS example caused by a file name typo: #​20863
  • Improve with firebase cloud messaging: #​20868
  • Update PostCSS plugin list in README: #​20956
  • Fix error in example: #​20934
  • Fix with-three-js example: #​20897
  • GraphCMS example - Upgrade to React 17 / Tailwind 2 and next/image: #​20772
  • Update Supabase Quickstart Screen + Tailwind 1.x to 2.x: #​20770
  • Use archive link for electron-next in the examples: #​20879
  • fix(examples): make with-graphql-hooks run correctly again: #​20929
  • Update with-polyfills example.: #​20996
  • Add useCreateIndex to mongoose connection options: #​21145
  • Include utm_source on example links to vercel.com: #​21305
  • added an ipcRenderer usage sample to the electron-typescript example: #​20000
  • Adds optional REDIS_PASSWORD env var to make setup with RedisLabs work easily for the with-redis example: #​21432
  • Use autoprefixer instead of postcss-preset-env: #​21215
  • feature/vanilla-emotion - add an example of vanilla emotion: #​20228
  • refactor(with-tailwindcss-emotion): example remove styles directory: #​21368
  • Fix typo in Header component of with-iron-session example: #​21428
  • Add example: Firebase authentication + SSR: #​15202
  • Unify installation scripts for example apps: #​19808
  • Bring Tailwind CSS example in line with official Tailwind docs: #​19750
  • Add "title" as the source for "slug" in cms-sanity example: #​19867
  • Update dependencies of with-tailwindcss example: #​21517
  • Corrected links in with-yarn-workspaces: #​21523
  • suppressing eslint warning: #​21163
  • Update links that go to vercel.com/now: #​21556
  • Grammatical fixes: #​21644
Misc Changes
  • Update redbox tests: #​20866
  • Update license year for all packages
  • Add pnpm integration test: #​17882
  • Skip GitHub actions tests for irrelevant changes: #​20867
  • Update next/image test: #​20986
  • Fix "rule.test.test is not a function" in @​next/plugin-storybook: #​21032
  • Fix tests for React 16 + Webpack 4/5: #​21146
  • Update 1.bug_report.yml
  • fix: lint
  • Update chromedriver brew install instructions in contributing doc: #​21251
  • Move hydration mis-match test suite: #​21264
  • fix: lint
  • Remove console.log
  • ci: stabilize Window CI: #​21344
  • Add additional dynamic route hash tests: #​21363
  • Update manifest.json
  • Test: serverless target should set correct revalidation (cache-control) header: #​15512
  • Add a VSCode Launch configuration for debugging examples: #​16940
  • Filter canary branch for GitHub actions cancelling: #​21524
  • Fix docs only check for CI: #​21530
  • Fix and add test filterModuleRules for next-plugin-storybook: #​17306
  • Update CI docs change diff check: #​21558
  • Remove branches filter from actions cancel workflow: #​21564
  • Update CI publish step to trigger after build: #​21661
Credits

Huge thanks to @​lucleray, @​jeremybalog, @​tarunama, @​zainfathoni, @​destumme, @​ijjk, @​timneutkens, @​VictorAssis, @​giraffesyo, @​bhbs, @​ciruz, @​lachlanjc, @​simnalamburt, @​Almad, @​frol, @​ludofischer, @​merceyz, @​elliottsj, @​leerob, [@​Baheya](https://togithub.


Renovate configuration

📅 Schedule: "before 7am on Tuesday" in timezone Australia/Sydney.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

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

@vercel
Copy link

vercel bot commented Feb 22, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/keystonejs/keystone-next-docs/mij2jKkRHjLThreHmgEp2TDGQPVU
✅ Preview: https://keystone-next-git-renovate-patch-patch-dependencies-key-1d5e8e.vercel.app

@vercel vercel bot temporarily deployed to Preview February 22, 2021 14:18 Inactive
@changeset-bot
Copy link

changeset-bot bot commented Feb 22, 2021

⚠️ No Changeset found

Latest commit: d3544e4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 0f84b6c to 5677647 Compare February 22, 2021 17:31
@vercel vercel bot temporarily deployed to Preview February 22, 2021 17:31 Inactive
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 5677647 to d8a5294 Compare February 22, 2021 21:12
@vercel vercel bot temporarily deployed to Preview February 22, 2021 21:12 Inactive
@vercel vercel bot temporarily deployed to Preview February 22, 2021 21:23 Inactive
Copy link
Contributor

@timleslie timleslie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@timleslie timleslie enabled auto-merge (squash) February 22, 2021 21:24
@timleslie timleslie merged commit e817361 into master Feb 22, 2021
@timleslie timleslie deleted the renovate/patch-patch-dependencies branch February 22, 2021 21:32
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.

2 participants