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 dependency next to v9.4.4 #31

Merged
merged 1 commit into from
Jun 9, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2020

This PR contains the following updates:

Package Type Update Change
next (source) devDependencies patch 9.4.1 -> 9.4.4

Release Notes

vercel/next.js

v9.4.4

Compare Source

Patches

v9.4.3

Compare Source

Minor Changes
  • Better formatted Sass errors: #​13211
  • Add support for sass-loader prependData option: #​12277
  • Make page path case sensitive in dev: #​8848
  • Feat(cli): use default template when GH is offline: #​12194
  • Bundle env configs in serverless mode: #​13406
  • Add failing paths to export error summary: #​10026
  • Add type inference for getStaticProps and getServerSideProps: #​11842
Patches
  • Remove dead events: #​13156
  • Remove unnecessary loadGetInitialProps: #​13159
  • Remove old ErrorComponent global: 7eaf9b8
  • Load .env files before running Telemetry: #​13173
  • Migrate PR stats action into Next.js repo: #​13177
  • Chore(next/build/babel): missing types: #​13189
  • Bug fixes for Lint routing: #​13111
  • [Docs] Replace hot reloading with fast refresh: #​13207
  • Updated docs: #​13205
  • Move csp examples: #​13221
  • With reason relay example: #​12080
  • Fix formatting of older PR that passed tests: e4d22ce
  • Make .env clickable in terminal: #​12210
  • More redundant imports @​ examples: #​13190
  • Chore: Remove react redundant imports on examples: #​13169
  • Use correct chalk import: #​13235
  • Chore: remove-redundant-example-import: #​13175
  • Fix ssr-caching example: #​12180
  • Ignore nullish user configs: #​10250
  • Add urql to the examples list: #​13006
  • Fix dotenv file loading order: #​13161
  • Update custom server docs: #​13172
  • Created Expo TypeScript example project: #​13182
  • Use memoizedPagechecker: #​13191
  • Upgrade react-with-styles to version 4: #​13193
  • With-monaco-editor-example-fix: #​13186
  • Add example: with-mux-video: #​13120
  • With mux video readme updates: #​13253
  • Rename import to solve conflicting usage of Error constructor: #​13256
  • Docs(debugging): explain how to debug in Chrome DevTools/VS Code: #​10807
  • Uncomment private key: #​13277
  • [Examples] Added blog-starter-typescript: #​12981
  • Consolidate non-SSG branch in renderToHTMLWithComponents Cont.: #​13274
  • Defer Page Registration: #​11054
  • Update debugging docs: #​13270
  • Fix linting: 12e0db0
  • [Fast Refresh] Upgrade react-refresh: #​13285
  • Wait for flush before firing routing event: #​13287
  • Add ThemedStyleSheet.registerInterface to react-with-styles example: #​13284
  • Special case default template in CNA: #​12109
  • Allows multiple lines for Module not found errors: #​10797
  • Fix retry for Windows tests: #​13296
  • Fix method return shape: #​13299
  • Chore(next): export/lib/next-server missing types: #​13320
  • Fix wrong README of blog-starter-typescript example: #​13330
  • Skip node internals: #​13345
  • Fix "Commitment to Open Source" link in contributing.md: #​13352
  • Update Amp dependencies: #​13354
  • Refactor with redux saga: #​13342
  • Refactor with redux thunk example: #​13336
  • Update with-style-sheet example: #​13323
  • Refactor with redux persist example: #​13338
  • [examples] with-ts-eslint-jest example app: #​12025
  • Add a few extra types: #​13363
  • Update Monaco Editor Example: #​13369
  • Convert export worker to typescript: #​13381
  • Fixed with-iron-session to work on Windows systems: #​13386
  • With-overmind server error because of incorrect getStaticProps return statement: #​13385
  • Refactor with rematch example: #​13392
  • Update PR stats action branch check: #​13394
  • Fixing Redundant React imports on next.js/examples: #​13384
  • Fix with-sentry-simple example: #​13404
  • Docs(static-html-export): note getServerSideProps: #​13401
  • Fix(client-routing): page render: #​13305
  • [Experimental] Do not type check twice: #​13419
  • Removed redundant react imports from with-overmind: #​13422
  • Update Static HTML Export documentation: #​11814
  • Refactor class components to functional @​ examples: #​13398
  • Fix auto export opting out from _error edge case: #​13425
  • Make sure to not duplicate exports with exportTrailingSlash: #​11011
  • Example: Static Generation of local Apollo GraphQL schema: #​13202
  • Chore(next-server): api-utils,crypto-utils,next-server missing types: #​13431
  • Refactor(with-sentry): example: #​13434
  • Fix AMP Test Flake: #​13450
  • Add warning when reserved pages are nested: #​13449
  • [Docs]: minor typo in jsx file extension: #​13451
  • Update codeload and deploy links for org rename: #​13141
  • Add release argument to SentryWebpackPlugin: #​13459
  • Do not throw away tsconfig.json comments: #​13458
  • Remove beta label from Netlify Plugins: #​13465
  • Add Route as Modal Page Example: #​12945
  • Update references to zeit/next.js: #​13463
Credits

Huge thanks to @​Tylerian, @​devknoll, @​luciovilla, @​ijjk, @​maxigimenez, @​prateekbh, @​lfades, @​timneutkens, @​Arnarkari93, @​balazsorban44, @​TodorTotev, @​willianjusten, @​mvfsillva, @​xliusstk, @​alejandronanez, @​iansu, @​jtmthf, @​Janpot, @​mohsen1, @​dylanjha, @​chibicode, @​sambokai, @​vvo, @​joejknowles, @​UndyingSugimoto, @​jamesmosier, @​arcanis, @​marcosvega91, @​Regaddi, @​sachaos, @​tywmick, @​c0b41, @​giuseppeg, @​erikdstock, @​danielpaz6, @​awareness481, @​correttojs, @​lostfictions, @​benjaminpearson, @​Timer, @​jacobdcastro, @​manuschillerdev, @​scefali, @​karlhorky, and @​JMFURY for helping!

v9.4.2

Compare Source

Minor Changes
  • [Experimental] Add support for production browser source maps: #​13018
  • [Experimental] Implement optional catch all routes: #​12887
Patches
  • Only retry tests on CI: #​12998
  • Fix modal overlay in RTL layouts: #​13000
  • Feat: Remove redundant imports in XState example: #​13020
  • Convert test to be inline: #​13022
  • Avoid over-transpiling core libs: #​11803
  • [Examples] Chakra UI - Move CSSReset inside ColorModeProvider: #​13044
  • Stabilize test for Windows: #​13050
  • Improve jsconfig.json error message: #​13053
  • An empty jsconfig.json should not fail the build: #​13051
  • Add PR labeler action: #​13054
  • Revert "Add PR labeler action": #​13055
  • X-powered-by is added to response, not request: #​13037
  • Chore: Remove redundant imports in several examples: #​13030
  • Correct multi-match behavior for queries and header values: #​13017
  • Fix with-emotion examples: #​13005
  • Remove redundant React imports from with-redux-thunk example: #​12986
  • [Examples] Added public folder to with-docker example: #​12879
  • Docs: add prismic locale note: #​12862
  • Chore: use function component on with-typescript example: #​12695
  • Fix crash when NODE_OPTIONS includes --inspect-port: #​12555
  • Add eslint-plugin-jest: #​13003
  • Add monaco-editor example: #​11232
  • Chore: hot-reloader, htmlescape, next-dev-server missing types: #​12730
  • Fix lint: f9b7247
  • Removed redundant code from the with-portals example: #​13059
  • Upgrade to Prettier 2: #​13061
  • Update Examples for Fast Refresh: #​13068
  • Add sourcemaps to Next.js core compilation: #​13049
  • Adding no html-link lint rule to eslint-plugin: #​12969
  • Chore(next): check-custom-routes - recursive-copy missing types: #​13065
  • Remove taskr typescript plugin as it&#​39;s no longer used: #​13081
  • Added path: #​13075
  • Remove redundant code from with-portals-ssr example: #​13060
  • Update prefetching explanation to correctly reflect data prefetching: #​13088
  • Fix building server-side generated AMP pages: #​13046
  • Improve Redux Toolkit example: #​12858
  • Add error when exporting pages with fallback: true: #​13063
  • Update the Automatic Static Optimization docs to explicitly state that Next.js will trigger an update.: #​13096
  • Fix(examples): align with-absolute-imports with next 9.4: #​13090
  • [Example] Unsubscribe Router.on.events: #​13102
  • Add Kodiak Configuration: #​13103
  • Fix catch-all route + index.js in dev when accessed with trailing slash: #​10502
  • Fix Lint: f7bdf29
  • Stabilize config tests: #​13116
  • Update DatoCMS Example: #​13008
  • Enable update_branch_immediately: b0a020e
  • Revert "Enable update_branch_immediately": b3e5233
  • [Examples] Update with-sentry-simple: #​13074
  • Add support for debugging Next.js core: #​13101
  • Read process.env after loading .env files: #​13087
  • [Experimental] Only consider files within plugins: #​12943
  • Example(contentful): set up content types with required fields: #​12591
  • [Examples] Fix with-yarn-workspaces Vercel deploy button: #​12867
  • Use eval-source-map for Server Side Errors: #​13123
  • Chore: Remove some redundant imports: #​13066
  • With stitches: #​12677
  • GranularChunks conformance check: #​11710
  • Enable jest/no-try-expect: #​13124
  • Upgrade Next Redux Wrapper to version 6 in examples: #​11802
  • Fix the link for Custom Server documentation: #​13137
  • Correctly eliminate destructuring assignment: #​13144
  • Update Create Next App to handle rename of org: #​13138
  • Eliminate array destructuring assignment: #​13151
  • Fix Windows LogBox Test: #​13147
  • Feat/remove redundant imports from examples: #​13062
  • Record presence of reportWebVitals: #​13155
Credits

Huge thanks to @​timneutkens, @​Janpot, @​felixmosh, @​jmgr2996, @​developit, @​kolyasapphire, @​rafaelalmeidatk, @​stigkj, @​ijjk, @​lboecker, @​mattcarlotta, @​tomevans18, @​b-b0t, @​guilhermedeandrade, @​mpareja, @​Ehesp, @​maxigimenez, @​TodorTotev, @​prateekbh, @​lfades, @​slawekkolodziej, @​leosuncin, @​zlwaterfield, @​twltwl, @​cjimmy, @​gregrickaby, @​davecardwell, @​taye, @​Prioe, @​christianalfoni, @​janicklas-ralph, @​kirill-konshin, and @​pkuczynski for helping!


Renovate configuration

📅 Schedule: "on saturday" (UTC).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@renovate renovate bot added the renovate label Jun 9, 2020
@coston coston merged commit f924fd0 into master Jun 9, 2020
@renovate renovate bot deleted the renovate/nextjs-monorepo branch June 9, 2020 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants