Skip to content

chore(deps): update all non-major dependencies#33

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

chore(deps): update all non-major dependencies#33
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Apr 24, 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
@changesets/cli (source) ^2.26.1^2.31.0 age confidence
@emotion/css (source) ^11.10.6^11.13.5 age confidence
@emotion/server (source) ^11.10.0^11.11.0 age confidence
@nuxt/kit (source) ^3.4.2^3.21.8 age confidence
@nuxt/module-builder ^0.3.0^0.8.4 age confidence
@nuxt/schema (source) ^3.4.2^3.21.8 age confidence
@nuxt/test-utils ^3.4.2^3.23.0 age confidence
@nuxtjs/eslint-config-typescript ^12.0.0^12.1.0 age confidence
@typescript-eslint/eslint-plugin (source) ^5.59.0^5.62.0 age confidence
eslint (source) ^8.39.0^8.57.1 age confidence
eslint-plugin-prettier ^4.2.1^4.2.5 age confidence
eslint-plugin-promise ^6.1.1^6.6.0 age confidence
nuxt (source) ^3.4.2^3.21.8 age confidence
pnpm (source) 77.33.7 age confidence
vitest (source) ^0.30.1^0.34.6 age confidence

Release Notes

changesets/changesets (@​changesets/cli)

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

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
  • #​1267 86cfff1 Thanks @​Andarist! - Make ./bin.js available through package.json#exports to fix compatibility with changesets/action.

v2.27.0

Compare Source

Minor Changes
Patch Changes

v2.26.2

Compare Source

Patch Changes
emotion-js/emotion (@​emotion/css)

v11.13.5

Compare Source

Patch Changes
  • #​3270 77d930d Thanks @​emmatown! - Fix inconsistent hashes using development vs production bundles/exports conditions when using @emotion/babel-plugin with sourceMap: true (the default). This is particularly visible when using Emotion with the Next.js Pages router where the development condition is used when bundling code but not when importing external code with Node.js.

  • Updated dependencies [77d930d]:

v11.13.4

Compare Source

Patch Changes

v11.13.0

Compare Source

Minor Changes
  • #​3198 d8ff8a5 Thanks @​Andarist! - Migrated away from relying on process.env.NODE_ENV checks to differentiate between production and development builds.

    Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.

    Default files should continue to work in all environments.

  • #​3215 a9f6912 Thanks @​Andarist! - Added edge-light and workerd conditions to package.json manifest to better serve users using Vercel Edge and Cloudflare Workers.

Patch Changes

v11.12.0

Compare Source

Minor Changes
  • #​2815 65a1eea Thanks @​srmagura! - Automatic labeling at runtime is now an opt-in feature. Define globalThis.EMOTION_RUNTIME_AUTO_LABEL = true before Emotion gets initialized to enable it.
Patch Changes

v11.11.2

Compare Source

Patch Changes
  • #​3057 8f665262 Thanks @​emmatown! - Fix @emotion/css/create-instance types in TypeScript module resolution modes that support the exports field

v11.11.0

Compare Source

Patch Changes

v11.10.8

Compare Source

Patch Changes
nuxt/nuxt (@​nuxt/kit)

v3.21.8

Compare Source

3.21.8 is a hotfix release to address an issue running the dev server on MacOS.

👉 Changelog

compare changes

🩹 Fixes
  • vite: Shorter socket name for macOs with tmp fallback (#​35265)
  • kit: Respect type option in findPath (#​35272)
  • deps: Update nuxt/scripts presets (ff6b060dd)
📖 Documentation
  • Change null to undefined in data-fetching docs to match actual types (#​35301)
❤️ Contributors

v3.21.7

Compare Source

3.21.7 is the a security hotfix release.

👉 make sure to check https://github.com/nuxt/nuxt/security/advisories to view open advisories resolved by this release.

👉 Changelog

compare changes

🩹 Fixes
  • nitro: Assign noSSR before deciding payload extraction (#​35108)
  • vite: Avoid filtering out dirs with shared prefix from allowDirs (#​35112)
  • nuxt: Use resolve from pathe for buildCache path boundary check ([#​35111](https://redirect.gith

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 devdependency @typescript-eslint/eslint-plugin to ^5.59.1 chore(deps): update all non-major dependencies Apr 28, 2023
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 5523f1a to 72e1cf0 Compare May 3, 2023 21:10
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f2b36bc to 3c37859 Compare May 8, 2023 21:35
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 49584a3 to c2ce777 Compare May 21, 2023 17:46
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 84f23e1 to 5a0b4c7 Compare May 29, 2023 19:26
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from d2918c1 to c66334c Compare June 6, 2023 02:17
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from bceba55 to 789d2ff Compare June 12, 2023 18:27
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from c5f53f1 to 9e613d2 Compare June 19, 2023 17:36
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 05b8f65 to cb757eb Compare July 19, 2023 20:36
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3b5f846 to c969f14 Compare August 1, 2023 18:12
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 82a33da to 3d41b66 Compare August 17, 2023 10:37
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 6b657ab to d815d25 Compare August 31, 2023 13:22
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 299482b to fd2effb Compare September 8, 2023 21:55
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9fb8460 to 7d409ff Compare September 14, 2023 01:16
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 538ae03 to 31824f1 Compare September 28, 2023 12:50
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 31824f1 to fe343df Compare September 29, 2023 16:18
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from fe343df to 0e18c07 Compare October 6, 2023 21:43
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3f5e217 to 932f912 Compare October 20, 2023 23:02
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4abc32a to a0498c5 Compare November 6, 2023 12:38
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