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

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 22, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/types (source) 7.25.2 -> 7.25.4 age adoption passing confidence devDependencies patch
@coveo/semantic-monorepo-tools 2.4.47 -> 2.4.48 age adoption passing confidence devDependencies patch
@swc/core (source) 1.7.14 -> 1.7.18 age adoption passing confidence devDependencies patch
@tabler/icons-react (source) 3.12.0 -> 3.13.0 age adoption passing confidence dependencies minor
@tanstack/react-query (source) 5.52.0 -> 5.52.1 age adoption passing confidence dependencies patch
@tanstack/react-table (source) 8.20.1 -> 8.20.5 age adoption passing confidence dependencies patch
@tanstack/table-core (source) 8.20.1 -> 8.20.5 age adoption passing confidence dependencies patch
@testing-library/jest-dom 6.4.8 -> 6.5.0 age adoption passing confidence devDependencies minor
aws-sdk 2.1680.0 -> 2.1682.0 age adoption passing confidence devDependencies minor
eslint (source) 9.9.0 -> 9.9.1 age adoption passing confidence devDependencies patch
eslint-plugin-react-refresh 0.4.10 -> 0.4.11 age adoption passing confidence devDependencies patch
github/codeql-action v3.26.4 -> v3.26.5 age adoption passing confidence action patch
jsdom 24.1.1 -> 24.1.3 age adoption passing confidence devDependencies patch
monaco-editor 0.50.0 -> 0.51.0 age adoption passing confidence dependencies minor
pnpm (source) 9.7.1 -> 9.8.0 age adoption passing confidence packageManager minor
react-hook-form (source) 7.52.2 -> 7.53.0 age adoption passing confidence dependencies minor
sort-package-json 2.10.0 -> 2.10.1 age adoption passing confidence devDependencies patch
tslib (source) 2.6.3 -> 2.7.0 age adoption passing confidence devDependencies minor

Release Notes

babel/babel (@​babel/types)

v7.25.4

Compare Source

🐛 Bug Fix
💅 Polish
  • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-typescript, babel-runtime-corejs2, babel-runtime, babel-traverse
  • babel-generator, babel-plugin-transform-class-properties
  • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-transform-object-rest-spread
🔬 Output optimization
coveo/semantic-monorepo-tools (@​coveo/semantic-monorepo-tools)

v2.4.48

Compare Source

swc-project/swc (@​swc/core)

v1.7.18

Compare Source

tabler/tabler-icons (@​tabler/icons-react)

v3.13.0: Release 3.13.0

Compare Source

18 new icons:
  • outline/adjustments-spark
  • outline/battery-spark
  • outline/camera-spark
  • outline/cube-spark
  • outline/eye-spark
  • outline/file-spark
  • outline/file-text-spark
  • outline/flag-spark
  • outline/heart-spark
  • outline/home-spark
  • outline/input-spark
  • outline/mail-spark
  • outline/mood-spark
  • outline/phone-spark
  • outline/photo-spark
  • outline/server-spark
  • outline/settings-spark
  • outline/table-spark

Fixed icons: outline/badge-ad-off, outline/battery-vertical-off, outline/bed-off, outline/bookmark-ai, outline/briefcase-off, outline/camera-ai, outline/file-ai, outline/file-text-ai, outline/flask-off, outline/gas-station-off, outline/mail-ai, outline/photo-ai, outline/rosette-discount-check-off, outline/route-off

TanStack/query (@​tanstack/react-query)

v5.52.1

Compare Source

Version 5.52.1 - 8/22/24, 4:37 PM

Changes

Fix
Docs
  • make copyable example useful by default (#​7928) (639363c) by Lanre Adelowo

Packages

TanStack/table (@​tanstack/react-table)

v8.20.5

Compare Source

Version 8.20.5 - 8/24/24, 11:37 PM

Changes

Fix
  • table-core: allow searching of numbers (#​5718) (237b1c4) by GaganSingh7
Docs
  • vue: add information about shallowRef for reactive data (#​5706) (58913b6) by Ola Alsaker

Packages

testing-library/jest-dom (@​testing-library/jest-dom)

v6.5.0

Compare Source

aws/aws-sdk-js (aws-sdk)

v2.1682.0

Compare Source

  • feature: BedrockAgent: Releasing the support for Action User Confirmation.
  • feature: BedrockAgentRuntime: Releasing the support for Action User Confirmation.
  • feature: Organizations: Releasing minor partitional endpoint updates.
  • feature: QBusiness: Updates API to latest version.

v2.1681.0

Compare Source

  • bugfix: CodeStar: deprecate CodeStar
  • feature: Bedrock: Amazon Bedrock Evaluation BatchDeleteEvaluationJob API allows customers to delete evaluation jobs under terminated evaluation job statuses - Stopped, Failed, or Completed. Customers can submit a batch of 25 evaluation jobs to be deleted at once.
  • feature: EMRcontainers: Correct endpoint for FIPS is configured for US Gov Regions.
  • feature: Inspector2: Add enums for Agentless scan statuses and EC2 enablement error states
  • feature: QuickSight: Explicit query for authors and dashboard viewing sharing for embedded users
  • feature: Route53: Amazon Route 53 now supports the Asia Pacific (Malaysia) Region (ap-southeast-5) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
eslint/eslint (eslint)

v9.9.1

Compare Source

ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)

v0.4.11

Compare Source

  • Ignore type exports (ex. export type foo = string;) (fixes #​47)
github/codeql-action (github/codeql-action)

v3.26.5

Compare Source

jsdom/jsdom (jsdom)

v24.1.3

Compare Source

  • Fixed calls to postMessage() that were done as a bare property (i.e., postMessage() instead of window.postMessage()).

v24.1.2

Compare Source

  • Fixed an issue with the in operator applied to EventTarget methods, e.g. 'addEventListener' in window, which only appeared in Node.js ≥22.5.0. (legendecas)
  • Fixed the events fired by blur(): it no longer fires focus and focusin on the Document, and blur and focusout no longer have their relatedTarget property set. (asamuzaK)
microsoft/monaco-editor (monaco-editor)

v0.51.0

Compare Source

  • New fields IEditorOptions.placeholder and IEditorOptions.compactMode
  • New fields IGotoLocationOptions.multipleTests and IGotoLocationOptions.alternativeTestsCommand
  • New field IInlineEditOptions.backgroundColoring
  • New experimental field IEditorOptions.experimental.useTrueInlineView
  • New options CommentThreadRevealOptions for comments

Contributions to monaco-editor:

pnpm/pnpm (pnpm)

v9.8.0

Compare Source

react-hook-form/react-hook-form (react-hook-form)

v7.53.0

Compare Source

keithamus/sort-package-json (sort-package-json)

v2.10.1

Compare Source

Microsoft/tslib (tslib)

v2.7.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner August 22, 2024 14:19
@renovate renovate bot enabled auto-merge (rebase) August 22, 2024 14:19
@renovate renovate bot requested review from GermainBergeron and gdostie and removed request for a team August 22, 2024 14:19
Copy link

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from eb3fe67 to 854ddd3 Compare August 25, 2024 11:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 854ddd3 to b9e0086 Compare August 26, 2024 15:06
@renovate renovate bot merged commit 6017266 into master Aug 26, 2024
6 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch August 26, 2024 15:32
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.

1 participant