Skip to content

fix(deps): update minor and patch dependencies - #28

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/minor-and-patch-dependencies
Open

fix(deps): update minor and patch dependencies#28
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/minor-and-patch-dependencies

Conversation

@renovate

@renovate renovate Bot commented Aug 21, 2023

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@changesets/cli (source) ^2.26.2^2.31.1 age confidence devDependencies minor
@next/eslint-plugin-next (source) ^13.4.19^13.5.11 age confidence dependencies minor
@rollup/plugin-commonjs (source) ^25.0.4^25.0.8 age confidence dependencies patch
@rollup/plugin-image (source) ^3.0.2^3.0.3 age confidence dependencies patch
@rollup/plugin-node-resolve (source) ^15.2.0^15.3.1 age confidence dependencies minor
@rollup/plugin-typescript (source) ^11.1.2^11.1.6 age confidence dependencies patch
actions/checkout v3.5.3v3.7.0 age confidence action minor
actions/setup-node v3.8.1v3.9.1 age confidence action minor
changesets/action v1.4.5v1.9.0 age confidence action minor
eslint (source) >= 8.47.0>= 10.10.0 age confidence peerDependencies minor
eslint (source) ^8.47.0^8.57.1 age confidence devDependencies minor
eslint-import-resolver-typescript ^3.6.0^3.10.1 age confidence dependencies minor
eslint-plugin-import ^2.28.1^2.32.0 age confidence dependencies minor
eslint-plugin-jsx-a11y ^6.7.1^6.10.2 age confidence dependencies minor
eslint-plugin-react ^7.33.2^7.37.5 age confidence dependencies minor
eslint-plugin-react-hooks (source) ^4.6.0^4.6.2 age confidence dependencies patch
eslint-plugin-testing-library ^6.0.0^6.5.0 age confidence dependencies minor
lerna (source) ^7.1.5^7.4.2 age confidence devDependencies minor
lint-staged >= 14.0.0>= 14.0.1 age confidence peerDependencies patch
lint-staged ^14.0.0^14.0.1 age confidence devDependencies patch
prettier (source) >= 3.0.2>= 3.9.6 age confidence peerDependencies minor
prettier (source) ^3.0.2^3.9.6 age confidence devDependencies minor
prettier-plugin-organize-imports ^3.2.3^3.2.4 age confidence dependencies patch
rollup (source) ^3.28.0^3.30.0 age confidence dependencies minor
rollup-plugin-delete ^2.0.0^2.2.0 age confidence dependencies minor
rollup-plugin-visualizer ^5.9.2^5.14.0 age confidence dependencies minor

Release Notes

changesets/changesets (@​changesets/cli)

v2.31.1

Compare Source

Patch Changes
  • #​2159 15cf592 Thanks @​ingvaldlorentzen! - Fixed already-published version detection with npm 12, which always wraps successful npm info --json output in an array. The unwrapped output made changeset publish treat every package as unpublished and fail attempting to republish existing versions.

v2.31.0

Compare Source

Minor Changes
  • #​1889 96ca062 Thanks @​mixelburg! - Error on unsupported flags for individual CLI commands and print the matching command usage to make mistakes easier to spot.

  • #​1873 42943b7 Thanks @​mixelburg! - Respond to --help on all subcommands. Previously, --help was only handled when it was the sole argument; passing it alongside a subcommand (e.g. changeset version --help) would silently execute the command instead. Now --help always exits early and prints per-command usage when a known subcommand is provided, or the general help text otherwise.

Patch Changes

v2.30.0

Compare Source

Minor Changes
  • #​1840 057cca2 Thanks @​wotan-allfather! - Add --since flag to add command

    The add command now supports a --since flag that allows you to specify which branch, tag, or git ref to use when detecting changed packages. This is useful for gitflow workflows where you have multiple target branches and the baseBranch config option doesn't cover all use cases.

    Example: changeset add --since=develop

    If not provided, the command falls back to the baseBranch value in your .changeset/config.json.

  • #​1845 2b4a66a Thanks @​Andarist! - Delegate OTP prompting to the package manager instead of handling it in-process. This allows Changesets to use the package manager's native web auth support.

  • #​1774 667fe5a Thanks @​bluwy! - Support importing custom commit option ES module. Previously, it used require() which only worked for CJS modules, however now it uses import() which supports both CJS and ES modules.

  • #​1839 73b1809 Thanks @​leochiu-a! - Add a --message (-m) flag to changeset add (and default changeset) so the changeset summary can be provided from the command line. When --message is present, the summary prompt is skipped while the final confirmation step is kept.

  • #​1806 0e8e01e Thanks @​luisadame! - Changeset CLI can now be run from the nested directories in the project, where the .changeset directory has to be found in one of the parent directories

Patch Changes

v2.29.8

Compare Source

Patch Changes

v2.29.7

Compare Source

Patch Changes

v2.29.6

Compare Source

Patch Changes

v2.29.5

Compare Source

Patch Changes

v2.29.4

Compare Source

Patch Changes

v2.29.3

Compare Source

Patch Changes

v2.29.2

Compare Source

Patch Changes

v2.29.1

Compare Source

Patch Changes

v2.29.0

Compare Source

Minor Changes

v2.28.1

Compare Source

Patch Changes

v2.28.0

Compare Source

Minor Changes
Patch Changes

v2.27.12

Compare Source

Patch Changes

v2.27.11

Compare Source

Patch Changes

v2.27.10

Compare Source

Patch Changes

v2.27.9

Compare Source

Patch Changes

v2.27.8

Compare Source

Patch Changes

v2.27.7

Compare Source

Patch Changes

v2.27.6

Compare Source

Patch Changes

v2.27.5

Compare Source

Patch Changes

v2.27.4

Compare Source

Patch Changes

v2.27.3

Compare Source

Patch Changes
  • #​1357 18c966a Thanks @​Andarist! - Fixed an issue with changeset status executed without since argument. It should now correctly use the configured base branch as the default value.

v2.27.2

Compare Source

Patch Changes

v2.27.1

Compare Source

Patch Changes

v2.27.0

Compare Source

Minor Changes
Patch Changes
vercel/next.js (@​next/eslint-plugin-next)

v13.5.11

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Lock swc binaries version

v13.5.10

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Match subrequest handling for edge and node

v13.5.9

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.
This release contains a security patch for CVE-2025-29927.

Core Changes
  • [backport] middleware subrequest patch (#​77418)

v13.5.8

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
Credits

Huge thanks to @​wyattjoh and @​ztanner for helping!

v13.5.7

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Remove invalid fallback revalidate value (#​69990)
  • Shared Revalidate Timings (#​64370)
Credits

Huge thanks to @​wyattjoh and @​ijjk for helping!

v13.5.6

Compare Source

Core Changes
  • Upgrade edge-runtime/cookies #​57021
  • Patch React with fix for write-after-close for ReadableStream #​57011
Credits

Huge thanks to @​ijjk @​huozhi @​gnoff for helping!

v13.5.5

Compare Source

Core Changes
  • Update parallelizing tasks with webpackBuildWorker config: #​56287
  • Misc Typescript and export updates: #​55841
  • chore: pass defineEnv from next.js to rust directly: #​56216
  • Expose util internally for debugging: #​56381
  • App Router - preinitialize chunks during SSR: #​54752
  • fix: use fs.existsSync to avoid race condition: #​56387
  • Ensure loader generated export default has name: #​56388
  • Move Edge SSR event waitUntil into the handler: #​56404
  • fix: avoid unnecessary existSync call: #​56419
  • fix: avoid creation of buffers for read ops: #​56421
  • fix empty externals list, pnpm special case, and project path: [#​564

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on monday"
  • Automerge
    • At any time (no schedule defined)

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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title chore(deps): update dependency lint-staged to v14.0.1 fix(deps): update minor and patch dependencies Aug 22, 2023
@renovate
renovate Bot force-pushed the renovate/minor-and-patch-dependencies branch 5 times, most recently from c94c2d9 to 6d9a3b4 Compare August 26, 2023 20:07
@renovate
renovate Bot force-pushed the renovate/minor-and-patch-dependencies branch from 6d9a3b4 to b8ad67f Compare August 29, 2023 14:40
@renovate
renovate Bot force-pushed the renovate/minor-and-patch-dependencies branch 3 times, most recently from 69ea44c to 0787b67 Compare September 10, 2023 06:41
@renovate
renovate Bot force-pushed the renovate/minor-and-patch-dependencies branch 5 times, most recently from 11f3503 to 342be82 Compare September 20, 2023 18:22
@renovate
renovate Bot force-pushed the renovate/minor-and-patch-dependencies branch 6 times, most recently from 5d8e9b5 to 52f263f Compare September 28, 2023 06:46
@renovate
renovate Bot force-pushed the renovate/minor-and-patch-dependencies branch 5 times, most recently from 8940b81 to c97aa37 Compare October 8, 2023 21:33
@renovate
renovate Bot force-pushed the renovate/minor-and-patch-dependencies branch 4 times, most recently from abe82e3 to 21a773f Compare October 16, 2023 16:33
@renovate
renovate Bot force-pushed the renovate/minor-and-patch-dependencies branch 2 times, most recently from 395cd58 to 5bcabe7 Compare November 18, 2023 02:10
@renovate
renovate Bot force-pushed the renovate/minor-and-patch-dependencies branch 3 times, most recently from 235a328 to 913eb3c Compare November 28, 2023 07:48
@renovate renovate Bot changed the title fix(deps): update minor and patch dependencies chore(deps): update minor and patch dependencies Nov 28, 2023
@renovate
renovate Bot force-pushed the renovate/minor-and-patch-dependencies branch 3 times, most recently from 3293eda to 7ccff03 Compare December 3, 2023 23:16
@renovate
renovate Bot force-pushed the renovate/minor-and-patch-dependencies branch 4 times, most recently from 3fb4d9a to 2e42b40 Compare December 16, 2023 01:36
@renovate
renovate Bot force-pushed the renovate/minor-and-patch-dependencies branch from 2e42b40 to 9b0905f Compare December 27, 2023 19:53
@renovate
renovate Bot force-pushed the renovate/minor-and-patch-dependencies branch 4 times, most recently from f02509c to 80529fc Compare January 14, 2024 04:13
@renovate
renovate Bot force-pushed the renovate/minor-and-patch-dependencies branch 2 times, most recently from 274d157 to 47ee07f Compare January 17, 2024 12:11
@renovate
renovate Bot force-pushed the renovate/minor-and-patch-dependencies branch from 47ee07f to 349eaa7 Compare February 4, 2024 06:54
@renovate
renovate Bot force-pushed the renovate/minor-and-patch-dependencies branch from 349eaa7 to faa2218 Compare February 16, 2024 12:17
@renovate
renovate Bot force-pushed the renovate/minor-and-patch-dependencies branch from faa2218 to b192dd5 Compare February 23, 2024 22:38
@renovate
renovate Bot force-pushed the renovate/minor-and-patch-dependencies branch from b192dd5 to 1ac89ad Compare March 4, 2024 06:57
@renovate
renovate Bot force-pushed the renovate/minor-and-patch-dependencies branch 2 times, most recently from a5ece4d to 83a85cb Compare March 19, 2024 05:03
@renovate
renovate Bot force-pushed the renovate/minor-and-patch-dependencies branch 2 times, most recently from 39b23c5 to 4670272 Compare April 15, 2024 14:05
@renovate
renovate Bot force-pushed the renovate/minor-and-patch-dependencies branch from 4670272 to 32dc57b Compare April 25, 2024 17:37
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.

0 participants