nextjs-redux-firebase-authentication
nextjs-redux-firebase-authentication copied to clipboard
Update next to the latest version π
The dependency next was updated from 7.0.3 to 9.0.3.
This version is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: zeit-bot License: MIT
Release Notes for v9.0.3
Minor Changes
- Experimental module/nomodule support: #7704
Patches
- Modern JS for SSR Bundles: #7961
- Add .gitignore: #7893
- Import isomorphic-unfetch in data fetching example: #7895
- Make tests for both async and sync GIP: #7999
- Rework dynamic routing <Link> documentation: #8001
- Avoid sending user errors to client: #8005
- Replace fs.exists with fs.access: #7742
- Fix children key in with-typescript-styled-components example: #8003
- Handle windows backslashes when checking ssr-prepass: #8016
- Add Create Next App package: #8018
- Reference correct repository: 7f5f981
- Remove old media images: d486152
- Update CNA links to examples: bcd8eb6
- Fix CNA README typo: 8fb32de
- Fix syntax error in ie11 from next-server/amp: #8032
- Rewrite Create Next App: #8030
- Comment out GIP in Custom <App>: #8055
- Remove public/ file example: #8056
- Remove
now.jsonfrom examples: #8057 - Fix userAgent type error in README.md: #8048
- Apply missing formatting: #8079
- Updated "firebase-admin" module and added "firebase-functions-tβ¦: #8078
- Enable Kodiak bot: #8096
- Disable notify on conflict: 427a02a
- Improve types: #8097
- Allow automatic static optimization in with-sentry-simple exampβ¦: #8102
- Require label to merge for now: d006a24
- Revert "Improve type definitions": #8098
- HTTP methods docs and REST example: #8108
- Configuration for body parsing size limit: #7896
- Add next-head-count & remove next-head class: #8020
- Fix extension for module/nomodule: 8b0a93b
- Dynamic routes clarification: #8110
- Fix index.js for API routes: #8112
- Fix onError prop-type warning in Link: #8021
- Auth example with api routes: #8118
- Fixes problem with API and wrong regex: #8126
- Update example with firebase auth: #8127
- Improve type definitions: #8117
- Docs: Fix comments in with-sentry example (server.js): #8125
- Add missing key prop for array elements in _document: #8132
- Update README.md for with-http2 example: #8131
- Fix spelling in tsconfig.js of readme.md: #8138
- Remove next.config.js: #8139
- Upgrade with-mdx example from mdx 0.16 β 1.1: #8142
- Remove kodiak: 482f454
- Fix regex to not match any string with double underscore: #8153
- Improve docs for API: #8155
- Add 2 AWS Amplify SSR examples one with JS and one with TS: #8073
- Update webpack to 4.38.0: #8147
- Docs: Document change concerning api-routes: #8121
- Update missed lockfile: 25fd3f8
- Refactor(webpack): extract splitChunksConfig: #8161
- Include
schedulerin React bundle: #8164 - Optional Server Compression: #8066
- Fix build only server-side
/api/index.js: #8167 - Fix a typo in README: #8177
- Provide AppTree to getInitialProps for getDataFromTree: #7732
- Test environment code should target Node: #8181
- Fix: Add error message for duplicate route param name: #8047
Credits
Huge thanks to @rakannimer, @adamwathan, @huv1k, @lfades, @imdreamrunner, @dmytro-lymarenko, @ijjk, @developit, @janicklas-ralph, @ikeryo1182, @chaitanyareddyk, @adam187, @HaNdTriX, @devknoll, @sgmonda, @oliviertassinari, @0x80, @bapjiws, @oguzzkilic, @partyKyoung, @lachlanjc, @tomasikp, @felixmosh, @eps1lon, @Timer, @OttlikG, and @nataliemarleny for helping!
Commits
The new version differs by 1454 commits.
00b56c6v9.0.3dc9e270Update examples for Apollo with AppTree (#8180)22aee7ftests(circleci): Update chromedriver to latest (#8192)6c25343Fix typo within blog-starter example (#8182)858f4ebv9.0.3-canary.6b8aee7afix: Add error message for duplicate route param name (#8047)c61f6c1Test environment code should target Node (#8181)4850bd0Provide AppTree to getInitialProps for getDataFromTree (#7732)7209832Fix a typo in README (#8177)3e03feeFix build only server-side/api/index.js(#8167)9659b4bOptional Server Compression (#8066)df213f7Includeschedulerin React bundle (#8164)7b33fbbv9.0.3-canary.591f60cdrefactor(webpack): extract splitChunksConfig (#8161)25fd3f8Update missed lockfile
There are 250 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot :palm_tree:
- The
dependencynext was updated from7.0.3to9.0.4.
Update to this version instead π
Release Notes for v9.0.4
Minor Changes
- Experimental: Serverless Trace target: #8246
- Experimental: Implement
experimentalPrerenderoption: #7983 - Experimental: Granular build chunking: #7696
Patches
- Golf page-loader: #8190
- Don't require test job for deploying: #8194
- Revert "Don't require test job for deploying": #8199
- Update TypeScript Instructions: #8200
- Add some notes about Now deployment: #8205
- Contributing guide rename initialprops: #8203
- Add test for dynamic routing/webpack HMR bug: #8061
- Remove useless code block in docs: 6468b6c
- Remove Old Prerender Implementation: #8218
- FIX- #8059 - Update relay version in examples to latest one: #8227
- Add Create Next App instructions: #8224
- Make Azure CI (sometimes) work: #8230
- Update README.md: 48e1d14
- [Enhancement]: Update README buttons: #8235
- Update to check browserName instead of browser.log: #8234
- [WIP] Add temp secret for PR Stats Action: #8248
- Add warning for API export: #8250
- Define generic for _app state: #8256
- Compression documentation: #8247
- Remove propertyFields from the client router: #8219
- Swallow test process kill errors on win32: #8260
- Add warning for invalid href being passed to router: #8231
- Migrate amp-toolbox-optimizer to @ampproject/toolbox-optimizer: #8275
- Handle backslashes in exportedFiles: #8277
- Update README.md: #8282
- Bugfix: Babel targets value can be a String: #8268
- Update handling of ref in next/link: #8254
- Simplify mobx example: #8269
- Remove cache clearing from static-checker: #8290
- Run migration script for GitHub Actions: #8305
- Revert "Run migration script for GitHub Actions " (#8307): #8305
- Adds user timing marks and measures for hydration/render: #8069
- Document poweredByHeader option: da494db
- Add info about removing @zeit/next-typescript on .babelrc: #8321
- Remove 405 from render method: #8323
- Fix layout example building: #8326
- Deprecate Container usage: #8327
- Only add flying-shuttle code when enabled: #8330
- Update custom app example in README: #8320
- Add config/test app for new PR stats set-up: #8317
- Show warning if next export detects an API route: #8257
- Remove extra variable: #8329
- Followup optimizations for new experimentalPrerender: #8287
- Prevent false positive experimental warning: #8284
- Add warning for missing <Head>: #8276
- Escape output names for modern bundles to prevent replacing: #8232
- Remove accidental support for invalid JavaScript: #8077
- Fix: Warn when user specifies prefetch option as
true: #8233 - Fix TypeScript setup with empty file: #8332
- Update to use dynamic port for stats-app: #8336
- Detect @types/ package for compiled packages: #8340
π Support multiple Next.js versions in one file: #8339- Add test for AMP errors during auto prerendering: #8335
- Minify ncc'd packages for download speed: #8341
- Use 'initial' setting for SplitChunksPlugin: #8293
- Add warning for disabled minification during build: #8337
- Also provide AppTree in NextPageContext: #8223
- Fixes nav start argument in user timing check: #8348
- Add missing dependency "compression" to next-server: #8344
- Add note explaining empty query during prerendering: #8351
- Remove experimental async-to-promises code: #8353
- Fix AppTree type not allowing extra props: #8352
- Add a note for multiple dynamic route segments: #8359
- Fix chunking tests failing from timeout being too low: #8360
- Define
typeof windowfor application code only: #8355 - Add tests for typeof window replacing: #8361
- Updated links from #useRouter to #userouter: #8362
- Create a unique instance of transform-define: #8371
- Use
data-next-pageinstead ofid=__NEXT_PAGE__: #8380 - Fix(examples): correct the path in with-electron: #8370
- Update with-apollo example with hooks: #8363
- Change componentWillMount to UNSAFE: #8357
- [Expo] Updated React Native example: #8376
- Reverting clear measure: #8373
- Don't look up for TS files in dev: #8374
- Feature: Add transparent JSX optimization: #8350
- Hook destructuring optimization: #8381
- Update README.md: #8392
- Remove extra DOM method call: #8394
- Update to replace asPath for static pages in dev mode: #8388
- Updated with-redux-thunk example using useSelector and useDispatch: #8396
- Fixed the docs. The real option is compress, not compression: #8409
- Typo in class name in with-react-esi example: #8414
- Add custom profiler / tracer: #8378
- Next/bin/next - fix typo in help text: #8419
- Fix a typo in with-reasonml-todo example: #8420
- Update Link for create-next-app: #8423
- Upgrade
senddep: #8424 - Fix conflict between defaultPathMap and default 404.html export: #8366
- Fix dynamic APIs with query params: #8386
Credits
Huge thanks to @ijjk, @jordan-jarolim, @rajasekarm, @lfades, @nataliemarleny, @huv1k, @atcastle, @sebastianbenz, @delbaoliveira, @developit , @housseindjirdeh, @diagramatics, @timneutkens, @borekb, @adam187, @devknoll, @elliottsj, @yuyokk, @williamli , @Timer, @merceyz, @rafaelalmeidatk, @EvanBacon, @prateekbh, @bgrayburn , @matamatak, @knight-of-zero, @pogkat , @ondrejsika, @none23, @msweeneydev, @undirectlookable, and @Deadleg for helping!
Commits
The new version differs by 103 commits.
37c6669v9.0.48c26a08v9.0.4-canary.8ec95927Fix dynamic APIs with query params (#8386)177524bFix conflict between defaultPathMap and default 404.html export (#8366)1e1eae2Upgradesenddep (#8424)6dbc64fUpdate Link for create-next-app (#8423)c13d1bcFix a typo in with-reasonml-todo example (#8420)d7a6cddnext/bin/next - fix typo in help text (#8419)b2b5ecev9.0.4-canary.746c4f20Add custom profiler / tracer (#8378)ef13f5cTypo in class name in with-react-esi example (#8414)ad77a55Fixed the docs. The real option is compress, not compression (#8409)ab95c6dUpdated with-redux-thunk example using useSelector and useDispatch (#8396)308c2cdv9.0.4-canary.65422ee0Update to replace asPath for static pages in dev mode (#8388)
There are 103 commits in total.
See the full diff