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

fix(deps): update all non-major dependencies #252

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 25, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@segment/analytics-next (source) 1.58.0 -> 1.62.0 age adoption passing confidence dependencies minor
@types/node (source) 18.18.6 -> 18.19.1 age adoption passing confidence devDependencies minor 18.19.2
@types/react (source) 18.2.31 -> 18.2.41 age adoption passing confidence devDependencies patch
@types/react-dom (source) 18.2.14 -> 18.2.17 age adoption passing confidence devDependencies patch
framer-motion 10.16.4 -> 10.16.12 age adoption passing confidence dependencies patch
lint-staged 15.0.2 -> 15.1.0 age adoption passing confidence devDependencies minor 15.2.0
node 18.18.2 -> 18.19.0 age adoption passing confidence minor
pnpm (source) 8.9.2 -> 8.11.0 age adoption passing confidence packageManager minor
postcss (source) 8.4.31 -> 8.4.32 age adoption passing confidence devDependencies patch
prettier-plugin-tailwindcss 0.5.6 -> 0.5.7 age adoption passing confidence devDependencies patch
prism-react-renderer 2.1.0 -> 2.3.0 age adoption passing confidence dependencies minor
react-icons 4.11.0 -> 4.12.0 age adoption passing confidence dependencies minor
tailwindcss (source) 3.3.3 -> 3.3.5 age adoption passing confidence devDependencies patch
typescript (source) 5.2.2 -> 5.3.2 age adoption passing confidence devDependencies minor

Release Notes

segmentio/analytics-next (@​segment/analytics-next)

v1.62.0

Compare Source

Minor Changes
  • #​992 a72f473 Thanks @​silesky! - Add 'disable' boolean option to allow for disabling Segment in a testing environment.
Patch Changes

v1.61.0

Compare Source

Minor Changes

v1.60.0

Compare Source

Minor Changes

v1.59.0

Compare Source

Minor Changes
Patch Changes
framer/motion (framer-motion)

v10.16.12

Compare Source

Fixed
  • Use single animation to detect document paint ready before triggering optimised animations.
  • Measure one time for optimised animation start and one for handoff to emulate frame scheduling.

v10.16.11

Compare Source

Fixed
  • Ensure animation is never skipped if it's an interrupting animation.

v10.16.10

Compare Source

Fixed
  • Fixing appear animation optimisation when React portal is present.

v10.16.9

Compare Source

Fixed
  • Skipping no-op animations.

v10.16.8

Compare Source

Fixed
  • Added disableInstantAnimation private API.
  • Ensure optimised appear animations don't run post-hydration.

v10.16.7

Compare Source

Fixed
  • Fixing pan events within React portal.

v10.16.6

Compare Source

Fixed
  • Fixing Reorder component types.
  • Fixing Reorder.Item order calculation.
  • Fixing broken dragConstraints if component re-renders during resize.

v10.16.5

Compare Source

Fixed
  • Fixing AnimatePresence fast rerender bug.
okonet/lint-staged (lint-staged)

v15.1.0

Compare Source

Minor Changes
Patch Changes
nodejs/node (node)

v18.19.0

Compare Source

pnpm/pnpm (pnpm)

v8.11.0

Compare Source

Minor Changes

  • (IMPORTANT) When the package tarballs aren't hosted on the same domain on which the registry (the server with the package metadata) is, the dependency keys in the lockfile should only contain /<pkg_name>@&#8203;<pkg_version, not <domain>/<pkg_name>@&#8203;<pkg_version>.

    This change is a fix to avoid the same package from being added to node_modules/.pnpm multiple times. The change to the lockfile is backward compatible, so previous versions of pnpm will work with the fixed lockfile.

    We recommend that all team members update pnpm in order to avoid repeated changes in the lockfile.

    Related PR: #​7318.

Patch Changes

  • pnpm add a-module-already-in-dev-deps will show a message to notice the user that the package was not moved to "dependencies" #​926.
  • The modules directory should not be removed if the registry configuration has changed.
  • Fix missing auth tokens in registries with paths specified (e.g. //npm.pkg.github.com/pnpm). #​5970 #​2933

Our Gold Sponsors

Our Silver Sponsors

v8.10.5

Compare Source

Patch Changes

  • Don't fail on an empty pnpm-workspace.yaml file #​7307.

Our Gold Sponsors

Our Silver Sponsors

v8.10.4

Compare Source

Patch Changes

  • Fixed out-of-memory exception that was happening on dependencies with many peer dependencies, when node-linker was set to hoisted #​6227.

Our Gold Sponsors

Our Silver Sponsors

v8.10.3

Compare Source

Patch Changes

  • (Important) Increased the default amount of allowed concurrent network request on systems that have more than 16 CPUs #​7285.

  • pnpm patch should reuse existing patch when shared-workspace-file=false #​7252.

  • Don't retry fetching missing packages, since the retries will never work #​7276.

  • When using pnpm store prune --force alien directories are removed from the store #​7272.

  • Downgraded npm-packlist because the newer version significantly slows down the installation of local directory dependencies, making it unbearably slow.

    npm-packlist was upgraded in this PR to fix #​6997. We added our own file deduplication to fix the issue of duplicate file entries.

  • Fixed a performance regression on running installation on a project with an up to date lockfile #​7297.

  • Throw an error on invalid pnpm-workspace.yaml file #​7273.

Our Gold Sponsors

Our Silver Sponsors

v8.10.2

Compare Source

Patch Changes

  • Fixed a regression that was shipped with pnpm v8.10.0. Dependencies that were already built should not be rebuilt on repeat install. This issue was introduced via the changes related to supportedArchitectures. Related issue #​7268.

Our Gold Sponsors

Our Silver Sponsors

v8.10.1

Compare Source

Patch Changes

  • (Important) Tarball resolutions in pnpm-lock.yaml will no longer contain a registry field. This field has been unused for a long time. This change should not cause any issues besides backward compatible modifications to the lockfile #​7262.
  • Fix issue when trying to use pnpm dlx in the root of a Windows Drive #​7263.
  • Optional dependencies that do not have to be built will be reflinked (or hardlinked) to the store instead of copied #​7046.
  • If a package's tarball cannot be fetched, print the dependency chain that leads to the failed package #​7265.
  • After upgrading one of our dependencies, we started to sometimes have an error on publish. We have forked @npmcli/arborist to patch it with a fix #​7269.

Our Gold Sponsors

Our Silver Sponsors

v8.10.0

Compare Source

Minor Changes
  • Support for multiple architectures when installing dependencies #​5965.

    You can now specify architectures for which you'd like to install optional dependencies, even if they don't match the architecture of the system running the install. Use the supportedArchitectures field in package.json to define your preferences.

    For example, the following configuration tells pnpm to install optional dependencies for Windows x64:

    {
      "pnpm": {
        "supportedArchitectures": {
          "os": ["win32"],
          "cpu": ["x64"]
        }
      }
    }

    Whereas this configuration will have pnpm install optional dependencies for Windows, macOS, and the architecture of the system currently running the install. It includes artifacts for both x64 and arm64 CPUs:

    {
      "pnpm": {
        "supportedArchitectures": {
          "os": ["win32", "darwin", "current"],
          "cpu": ["x64", "arm64"]
        }
      }
    }

    Additionally, supportedArchitectures also supports specifying the libc of the system.

  • The pnpm licenses list command now accepts the --filter option to check the licenses of the dependencies of a subset of workspace projects #​5806.

Patch Changes
  • Allow scoped name as bin name #​7112.

  • When running scripts recursively inside a workspace, the logs of the scripts are grouped together in some CI tools. (Only works with --workspace-concurrency 1)

  • Print a warning when installing a dependency from a non-existent directory #​7159

  • Should fetch dependency from tarball url when patching dependency installed from git #​7196

  • pnpm setup should add a newline at the end of the updated shell config file #​7227.

  • Improved the performance of linking bins of hoisted dependencies to node_modules/.pnpm/node_modules/.bin #​7212.

  • Wrongful ELIFECYCLE error on program termination #​7164.

  • pnpm publish should not pack the same file twice sometimes #​6997.

    The fix was to update npm-packlist to the latest version.

Our Gold Sponsors
Our Silver Sponsors
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 requested a review from a team as a code owner October 25, 2023 18:17
@renovate renovate bot added the kind/dependency Pull requests that update a dependency file label Oct 25, 2023
@renovate renovate bot changed the title chore(deps): update dependency tailwindcss to v3.3.4 fix(deps): update all non-major dependencies Oct 25, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from aab0565 to c624854 Compare November 1, 2023 14:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 5db6d0f to 1919371 Compare November 8, 2023 21:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 27fd6e2 to 6c40530 Compare November 15, 2023 14:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 8cf4cbe to aeb9c7e Compare November 22, 2023 01:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from dfc24a7 to 7acc14c Compare November 29, 2023 17:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from f63303f to 486d4b2 Compare December 3, 2023 03:44
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 486d4b2 to f449d2c Compare December 3, 2023 20:00
Copy link
Member

@schultzp2020 schultzp2020 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@schultzp2020 schultzp2020 merged commit 7c7d665 into main Dec 4, 2023
3 checks passed
@schultzp2020 schultzp2020 deleted the renovate/all-minor-patch branch December 4, 2023 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/dependency Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant