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

[skip netlify] Update Bumped minor version of packages #5477

Merged
merged 1 commit into from
Apr 5, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 2, 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.3 -> ^7.21.4 age adoption passing confidence
@babel/plugin-transform-runtime (source) ^7.21.0 -> ^7.21.4 age adoption passing confidence
@babel/preset-env (source) ^7.20.2 -> ^7.21.4 age adoption passing confidence
@nuxtjs/sentry ^7.1.4 -> ^7.1.11 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.55.0 -> ^5.57.1 age adoption passing confidence
@typescript-eslint/parser ^5.55.0 -> ^5.57.1 age adoption passing confidence
@vitest/coverage-c8 ^0.28.4 -> ^0.29.8 age adoption passing confidence
changelogen ^0.4.1 -> ^0.5.2 age adoption passing confidence
cypress ^12.8.1 -> ^12.9.0 age adoption passing confidence
eslint (source) ^8.36.0 -> ^8.37.0 age adoption passing confidence
eslint (source) ^8.34.0 -> ^8.37.0 age adoption passing confidence
eslint-config-prettier ^8.7.0 -> ^8.8.0 age adoption passing confidence
graphql-ws ^5.12.0 -> ^5.12.1 age adoption passing confidence
prettier (source) ^2.8.5 -> ^2.8.7 age adoption passing confidence
prettier (source) ^2.8.4 -> ^2.8.7 age adoption passing confidence
sass ^1.59.3 -> ^1.60.0 age adoption passing confidence
slugify ^1.6.5 -> ^1.6.6 age adoption passing confidence
unbuild ^1.1.1 -> ^1.2.0 age adoption passing confidence
vitest ^0.29.3 -> ^0.29.8 age adoption passing confidence
vitest ^0.28.4 -> ^0.29.8 age adoption passing confidence
vue-eslint-parser ^9.1.0 -> ^9.1.1 age adoption passing confidence

Release Notes

babel/babel

v7.21.4

Compare Source

🐛 Bug Fix
  • babel-core, babel-helper-module-imports, babel-preset-typescript
  • babel-generator
💅 Polish
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-transform-typescript, babel-traverse
🏠 Internal
nuxt-community/sentry-module

v7.1.11

Compare Source

v7.1.10

Compare Source

v7.1.9

Compare Source

v7.1.8

Compare Source

v7.1.7

Compare Source

v7.1.6

Compare Source

v7.1.5

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.57.1

Compare Source

Bug Fixes
  • eslint-plugin: [strict-boolean-expressions] support mixed enums in allowNullableEnum option (#​6740) (49be8a8)

v5.57.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] simplify fixer and add support for double negation (#​6620) (81c8519)
  • eslint-plugin: correct crashes with getTypeArguments for ts < 3.7 (#​6767) (59eab58)
Features
  • eslint-plugin: [consistent-type-assertions] add suggestions for objectLiteralTypeAssertions (#​6642) (720e811)
  • eslint-plugin: [consistent-type-assertions] autofix angle bracket assertions to as (#​6641) (ad8ea64)
  • eslint-plugin: add no-duplicate-type-constituents rule (#​5728) (bc31078)

v5.56.0

Compare Source

Bug Fixes
  • eslint-plugin: [member-ordering] check order when optionalityOrder is present with no optional members (#​6619) (6aff431)
  • eslint-plugin: [no-misused-promises] avoid unnecessary calls to getContextualType (#​6193) (745cfe4)
  • eslint-plugin: [no-misused-promises] fix incorrect detection of void functions in JSX attributes (#​6638) (9e41cee)
  • eslint-plugin: [strict-boolean-expression] support falsy and truthy literals simultaneously (#​6672) (62ef487)
  • eslint-plugin: [strict-boolean-expressions] handle truthy enums (#​6618) (0d0639f)
  • eslint-plugin: add TSPropertySignature with TSFunctionType annotation to typeMethod selector (#​6645) (3fc5c63)
Features
  • eslint-plugin: add allowNever support to restrict-template-expressions (#​6554) (423f164)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.57.1

Compare Source

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

v5.57.0

Compare Source

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

v5.56.0

Compare Source

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

vitest-dev/vitest

v0.29.8

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.29.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.29.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.29.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.29.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.29.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.29.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.29.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.29.0

Compare Source

This release makes some significant changes to how tests are running. If you were using --no-threads before, you might consider enabling --single-thread instead (because your tests are now running in child_process instead of a worker thread) or try our new performance optimization feature (discussed later). If you were relying on API that was not available inside a worker (like process.chdir(), you can now use this option.

One of the potential breaking bug fixes is that environments do not share the same global scope anymore if you run them with --no-isolate, --no-threads or --single-thread - you might need to update your setup files if you were relying on a global variable before.

If you had performance issues on large code bases before, try the new deps.experimentalOptimizer option instead of disabling threads. Feedback is welcome!

One of the breaking changes includes adding a link to snapshots inside snapshot files, meaning you will need to update all your snapshots.

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.28.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
unjs/changelogen

v0.5.2

Compare Source

compare changes

🚀 Enhancements
  • Resolve repository config from git remote (8401f91)
  • Load config from changelog field in package.json (#​88)
  • Bump pre version (#​70)
  • Support templates for commit and tag messages (#​68)
🩹 Fixes
  • Handle unset value for config.repo (#​72)
  • getLastGitTag: Handle when there are no git tags (#​77)
💅 Refactors
🏡 Chore
  • Update badges and small improvements (146d1d4)
  • Update dev dependencies (0f44ee9)
❤️ Contributors

v0.5.1

Compare Source

compare changes

🩹 Fixes
  • Allow providing no versions (ac84c39)
  • Use parsed release body (aec2341)
  • Strip title line from release (319f7ce)
🏡 Chore
  • Simplify release command (225fa64)
❤️ Contributors

v0.5.0

Compare Source

compare changes

🚀 Enhancements
  • Update execa to v7 (e61e2f6)
  • ⚠️ Support different repository providers (#​55)
  • Github release integration (#​67)
  • Support explicit bumping as major, minor, or patch via cli (c8afa86)
  • Automatically resolve github token from gh cli (231a3ec)
  • Default gh release to latest version (44788f5)
🩹 Fixes
  • Stage CHANGELOG.md and package.json when releasing (69d375c)
  • Add correct output file to git (#​64)
  • Update ungh link (a5ab510)
  • Only access latest tag accessible from current branch (#​69)
  • cli: Don't eat up first -* arg (77b483b)
🏡 Chore
  • Fix lint issue and update snapshots (e162ab8)
  • Mention gh cli login (7f4a05f)
⚠️ Breaking Changes
  • ⚠️ Support different repository providers (#​55)
❤️ Contributors
cypress-io/cypress

v12.9.0

Compare Source

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

eslint/eslint

v8.37.0

Compare Source

Features

Bug Fixes

  • 619f3fd fix: correctly handle null default config in RuleTester (#​17023) (Brad Zacher)
  • 1fbf118 fix: getFirstToken/getLastToken on comment-only node (#​16889) (Francesco Trotta)
  • 129e252 fix: Fix typo in logical-assignment-operators rule description (#​17000) (Francesco Trotta)

Documentation

Chores


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 April 2, 2023 22:13
@renovate renovate bot requested review from daiagi and Jarsen136 and removed request for a team April 2, 2023 22:13
@socket-security
Copy link

socket-security bot commented Apr 2, 2023

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


🚨 Potential security issues found in this pull request. To accept the risk, merge this PR and you will not be notified again.

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 foo@1.0.0 bar@* or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore cypress@12.9.0
📜 Install scripts

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

Package Script field Source
cypress@12.9.0 (upgraded) postinstall package.json, pnpm-lock.yaml via
Pull request alert summary
Issue Status
Install scripts ⚠️ 1 issue
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:

⬆️ Updated Package Version Diff Added Capability Access +/- Transitive Count Publisher
cypress@12.9.0 12.8.1...12.9.0 None +0/-0 atofstryker
changelogen@0.5.2 0.4.1...0.5.2 environment +17/-10 pi0
slugify@1.6.6 1.6.5...1.6.6 None +0/-0 simov

🚮 Removed packages: @vitest/coverage-c8@0.28.5, eslint@8.36.0, sass@1.59.3, unbuild@1.1.2, vitest@0.28.5

@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from 5cbf53f to dcaef53 Compare April 3, 2023 10:27
@yangwao yangwao enabled auto-merge April 5, 2023 07:46
@yangwao yangwao disabled auto-merge April 5, 2023 07:46
@reviewpad reviewpad bot mentioned this pull request Apr 5, 2023
@reviewpad reviewpad bot added the large Pull request is large label Apr 5, 2023
@reviewpad
Copy link
Contributor

reviewpad bot commented Apr 5, 2023

Reviewpad Report

⚠️ Warnings

  • Please link an issue to the pull request

@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from fbced5d to dd66613 Compare April 5, 2023 18:43
@codeclimate
Copy link

codeclimate bot commented Apr 5, 2023

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

View more on Code Climate.

@reviewpad
Copy link
Contributor

reviewpad bot commented Apr 5, 2023

AI-Generated Pull Request Summary: This pull request includes updates to several dependencies and devDependencies across multiple package.json files. Notable changes include the update of eslint to ^8.37.0 in libs/ui/package.json, libs/static/package.json, and the root package.json. Other updates involve several devDependencies in libs/static/package.json, such as "@vitest/coverage-c8", "changelogen", "prettier", "unbuild", and "vitest". Additionally, various dependencies and devDependencies have been updated in the root package.json, including @nuxtjs/sentry, graphql-ws, slugify, @babel/core, @babel/plugin-transform-runtime, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, cypress, eslint-config-prettier, sass, and vue-eslint-parser.

@yangwao yangwao merged commit 325c73d into main Apr 5, 2023
13 of 14 checks passed
@yangwao yangwao deleted the renovate/bumped-minor-version-of-packages branch April 5, 2023 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
large Pull request is large
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants