Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 7, 2023

Bumped minor version of packages, check if builds are still passing, please 🥺

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.21.4 -> ^7.21.8 age adoption passing confidence
@babel/preset-env (source) ^7.21.4 -> ^7.21.5 age adoption passing confidence
@nuxtjs/sentry ^7.2.2 -> ^7.2.6 age adoption passing confidence
@oruga-ui/oruga (source) ^0.5.10 -> ^0.6.0 age adoption passing confidence
@​paraspell/sdk ^1.1.4 -> ^1.1.8 age adoption passing confidence
@pinia/nuxt (source) ^0.4.9 -> ^0.4.11 age adoption passing confidence
@sentry/webpack-plugin ^1.20.0 -> ^1.20.1 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.59.0 -> ^5.59.6 age adoption passing confidence
@typescript-eslint/parser ^5.59.0 -> ^5.59.6 age adoption passing confidence
@vitest/coverage-c8 (source) ^0.30.1 -> ^0.31.1 age adoption passing confidence
all-contributors-cli ^6.24.0 -> ^6.25.1 age adoption passing confidence
cypress ^12.10.0 -> ^12.12.0 age adoption passing confidence
cypress-real-events ^1.7.6 -> ^1.8.1 age adoption passing confidence
date-fns ^2.29.3 -> ^2.30.0 age adoption passing confidence
eslint (source) ^8.39.0 -> ^8.41.0 age adoption passing confidence
graphql-ws ^5.12.1 -> ^5.13.1 age adoption passing confidence
highlight.js (source) ^11.7.0 -> ^11.8.0 age adoption passing confidence
sass ^1.62.0 -> ^1.62.1 age adoption passing confidence
vitest ^0.30.1 -> ^0.31.1 age adoption passing confidence
vue-eslint-parser ^9.1.1 -> ^9.3.0 age adoption passing confidence

Release Notes

babel/babel

v7.21.8

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin

v7.21.5

Compare Source

👓 Spec Compliance
  • babel-generator, babel-parser, babel-types
🐛 Bug Fix
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs, babel-plugin-transform-react-jsx
  • babel-preset-env
💅 Polish
🏠 Internal
  • babel-core
  • babel-helper-fixtures, babel-preset-typescript
    • #​15568 Handle .overrides and .env when resolving plugins/presets from fixture options (@​JLHwung)
  • babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin
nuxt-community/sentry-module

v7.2.6

Compare Source

v7.2.5

Compare Source

v7.2.4

Compare Source

v7.2.3

Compare Source

oruga-ui/oruga

v0.6.0

Compare Source

Breaking changes ❗
  • inputitems: autocomplete -> allow-autocomplete
  • refactor form validation
Bug Fixes
Features

v0.5.11

Compare Source

vuejs/pinia

v0.4.11

Compare Source

v0.4.10

Compare Source

getsentry/sentry-webpack-plugin

v1.20.1

Compare Source

  • fix: Update Webpack plugin to 1.75.1 to fix bug in Angular source maps (#​439)
  • fix: Update @​sentry/cli to 1.75.0 to fix ansi-regex security warning (#​427)
  • build(deps): bump loader-utils from 1.1.0 to 1.4.1 in /example
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.59.6

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.5

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.2

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.1

Compare Source

Bug Fixes
  • eslint-plugin: [prefer-regexp-exec] skip malformed regexes (#​6935) (05ed60e)
  • eslint-plugin: [unified-signatures] no parameters function (#​6940) (2970861)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.59.6

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.59.5

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.59.2

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.59.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

vitest-dev/vitest

v0.31.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.31.0

Compare Source

   🚨 Breaking Changes
  • Remove browser from allowed pools inside poolMatchGlob config option. Please, use Vitest workspaces for running tests in the browser.

  • Move assertion declarations to expect package  -  by @​sheremet-va in https://github.com/vitest-dev/vitest/issues/3294 (cf3af)

    • The change should be minor:
    - declare namespace Vi {
    + declare module 'vitest' {
       interface Assertion<T = any> extends CustomMatchers<T> {}
       interface AsymmetricMatchersContaining extends CustomMatchers {}
    }
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
all-contributors/all-contributors-cli

v6.25.1

Compare Source

Bug Fixes

v6.25.0

Compare Source

Features
cypress-io/cypress

v12.12.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#&#8203;12-12-0

v12.11.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#&#8203;12-11-0

dmtrKovalenko/cypress-real-events

v1.8.1

Compare Source

What's Changed

New Contributors

Full Changelog: dmtrKovalenko/cypress-real-events@v1.7.6...1.8.1

date-fns/date-fns

v2.30.0

Compare Source

Kudos to @​kossnocorp and @​Andarist for working on the release.

Changes
  • Fixed increased build size after enabling compatibility with older browsers in the previous release. This was done by adding @​babel/runtime as a dependency. See more details.
eslint/eslint

v8.41.0

Compare Source

Features

  • 880a431 feat: change default ignore pattern to **/node_modules/ in flat config (#​17184) (Milos Djermanovic)
  • 8bf5505 feat: expose shouldUseFlatConfig (#​17169) (Connor Prussin)

Bug Fixes

  • 4f5440d fix: incorrect warning message for ignored dotfiles (#​17196) (Milos Djermanovic)
  • 94da96c fix: unify LintMessage type (#​17076) (Brandon Mills)
  • 0c415cd fix: validate ignorePatterns constructor option in FlatESLint class (#​17139) (Milos Djermanovic)
  • 9682d66 fix: switch grapheme-splitter to graphemer (#​17160) (fisker Cheung)

Documentation

  • 7709b14 docs: Update README (GitHub Actions Bot)
  • 7f183e0 docs: Update triage process description (#​17157) (Nicholas C. Zakas)
  • b68346b docs: fix license to reflect relicensing of jshint (#​17165) (Stefan Bischof)

Chores

v8.40.0

Compare Source

Features

  • 5db7808 feat: improve flat config errors for invalid rule options and severities (#​17140) (Josh Goldberg ✨)
  • f5574dc feat: Add findConfigFile() method to FlatESLint (#​17142) (Nicholas C. Zakas)
  • e52b98b feat: add sourceCode property to the rule context (#​17107) (Nitin Kumar)
  • 1468f5b feat: add physicalFilename property to the rule context (#​17111) (Nitin Kumar)
  • 0df4d4f feat: add cwd to rule context (#​17106) (Nitin Kumar)
  • 52018f2 feat: add filename property to the rule context (#​17108) (Nitin Kumar)
  • 559ff4e feat: add new omitLastInOneLineClassBody option to the semi rule (#​17105) (Nitin Kumar)

Bug Fixes

  • f076e54 fix: Ensure FlatESLint#findConfigFile() doesn't throw. (#​17151) (Nicholas C. Zakas)

Documentation

  • e980bf3 docs: Update README (GitHub Actions Bot)
  • e92a6fc docs: Update README (GitHub Actions Bot)
  • af5fe64 docs: Fix custom rule schema docs (#​17115) (Adam Jones)
  • 4a352a9 docs: explain how to include predefined globals (#​17114) (Marcus Wyatt)
  • 5ea15d9 docs: add mastodon link in readme (#​17110) (唯然)

Chores

enisdenjo/graphql-ws

v5.13.1

Compare Source

Bug Fixes

v5.13.0

Compare Source

Features

5.12.1 (2023-03-31)

Bug Fixes
  • Add file extensions to imports/exports in ESM type definitions (48775be)
highlightjs/highlight.js

v11.8.0

Compare Source

Parser engine:

  • added a function to default export to generate a fresh highlighter instance to be used by extensions [WisamMechano][]
  • added BETA __emitTokens key to grammars to allow then to direct their own parsing, only using Highlight.js for the HTML rendering [Josh Goebel][]
  • (enh) add removePlugin api [faga295][]
  • (fix) typo in language name of JavaScript [Cyrus Kao][]

New Grammars:

  • added 3rd party Lang grammar to SUPPORTED_LANGUAGES [AdamRaichu][]
  • added 3rd party C3 grammar to SUPPORTED_LANGUAGES [aliaegik][]

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" in timezone Europe/Berlin, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner May 7, 2023 23:41
@renovate renovate bot requested review from daiagi and roiLeo and removed request for a team May 7, 2023 23:41
@reviewpad reviewpad bot added large Pull request is large waiting-for-review labels May 7, 2023
@reviewpad
Copy link
Contributor

reviewpad bot commented May 7, 2023

Reviewpad Report

⚠️ Warnings

  • Please link an issue to the pull request

@socket-security
Copy link

socket-security bot commented May 7, 2023

New dependency changes detected. Learn more about Socket for GitHub ↗︎


👍 No new dependency issues detected in pull request

Bot Commands

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore [email protected] bar@* or ignore all packages with @SocketSecurity ignore-all

Pull request alert summary
Issue Status
Install scripts ✅ 0 issues
Native code ✅ 0 issues
Bin script shell injection ✅ 0 issues
Unresolved require ✅ 0 issues
Invalid package.json ✅ 0 issues
HTTP dependency ✅ 0 issues
Git dependency ✅ 0 issues
Potential typo squat ✅ 0 issues
Known Malware ✅ 0 issues
Telemetry ✅ 0 issues
Protestware/Troll package ✅ 0 issues

📊 Modified Dependency Overview:

➕ Added Package Capability Access +/- Transitive Count Publisher
@babel/[email protected] environment +56 nicolo-ribaudo
⬆️ Updated Package Version Diff Added Capability Access +/- Transitive Count Publisher
[email protected] 1.62.0...1.62.1 None +0/-0 sassbot
@oruga-ui/[email protected] 0.5.10...0.6.0 None +0/-0 astagi
[email protected] 11.7.0...11.8.0 None +0/-0 highlightjs_bot
[email protected] 2.29.3...2.30.0 None +0/-0 kossnocorp
[email protected] 5.12.1...5.13.1 None +0/-0 enisdenjo
[email protected] 12.10.0...12.12.0 None +0/-2 mschile
@sentry/[email protected] 1.20.0...1.20.1 None +1/-4 sentry-bot
[email protected] 6.24.0...6.25.1 None +0/-2 all-contributors-release-bot
@nuxtjs/[email protected] 7.2.2...7.2.6 None +9/-11 rchl
@paraspell/[email protected] 1.1.4...1.1.8 None +30/-0 dudo50
@pinia/[email protected] 0.4.9...0.4.11 None +9/-9 posva
[email protected] 9.1.1...9.3.0 None +3/-1 ota-meshi

🚮 Removed packages: @vitest/[email protected], [email protected]

@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch 8 times, most recently from 1c4e183 to c67fda5 Compare May 10, 2023 06:48
Copy link
Contributor

@roiLeo roiLeo left a comment

Choose a reason for hiding this comment

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

🔴 Not Building

@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch 5 times, most recently from 12127c6 to c15956a Compare May 10, 2023 19:57
@yangwao
Copy link
Member

yangwao commented May 10, 2023

image

@yangwao
Copy link
Member

yangwao commented May 10, 2023

image

@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from c15956a to 51fc6ac Compare May 11, 2023 08:09
@roiLeo
Copy link
Contributor

roiLeo commented May 11, 2023

Reviewdog breaks with ESLint: 8.40.0

@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch 4 times, most recently from ff0e23d to eb56a06 Compare May 11, 2023 19:21
Copy link
Contributor

@roiLeo roiLeo left a comment

Choose a reason for hiding this comment

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

fixed 🦮 in #5973

@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch 10 times, most recently from 327e558 to 332380d Compare May 16, 2023 18:05
@renovate
Copy link
Contributor Author

renovate bot commented May 16, 2023

lgtm

@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch 10 times, most recently from a924f29 to d21b16a Compare May 20, 2023 14:23
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from d21b16a to 72be690 Compare May 20, 2023 21:07
@qlty-cloud-legacy
Copy link

Code Climate has analyzed commit 72be690 and detected 0 issues on this pull request.

View more on Code Climate.

@vikiival vikiival merged commit 1e7a95f into main May 21, 2023
@vikiival vikiival deleted the renovate/bumped-minor-version-of-packages branch May 21, 2023 11:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

large Pull request is large S-visual-ok-✅

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants