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 #21

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 10, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/testing-library__jest-dom (source) 5.14.6 -> 5.14.7 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.60.1 -> ^5.61.0 age adoption passing confidence
@typescript-eslint/parser ^5.60.1 -> ^5.61.0 age adoption passing confidence
babel-jest ^29.5.0 -> ^29.6.1 age adoption passing confidence
eslint-config-next (source) ^13.4.7 -> ^13.4.9 age adoption passing confidence
jest (source) ^29.5.0 -> ^29.6.1 age adoption passing confidence
jest-environment-jsdom ^29.5.0 -> ^29.6.1 age adoption passing confidence
next (source) ^13.4.7 -> ^13.4.9 age adoption passing confidence
pnpm (source) 8.6.5 -> 8.6.7 age adoption passing confidence
semantic-release ^21.0.6 -> ^21.0.7 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.61.0

Compare Source

Features

You can read about our versioning strategy and releases on our website.

5.60.1 (2023-06-26)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.61.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

5.60.1 (2023-06-26)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

facebook/jest (babel-jest)

v29.6.1

Compare Source

Fixes

v29.6.0

Compare Source

Features
  • [jest-circus, jest-snapshot] Add support for snapshot matchers in concurrent tests (#​14139)
  • [jest-cli] Include type definitions to generated config files (#​14078)
  • [jest-snapshot] Support arrays as property matchers (#​14025)
  • [jest-core, jest-circus, jest-reporter, jest-runner] Added support for reporting about start individual test cases using jest-circus (#​14174)
Fixes
  • [jest-circus] Prevent false test failures caused by promise rejections handled asynchronously (#​14110)
  • [jest-config] Handle frozen config object (#​14054)
  • [jest-config] Allow coverageDirectory and collectCoverageFrom in project config (#​14180)
  • [jest-core] Always use workers in watch mode to avoid crashes (#​14059).
  • [jest-environment-jsdom, jest-environment-node] Fix assignment of customExportConditions via testEnvironmentOptions when custom env subclass defines a default value (#​13989)
  • [jest-matcher-utils] Fix copying value of inherited getters (#​14007)
  • [jest-mock] Tweak typings to allow jest.replaceProperty() replace methods (#​14008)
  • [jest-mock] Improve user input validation and error messages of spyOn and replaceProperty methods (#​14087)
  • [jest-runtime] Bind jest.isolateModulesAsync to this (#​14083)
  • [jest-runtime] Forward wrapperLength to the Script constructor as columnOffset for accurate debugging (#​14148)
  • [jest-runtime] Guard _isMockFunction access with in (#​14188)
  • [jest-snapshot] Fix a potential bug when not using prettier and improve performance (#​14036)
  • [@jest/transform] Do not instrument .json modules (#​14048)
  • [jest-worker] Restart a shut down worker before sending it a task (#​14015)
Chore & Maintenance
  • [*] Update semver dependency to get vulnerability fix (#​14262)
  • [docs] Updated documentation for the --runTestsByPath CLI command (#​14004)
  • [docs] Updated documentation regarding the synchronous fallback when asynchronous code transforms are unavailable (#​14056)
  • [docs] Update jest statistics of use and downloads in website Index.
vercel/next.js (eslint-config-next)

v13.4.9

Compare Source

Core Changes
  • Reland "ReverseTopological -> AdjacencyMap"": #​52142
  • Change the Server Actions feature flag to be validated at compile time: #​52147
  • Fix modularizeImports transform of antd: #​52148
  • fix: next.config.js with unstable_getImgProps(): #​52153
  • update tests list to include all passing tests: #​52026
  • Support scroll: false for Link component for app router: #​51869
  • Memoize useRouter from next/navigation when used in Pages Router: #​52177
  • chore(deps): bump react 18.3.0-canary-1fdacbefd-20230630: #​52005
  • fix: infinite dev reloads when parallel route is treated a page entry: #​52061
  • disable flaky test cases: #​52184
  • Revert "chore(deps): bump react 18.3.0-canary-1fdacbefd-20230630": #​52192
  • update turbopack: #​52186
  • Update CustomModuleType import: #​52133
  • Skip build-time dynamic code checks for specific polyfills in the Edge runtime: #​52009
  • Update Turbopack: #​52198
  • Use base36 for the RSC query: #​52204
  • Fix dynamicParams check in TS plugin: #​52211
  • Fix tree shaking for image generation module: #​51950
  • fix env reloading for turbopack: #​52194
  • Remove zod from require-hook: #​52197
  • Optimize watch ignore: #​52238
  • Remove the outdated error for find page dir: #​52274
  • Disable flakey turbopack env test: #​52295
  • skip hot reload sync event for applying hmr updates: #​52270
  • Handle 409s in fetch cache: #​51652
  • chore: remove experimental appDir: true from tests: #​52291
  • fix: correct modularizeImports for antd & ant-design/icons: #​52169
  • Update checksum algorithm to SHA1: #​52102
  • chore(deps): bump react to 7118f5d: #​52282
  • Update eslint-plugin-react-hooks to 5.0.0-canary-7118f5dd7-20230705: #​52275
  • Named page chunks: #​51921
  • chore: fix next dev turbopack benchmark: #​52328
  • Fix to use keep-alive in standalone mode: #​50221
  • Use 127.0.0.1 as the default host for the standalone server #​52283
Documentation Changes
  • Update generate-image-metadata.mdx: #​52230
  • docs(mdx): Add clearer instructions on the storage location of mdx-components files.: #​52187
  • docs: Improve some of the error messages pages.: #​52271
  • fix wrong Link import: #​52298
  • Document redirect parameters: #​51987
  • Add manual installation instructions for pages: #​51995
  • Update 10-router-handlers.mdx: #​52098
  • Add app router example: #​52066
  • doc: update typo in instrumentation page: #​52311
Example Changes
  • Remove legacy head.js in examples: #​52292
Misc Changes
  • Update test result step: #​52154
  • Update result job condition: #​52155
  • fix workflow needs: #​52180
  • chore: update issue template option to "App Router": #​52287
  • msic: disable otel esm test: #​52325
  • Test Progressive Enhancement of Server Actions: #​52062
  • fix(create-next-app): add missing metadata type: #​52299
Credits

Huge thanks to @​huozhi, @​shuding, @​ijjk, @​styfle, @​sokra, @​timneutkens, @​ztanner, @​alexkirsz, @​simonswiss, @​feikerwu, @​lubakravche, @​leerob, @​masnormen, @​bottxiang, @​acdlite, @​delbaoliveira, @​feedthejim, @​mhmdrioaf, @​tyler-lutz, @​sebmarkbage, @​vincenthongzy, @​yigithanyucedag, and @​doinki for helping!

v13.4.8

Compare Source

For a more detailed summary of recent performance improvements around compilation, please see this comment.


Core Changes
  • Auto fill title/images/description from openGraph for twitter if missing: #​51453
  • Route Module Updates: #​51433
  • fix(typo): rename var name in comment: #​51531
  • feat: support for numeric separators in revalidate config: #​51438
  • Support response aborting: #​51594
  • Next Build Turbo POC (2): #​51546
  • bugfix: route interception with dynamic paths: #​51526
  • add edge rendering for app dir for Turbopack: #​51631
  • Pages Error Route Module Rendering: #​51374
  • Revert "add edge rendering for app dir for Turbopack": #​51659
  • Update cache handling in draft mode: #​51663
  • Add esm entry for next/server and alias @​vercel/og: #​51651
  • Hot reload when conflicted pages detected and when conflicts are resolved: #​51516
  • Fix standalone rendering for unmatched _next routes: #​51611
  • add edge rendering for app dir for Turbopack: #​51666
  • Revert "Update swc_core to v0.78.15": #​51716
  • type check tests (and convert next-test-utils.js to ts) : #​51071
  • Add default modularizeImports that breaks up @​mui/icons-material, @​mui/material, date-fns, lodash, lodash-es, ramda, react-bootstrap: #​50900
  • Move Pages render out of server: #​51678
  • Add url to patched fetch response: #​51665
  • Correct Flight client's condition for SSR and createServerReference: #​51723
  • Update manual basePath with trailingSlash: #​51726
  • feat: add body parser limit for server actions: #​51104
  • fix: handle 404 errors in HotReload client: #​51637
  • Add critical next config value to github info: #​51715
  • Fix not-found handling in turbopack: #​51735
  • Allow matching against user-agent in rewrites that match headers: #​48271
  • revalidate should be more than a boolean: #​51627
  • Rename serverActionsSizeLimit as serverActionsBodySizeLimit and add docs: #​51755
  • Fix HMR for missing dependencies in next-app-loader: #​51778
  • fix: interception rewrites should support catch-all segments: #​51787
  • Remove execSync: #​51785
  • Remove unncessary source matching from loader: #​51775
  • Fix NODE_OPTIONS='--inspect' not running expected: #​51467
  • Fix tree-shaking for metadata image functions on the Edge runtime: #​51762
  • Add WATCHPACK_WATCHER_LIMIT=20: #​51826
  • Simplify Flight manifest plugin: #​51589
  • performance: don't compile on hover on dev: #​51830
  • Refactor next-font-manifest-plugin: #​51835
  • feat: Introduce eslint rule for async client components: #​51547
  • fix: webpack target should match node engines: #​51852
  • Enable compression for Webpack's cache during dev: #​51851
  • perf: only require nextjs-require-cache-hot-reloader related API in dev mode: #​51834
  • fix: build stats should properly report root page size in appDir: #​51854
  • Optimize client entry creation: #​51849
  • Fix white screen when navigating to pages in certain cases: #​51866
  • Fix missing request body in DELETE and OPTIONS Route Handlers: #​51874
  • make stdout blocking on macos: #​51883
  • Fix windows fill metadata dynamic path: #​51885
  • Support relative url for openGraph.url and itunes.appArgument: #​51877
  • feat(next-dev): add a new experimental flag: #​51895
  • next/node-polyfill-web-streams: fix web stream polyfill for Node v16: #​51901
  • node-polyfill-web-streams: require from stream/web instead of stream: #​51906
  • Add retries and clear message to font fetching: #​51890
  • performance: enable minification for the server bundles: #​51831
  • Simplify module context invalidation: #​51905
  • Reduce the client bundle size of App Router: #​51806
  • fix turbopack mdx import map: #​51881
  • error recovery during turbopack hydration: #​51882
  • Ensure edge runtime Pages API/App Route handlers AbortSignal aborts on client disconnect: #​51727
  • adds payload to server-external-packages.json: #​51933
  • fix(next): improve error for using outside of document: #​45056
  • Support react profiling option for app dir client components: #​51947
  • Add cpu-features to server external packages: #​51946
  • Add unstable_getImgProps export from next/image: #​51205
  • Fix eslint async client component: #​51952
  • fix modularizeImports with @​mui/material: #​51953
  • Fix entrypoints.get and entrypoints.stream from turbopack: #​50733
  • Optimize next-app-loader file resolution: #​51924
  • fix(typedRoutes): added missing anchor props to LinkRestProps: #​51977
  • Update turbopack and swc_core to v0.78.24: #​51943
  • export config into functions config manifest: #​51700
  • Add shared input filesystem: #​51879
  • Make sure DevEx can approve docs PRs / Remove Spaces: #​51996
  • Filter invalid image descriptor from metadata images: #​51992
  • Fix NextRequest constructor parameters: #​52001
  • Update edge-runtime to latest: #​51944
  • Increase time and size windows for cached on-demand entries: #​52019
  • Avoid disposing middleware and instrumentation hook during development: #​52022
  • Update displayed error message for rsc case: #​52004
  • Refactor some loaders to be synchronous: #​51997
  • Optimize inlined Flight data array format: #​52028
  • Revert "Optimize inlined Flight data array format": #​52039
  • Refactor ContentSources to RouteTree: #​51660
  • Fix font missing during server HMR: #​52033
  • Enable Pages Route Module Rendering for Edge: #​51894
  • Ensure non-implicit unstable_cache tags are propagated: #​52058
  • Delegate static analyzation task to the router worker: #​52104
  • Add default modularizeImports for antd / ant-design/icons / ahooks: #​52031
  • Avoid unnecessary resolveExternal calls: #​52053
  • Remove EnvironmentIntention: #​51965
  • fix: env hot reload for RSC pages: #​51930
Documentation Changes
  • added good to know in /app based pages and layout in nested layouts: #​51558
  • docs: Add Panda CSS to CSS-in-JS docs.: #​51484
  • Add docs for src directory to include tailwindcss: #​51619
  • Add page router documentation: #​51626
  • docs: Add 'DO NOT EDIT' comment: #​51600
  • Fix validator action breaking when PRs originate from forks: #​51668
  • docs: fix generated app icons file extensions: #​51562
  • Fix typo in 01-typescript.mdx: #​51669
  • fix(docs): added missing dot: #​51718
  • Update 01-images.mdx: #​51532
  • Add app to tailwind.config.js in fonts documentation.: #​51671
  • Update docs for Google Analytics 4: #​51405
  • Fix Typo in Optimizing - Open Telemetry docs: #​51729
  • docs: improve minor grammar mistake: #​51758
  • fix: typo into 03-css-in-js.mdx page: #​51761
  • docs: Add updated next/image video.: #​51790
  • docs(deploy): fix GitHub Actions cache key: #​51789
  • Fix usage of article "an" before a consonant sound: #​51803
  • Update 10-router-handlers.mdx: #​51850
  • [docs] fix angle bracket in mdx: #​51920
  • [docs] Replace the term "hole" with "slot": #​51919
  • [docs] fix curly brackets in mdx: #​51916
  • Add separate links in shared documentation: #​51733
  • Fix run-on sentence: #​51956
  • docs: make custom image loader a client component.: #​51858
  • docs: clarify reactStrictMode: true by default: #​51931
  • Remove unnecessary mention of scroll false: #​51964
  • Update next lint section: #​51898
  • Docs: Fix broken link: #​51991
  • chore(docs): explain NODE_ENV environment variable: #​52003
  • fix(create-next-app): consolidate messages to "Would you like to use": #​52011
  • Docs: Fix missing typings for typescript example: #​52076
  • docs: Fix broken link: #​52092
Example Changes
  • examples: improve with-supabase example: #​51442
  • examples: add missing supabase-js dependency for with-supabase example: #​51703
  • docs: update with-next-translate example using appdir: #​51720
  • fix some issues on examples/app-dir-i18n-routing: #​51576
  • chore(examples): relax pinned versions to fix npm install fail due to peer deps issue: #​51636
  • Avoiding try-catch block on examples/app-dir-i18n-routing: #​51786
  • [examples] Update styling for with-supabase example: #​51751
Misc Changes
  • chore: make next/src/build files indexable on github: #​51647
  • fix lockfile: #​51650
  • Remove the 'notify' modifier on .vercel.approvers: #​51655
  • Move the Next.js team back to github codeowners: #​51657
  • Revert "[Docs] Fix validator action breaking when PRs originate from …: #​51674
  • Update swc_core to v0.78.15: #​51269
  • Update link validator: use checks, fail on PR from forked repo: #​51706
  • Update page.tsx tw className: #​49040
  • Update needs for build and deploy: #​51731
  • Ensure we run cargo-integration on next change: #​51736
  • Update swc_core to v0.78.24: #​51857
  • Revert "Update swc_core to v0.78.24": #​51940
  • Update codeowners: #​51935
  • lint fix
  • Ensure metadata test is not affected by other tests: #​51973
  • Remove test skip: #​51988
  • Loosen metatdata test matcher: #​52007
  • chore(script): improve markdown changelog output in sync-react.js: #​52052
  • chore(script): fix typo in sync-react.js pull request url: #​52057
  • fix app-hmr-changes.test.ts by updating next-tweet: #​52046
  • link validator: log broken links for PRs from forks: #​51963
  • Renable flaky tests disabled before: #​51680
Credits

Huge thanks to @​huozhi, @​wyattjoh, @​dijonmusters, @​danger-ahead, @​bre30kra69cs, @​leerob, @​Yash-Singh1, @​jridgewell, @​alexkirsz, @​ztanner, @​sokra, @​krmeda, @​tyler-lutz, @​ijjk, @​delbaoliveira, @​bigyanse, @​kdy1, @​2-NOW, @​ForsakenHarmony, @​Mingyu-Song, @​morganfeeney, @​timneutkens, @​aralroca, @​nickmccurdy, @​adamjmcgrath, @​shuding, @​devjiwonchoi, @​angel1254mc, @​cxa, @​ibash, @​mohanraj-r, @​kevinmitch14, @​iaurg, @​steebchen, @​Cow258, @​charlesbdudley, @​feedthejim, @​tyhopp, @​Drblessing, @​styfle, @​kwonoj, @​MaxLeiter, @​milovangudelj, @​SukkaW, @​jacobsfletch, @​JoshuaKGoldberg, @​zignis, @​ChristianIvicevic, @​mrxbox98, @​oliviertassinari, @​balazsorban44, @​fsansalvadore, @​DuCanhGH, @​tvthatsme, @​gnoff, and @​SonMooSans for helping!

pnpm/pnpm (pnpm)

v8.6.7

Compare Source

Patch Changes

  • Ensure consistent output for scripts executed concurrently, both within a single project and across multiple projects. Each script's output will now be printed in a separate section of the terminal, when running multiple scripts in a single project using regex #​6692.
  • The --parallel CLI flag should work on single project #​6692.
  • Optimizing project manifest normalization, reducing amoung of data copying #​6763.
  • Move loading wantedLockfile outside dependenciesHierarchyForPackage, preventing OOM crash when loading the same lock file too many times #​6757.
  • Replace ineffective use of ramda difference with better alternative #​6760.

Our Gold Sponsors

Our Silver Sponsors

v8.6.6

Compare Source

Patch Changes

  • Installation of a git-hosted dependency without package.json should not fail, when the dependency is read from cache #​6721.
  • Local workspace bin files that should be compiled first are linked to dependent projects after compilation #​1801.
  • Prefer versions found in parent package dependencies only #​6737.
  • Multiple performance optimizations implemented by @​zxbodya:
    • avoid copying preferredVersions object #​6735
    • avoid object copy in resolvePeersOfNode #​6736
    • preferredVersions in resolveDependenciesOfImporters #​6748
    • remove ramda isEmpty usages #​6753
    • use Maps and Sets instead of objects #​6749
    • optimize splitNodeId, fix invalid nodeId #​6755

Our Gold Sponsors

Our Silver Sponsors

semantic-release/semantic-release (semantic-release)

v21.0.7

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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, check this box

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

@renovate renovate bot added the dependencies New dependency updates label Jul 10, 2023
@renovate renovate bot merged commit 09428b0 into main Jul 10, 2023
4 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch July 10, 2023 03:32
@remcolakens
Copy link
Owner

🎉 This PR is included in version 2.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@remcolakens remcolakens added the released This feature has been released label Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies New dependency updates released This feature has been released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant