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

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 25, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@docusaurus/core (source) 3.1.0 -> 3.1.1 age adoption passing confidence dependencies patch
@docusaurus/module-type-aliases (source) 3.1.0 -> 3.1.1 age adoption passing confidence devDependencies patch
@docusaurus/plugin-google-gtag (source) 3.1.0 -> 3.1.1 age adoption passing confidence dependencies patch
@docusaurus/preset-classic (source) 3.1.0 -> 3.1.1 age adoption passing confidence dependencies patch
@docusaurus/theme-classic (source) 3.1.0 -> 3.1.1 age adoption passing confidence devDependencies patch
@docusaurus/tsconfig (source) 3.1.0 -> 3.1.1 age adoption passing confidence dependencies patch
@docusaurus/types (source) 3.1.0 -> 3.1.1 age adoption passing confidence devDependencies patch
@mdx-js/react (source) 3.0.0 -> 3.0.1 age adoption passing confidence dependencies patch
@segment/analytics-next (source) 1.63.0 -> 1.64.0 age adoption passing confidence dependencies minor
@types/node (source) 20.11.6 -> 20.11.20 age adoption passing confidence devDependencies patch 20.11.22 (+1)
@types/react (source) 18.2.48 -> 18.2.60 age adoption passing confidence devDependencies patch
@types/react-dom (source) 18.2.18 -> 18.2.19 age adoption passing confidence devDependencies patch
axios (source) 1.6.5 -> 1.6.7 age adoption passing confidence devDependencies patch
dotenv 16.4.0 -> 16.4.5 age adoption passing confidence devDependencies patch
framer-motion 11.0.3 -> 11.0.6 age adoption passing confidence dependencies patch
lint-staged 15.2.0 -> 15.2.2 age adoption passing confidence devDependencies patch
node (source) 20.11.0 -> 20.11.1 age adoption passing confidence patch
pnpm (source) 8.14.3 -> 8.15.4 age adoption passing confidence packageManager minor
postcss (source) 8.4.33 -> 8.4.35 age adoption passing confidence devDependencies patch
react-cookie (source) 7.0.1 -> 7.1.0 age adoption passing confidence dependencies minor
turbo (source) 1.11.3 -> 1.12.4 age adoption passing confidence devDependencies minor

Release Notes

facebook/docusaurus (@​docusaurus/core)

v3.1.1

Compare Source

🐛 Bug Fix
  • docusaurus-types, docusaurus
    • #​9791 fix(core): broken links optimization behaves differently than non-optimized logic (@​slorber)
  • docusaurus
  • docusaurus-utils
  • create-docusaurus
  • docusaurus-theme-common
    • #​9727 fix(theme-common): fix missing code block MagicComments style in Visual Basic (.NET) 16 (@​tats-u)
  • docusaurus-theme-classic, docusaurus-theme-mermaid
  • docusaurus-module-type-aliases, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-utils, docusaurus
🏃‍♀️ Performance
💅 Polish
Committers: 6
mdx-js/mdx (@​mdx-js/react)

v3.0.1

Compare Source

Fix
Types
Site

Full Changelog: mdx-js/mdx@3.0.0...3.0.1

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

v1.64.0

Compare Source

Minor Changes
  • #​1032 5c1511f Thanks @​zikaari! - Support loading analytics into a custom global variable when using snippet version 5.2.1 or later
axios/axios (axios)

v1.6.7

Compare Source

Bug Fixes
  • capture async stack only for rejections with native error objects; (#​6203) (1a08f90)
Contributors to this release

v1.6.6

Compare Source

Bug Fixes
Contributors to this release
motdotla/dotenv (dotenv)

v16.4.5

Compare Source

Changed
  • 🐞 fix recent regression when using path option. return to historical behavior: do not attempt to auto find .env if path set. (regression was introduced in 16.4.3) #​814

v16.4.4

Compare Source

Changed
  • 🐞 Replaced chaining operator ?. with old school && (fixing node 12 failures) #​812

v16.4.3

Compare Source

Changed
  • Fixed processing of multiple files in options.path #​805

v16.4.2

Compare Source

Changed

v16.4.1

Compare Source

  • Patch support for array as path option #​797
framer/motion (framer-motion)

v11.0.6

Compare Source

Updated
  • Added support for motion(Fragment) for controlling variants. For internal Framer use only.

v11.0.5

Compare Source

Updated
  • Performance updates.

v11.0.4

Compare Source

Fixed
  • Tighten check for navigator.userAgent.
okonet/lint-staged (lint-staged)

v15.2.2

Compare Source

Patch Changes
  • #​1391 fdcdad4 Thanks @​iiroj! - Lint-staged no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.

v15.2.1

Compare Source

Patch Changes
  • #​1387 e4023f6 Thanks @​iiroj! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, lint-staged has used the default settings to spawn linter commands. This means the stdin of the spawned commands has accepted input, and essentially gotten stuck waiting. Now the stdin is ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.
nodejs/node (node)

v20.11.1

Compare Source

pnpm/pnpm (pnpm)

v8.15.4

Compare Source

v8.15.3

Compare Source

Patch Changes

  • Remove vulnerable "ip" package from the dependencies #​7652.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v8.15.2

Compare Source

Patch Changes

  • When purging multiple node_modules directories, pnpm will no longer print multiple prompts simultaneously.
  • Don't print an unnecessary warning when adding new dependencies to a project that uses hoisted node_modules.
  • Linking globally the command of a package that has no name in package.json #​4761.
  • Installation should work with lockfile created by pnpm v9.0.0-alpha.4

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v8.15.1

Compare Source

Patch Changes

  • Use the object-hash library instead of node-object-hash for hashing keys of side-effects cache #​7591.
  • bundledDependencies should never be added to the lockfile with false as the value #​7576.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v8.15.0

Compare Source

Minor Changes

  • When the license field does not exist in package.json but a license file exists, try to match and extract the license name #​7530.

Patch Changes

  • Running pnpm update -r --latest will no longer downgrade prerelease dependencies #​7436.
  • --aggregate-output should work on scripts executed from the same project #​7556.
  • Prefer hard links over reflinks on Windows as they perform better #​7564.
  • Reduce the length of the side-effects cache key. Instead of saving a stringified object composed from the dependency versions of the package, use the hash calculated from the said object #​7563.
  • Throw an error if pnpm update --latest runs with arguments containing versions specs. For instance, pnpm update --latest foo@next is not allowed #​7567.
  • Don't fail in Windows CoW if the file already exists #​7554.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

postcss/postcss (postcss)

v8.4.35

Compare Source


Configuration

📅 Schedule: 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 is behind base branch, 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 requested a review from a team as a code owner January 25, 2024 19:14
@renovate renovate bot added the kind/dependency Pull requests that update a dependency file label Jan 25, 2024
@renovate renovate bot changed the title chore(deps): update dependency dotenv to v16.4.1 chore(deps): update all non-major dependencies Jan 25, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1d3ea1b to 24e72d7 Compare January 27, 2024 13:39
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Jan 27, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 206c87b to 38aa16d Compare February 4, 2024 02:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 7d54586 to b8b57f5 Compare February 8, 2024 00:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from da881d6 to 005dd1c Compare February 14, 2024 18:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 143812a to 52e2ff8 Compare February 21, 2024 04:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 7ba17fe to 8513d84 Compare February 27, 2024 19:26
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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
/approve

Copy link

openshift-ci bot commented Feb 28, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: schultzp2020

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@schultzp2020 schultzp2020 merged commit 7366fee into main Feb 28, 2024
3 of 4 checks passed
@schultzp2020 schultzp2020 deleted the renovate/all-minor-patch branch February 28, 2024 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved kind/dependency Pull requests that update a dependency file lgtm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant