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

Merged
merged 1 commit into from
Aug 15, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 13, 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.22.9 -> ^7.22.10 age adoption passing confidence
@babel/plugin-transform-runtime (source) ^7.22.9 -> ^7.22.10 age adoption passing confidence
@babel/preset-env (source) ^7.22.9 -> ^7.22.10 age adoption passing confidence
@histoire/plugin-vue2 ^0.16.1 -> ^0.16.4 age adoption passing confidence
eslint (source) ^8.45.0 -> ^8.47.0 age adoption passing confidence
eslint-config-prettier ^8.8.0 -> ^8.10.0 age adoption passing confidence
graphql ^16.7.1 -> ^16.8.0 age adoption passing confidence
histoire ^0.16.2 -> ^0.16.4 age adoption passing confidence
pinia-plugin-persistedstate (source) ^3.1.0 -> ^3.2.0 age adoption passing confidence
sass ^1.64.0 -> ^1.65.1 age adoption passing confidence
vitest ^0.33.0 -> ^0.34.1 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.22.10

Compare Source

🐛 Bug Fix
  • babel-plugin-transform-typescript
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-new-target, babel-plugin-transform-private-methods, babel-preset-env
💅 Polish
🏠 Internal
  • Other
  • babel-cli, babel-core, babel-generator, babel-helper-builder-react-jsx, babel-preset-env, babel-standalone
  • babel-helper-compilation-targets
  • babel-parser
  • babel-plugin-transform-runtime, babel-traverse, babel-types
🔬 Output optimization
  • babel-plugin-transform-block-scoping, babel-plugin-transform-parameters, babel-plugin-transform-regenerator
Akryum/histoire (@​histoire/plugin-vue2)

v0.16.4

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
🏡 Chore
✅ Tests
🎨 Styles
  • Fixed typos in Console logs (#​577)
🤖 CI
❤️ Contributors
eslint/eslint (eslint)

v8.47.0

Compare Source

Features

  • 53d7508 feat: update regex for methods with thisArg (#​17439) (Francesco Trotta)

Bug Fixes

  • 631648e fix: do not report on shadowed constructors in no-new-wrappers (#​17447) (Francesco Trotta)

Documentation

Chores

v8.46.0

Compare Source

Features

Bug Fixes

  • 9803c7c fix: FlatESLint#getRulesMetaForResults shouldn't throw on unknown rules (#​17393) (Milos Djermanovic)
  • 42faa17 fix: Update no-loop-func to not overlap with no-undef (#​17358) (Matt Wilkinson)

Documentation

  • 4d474e3 docs: update with TypeScript info (#​17423) (James)
  • 091f44e docs: File extension named processor deprecation (#​17362) (Matt Wilkinson)
  • 9254a6c docs: Update README (GitHub Actions Bot)
  • 6d6dc51 docs: fix overlapping of open in playground button (#​17403) (Tanuj Kanti)
  • 7fc3a2c docs: Add private class features info to no-underscore-dangle (#​17386) (Matt Wilkinson)
  • da73e58 docs: Migrating eslint-env configuration comments (#​17390) (Francesco Trotta)
  • 80dffed docs: fix Ignoring Files section in config migration guide (#​17392) (Milos Djermanovic)
  • 8a9abb7 docs: Update README (GitHub Actions Bot)
  • 7e9be4b docs: Update README (GitHub Actions Bot)
  • 0b0bbe0 docs: Update README (GitHub Actions Bot)

Chores

  • d1eb7e4 chore: Update ecosystem dependencies (#​17427) (Nicholas C. Zakas)
  • fab9e97 chore: package.json update for eslint-config-eslint release (ESLint Jenkins)
  • 6246711 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 0aa0bc3 chore: Add PRs to triage project (#​17421) (Nicholas C. Zakas)
prettier/eslint-config-prettier (eslint-config-prettier)

v8.10.0

Compare Source

  • Added: [max-statements-per-line]. Thanks to @​Zamiell!

v8.9.0

Compare Source

  • Added: [vue/array-element-newline]. Thanks to @​xcatliu!
graphql/graphql-js (graphql)

v16.8.0

Compare Source

v16.8.0 (2023-08-14)

New Feature 🚀
Committers: 1
prazdevs/pinia-plugin-persistedstate (pinia-plugin-persistedstate)

v3.2.0

Compare Source

sass/dart-sass (sass)

v1.65.1

Compare Source

  • Update abs-percent deprecatedIn version to 1.65.0.

v1.65.0

Compare Source

  • All functions defined in CSS Values and Units 4 are now parsed as calculation
    objects: round(), mod(), rem(), sin(), cos(), tan(), asin(),
    acos(), atan(), atan2(), pow(), sqrt(), hypot(), log(), exp(),
    abs(), and sign().

  • Deprecate explicitly passing the % unit to the global abs() function. In
    future releases, this will emit a CSS abs() function to be resolved by the
    browser. This deprecation is named abs-percent.

v1.64.2

Compare Source

  • No user-visible changes.

v1.64.1

Compare Source

Embedded Sass
  • Fix a bug where a valid SassCalculation.clamp() with less than 3 arguments
    would throw an error.
vitest-dev/vitest (vitest)

v0.34.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.34.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
  • Deprecate deps.registerNodeLoader  -  by @​sheremet-va (7f45b)
    • This option was introduced to support aliasing inside external packages. Please, use deps.optimizer.web instead. If you test Node.js applications, consider adding external packages to server.deps.inline.
    View changes on GitHub

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 August 13, 2023 22:27
@renovate renovate bot requested review from roiLeo and daiagi and removed request for a team August 13, 2023 22:27
@reviewpad
Copy link
Contributor

reviewpad bot commented Aug 13, 2023

AI-Generated Summary: This pull request contains updates to the package.json files in multiple locations. In the libs/ui/package.json file, versions for @histoire/plugin-vue2, eslint, and histoire dependencies have been updated. A similar set of updates have occurred in the static library's package.json file, where eslint and vitest's versions have been incrementally cranked up. Furthermore, the main package.json file also received an update with 11 incremental changes made to both dependencies and devDependencies showing an active effort to stay up to date with latest package releases.

@reviewpad reviewpad bot added large Pull request is large waiting-for-review labels Aug 13, 2023
@reviewpad
Copy link
Contributor

reviewpad bot commented Aug 13, 2023

Reviewpad Report

⚠️ Warnings

  • Please link an issue to the pull request

@socket-security
Copy link

Updated and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
histoire 0.16.2...0.16.4 None +0/-1 329 kB akryum
eslint 8.45.0...8.47.0 None +0/-0 2.9 MB eslintbot

🚮 Removed packages: [email protected], [email protected]

@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from 40c684a to f8e8821 Compare August 14, 2023 09:35
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.

it's been a while bot

@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from f8e8821 to 26b04d8 Compare August 14, 2023 10:44
@yangwao
Copy link
Member

yangwao commented Aug 14, 2023

Screenshot_20230814_144258_GitHub.jpg

Doesn't build?

@yangwao
Copy link
Member

yangwao commented Aug 14, 2023

Hello darkness my old friend

Seems same error why canary was recent days down

Screenshot_20230814_144359_GitHub.jpg

@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch 2 times, most recently from 03ad691 to 8043031 Compare August 14, 2023 13:41
@renovate
Copy link
Contributor Author

renovate bot commented Aug 14, 2023

lgtm

@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from 8043031 to b8ddaca Compare August 14, 2023 20:29
@codeclimate
Copy link

codeclimate bot commented Aug 14, 2023

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

View more on Code Climate.

@sonarcloud
Copy link

sonarcloud bot commented Aug 14, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@yangwao
Copy link
Member

yangwao commented Aug 15, 2023

builds

@yangwao yangwao merged commit c96e3f9 into main Aug 15, 2023
@yangwao yangwao deleted the renovate/bumped-minor-version-of-packages branch August 15, 2023 07:24
floyd-li added a commit to floyd-li/nft-gallery that referenced this pull request Aug 15, 2023
commit 614a3b0
Author: Viki Val <[email protected]>
Date:   Tue Aug 15 13:02:11 2023 +0300

    :nail_care: Error into composition API (kodadot#6715)

commit c3ff15d
Merge: d3e2124 3cde46d
Author: Matej yangwao <[email protected]>
Date:   Tue Aug 15 11:32:36 2023 +0200

    Merge pull request kodadot#6712 from floyd-li/fix/6706

commit d3e2124
Merge: df0e9f6 083969e
Author: Matej yangwao <[email protected]>
Date:   Tue Aug 15 11:28:27 2023 +0200

    Merge pull request kodadot#6695 from Jarsen136/issue-6466

commit df0e9f6
Author: Jarsen <[email protected]>
Date:   Tue Aug 15 16:50:35 2023 +0800

    fix: forbiding landing page on DOT (kodadot#6710)

commit 3cde46d
Author: Floyd Li <[email protected]>
Date:   Tue Aug 15 15:52:43 2023 +0800

    fix: remove console error

commit c96e3f9
Merge: 3fa9006 b8ddaca
Author: Matej yangwao <[email protected]>
Date:   Tue Aug 15 09:24:43 2023 +0200

    Merge pull request kodadot#6699 from kodadot/renovate/bumped-minor-version-of-packages

    [skip netlify] Update Bumped minor version of packages

commit b8ddaca
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Mon Aug 14 20:29:13 2023 +0000

    [skip netlify] Update Bumped minor version of packages

commit 083969e
Author: Jarsen <[email protected]>
Date:   Mon Aug 14 23:42:30 2023 +0800

    fix: font size

commit ccf5a59
Merge: 03c51d1 d3102c9
Author: Jarsen <[email protected]>
Date:   Mon Aug 14 22:53:47 2023 +0800

    Merge branch 'issue-6466' of github.com:Jarsen136/nft-gallery into issue-6466

commit 03c51d1
Author: Jarsen <[email protected]>
Date:   Mon Aug 14 22:53:23 2023 +0800

    fix: transfer redesign

commit d3102c9
Merge: cc0d9d7 b123f32
Author: Viki Val <[email protected]>
Date:   Mon Aug 14 13:58:45 2023 +0300

    Merge branch 'main' into issue-6466

commit cc0d9d7
Author: Jarsen <[email protected]>
Date:   Mon Aug 14 13:44:33 2023 +0800

    Revert "fix: flex to table"

    This reverts commit f3644a6.

commit f3644a6
Author: Jarsen <[email protected]>
Date:   Mon Aug 14 10:51:25 2023 +0800

    fix: flex to table

commit 460345b
Author: Jarsen <[email protected]>
Date:   Mon Aug 14 09:45:40 2023 +0800

    fix: UI issue

commit 9eb4954
Author: Jarsen <[email protected]>
Date:   Mon Aug 14 00:25:46 2023 +0800

    fix: total value

commit 881a3b7
Author: Jarsen <[email protected]>
Date:   Mon Aug 14 00:04:41 2023 +0800

    fix: redesign issue

commit 0be1770
Author: Jarsen <[email protected]>
Date:   Sun Aug 13 21:39:12 2023 +0800

    feat: transfer transaction

commit 5911cb6
Author: Jarsen <[email protected]>
Date:   Sun Aug 13 20:58:30 2023 +0800

    feat: Transfer Redesign handover - (2) Transaction confirm
This was referenced Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
large Pull request is large waiting-for-review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants