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

Merged
merged 2 commits into from
Feb 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 5, 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
@histoire/plugin-vue2 ^0.12.4 -> ^0.13.0 age adoption passing confidence
@nuxt/types ^2.15.8 -> ^2.16.0 age adoption passing confidence
@​paraspell/sdk ^0.0.25 -> ^0.0.27 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.49.0 -> ^5.50.0 age adoption passing confidence
@typescript-eslint/parser ^5.49.0 -> ^5.50.0 age adoption passing confidence
cypress ^12.4.1 -> ^12.5.1 age adoption passing confidence
cypress-network-idle ^1.11.2 -> ^1.14.2 age adoption passing confidence
graphql-ws ^5.11.2 -> ^5.11.3 age adoption passing confidence
histoire ^0.12.4 -> ^0.13.0 age adoption passing confidence
sass ^1.57.1 -> ^1.58.0 age adoption passing confidence
typescript (source) ^4.9.4 -> ^4.9.5 age adoption passing confidence
vitest ^0.28.3 -> ^0.28.4 age adoption passing confidence

Release Notes

Akryum/histoire

v0.13.0

Compare Source

Bug Fixes
  • build: Cannot read properties of undefined (reading 'isCollecting') (2208e31)
  • HstButtonGroup: not respecting options order (2bbfc1d)
  • HstSelect: support array of numbers, fix #​423 (b7cc168)
  • isCollecting not working (4f6427c)
  • svelte-control-elements: textarea capitalization typo on interface (#​413) (fbbc58f)
  • tailwind tokens not working with pnpm, fix #​282 (f155491)
  • vue3: codegen v-model on prop with dash in name (c53ea61)
Features

0.12.4 (2022-12-23)

Bug Fixes
  • custom controls taking too much space (59d1153)

0.12.3 (2022-12-23)

Bug Fixes
  • tree: minus icon not displayed on Firefox (e12c81f)

0.12.2 (2022-12-20)

Bug Fixes

0.12.1 (2022-12-20)

Bug Fixes
  • docs: header anchors with routerMode hash (c729f6b)
  • docs: scroll to top (18b0353)
  • docs: scroll to URL anchor (68de7e2)
nuxt/nuxt.js

v2.16.0

Compare Source

Nuxt 2.16.0 is the first minor release since Feb 15, 2021. The focus is mostly on releasing the latest fixes and enhancements that have been present in nuxt-edge for some time.

✨ Highlights

⚠️ Breaking changes

  • In this PR we only support Node 14+. This is mostly an issue for dependencies, which we need to keep updated for security reasons. Going forward until its own EOL, Nuxt 2 will only officially support Node versions that have not reached their EOL.

  • New postcss options format. See https://github.com/nuxt/nuxt/pull/9671 for full details.

  • Dependency upgrades. A number of dependencies have dropped support for earlier node versions. dotenv has changed how it parses .env files in a number of edge cases. glob now requires / instead of \ on windows machines. There may also be other changes that affect your usage, so please do upgrade with care.

  • Vue 2.7 upgrade. Although you can use Vue 2.7 with any release of Nuxt 2, 2.16.0 for the first time includes it as a dependency, which means that you may well encounter some issues associated with upgrading Vue 2.6 -> Vue 2.7.

    This may be a good time to consider using the composition API utilities provided by https://github.com/nuxt/bridge instead, which mirror Nuxt 3's more precisely than @nuxtjs/composition-api. (You can opt-in to just these utilities by disabling the other bridge modules individually.)

Changelog

compare changes

🚀 Enhancements
  • config: Support nuxtrc in dist directory (#​9280)
  • generator: Add ignoreEnv generate option during ensureBuild(cmd) (#​8955)
  • server: Allow disabling serve-static middleware (#​9365)
  • types: Add asyncData return types to component instance type (#​9239)
  • vue-app: context.beforeSerialize method (#​9332)
  • vue-app: Pass store to createRouter (#​9629)
  • Default to core-js version 3 (#​9987)
  • webpack: ⚠️ Update postcss to v8 (#​9671)
🩹 Fixes
  • vue-app: Respect scroll-margin-top when navigating with hash (#​9187)
  • webpack: Use javascript/auto for js rule (#​9180)
  • server: Unregister error event listener (#​9245)
  • babel-preset-app: Respect explicit options.targets for modern preset (#​9337)
  • types: Add nuxt.config alias type (#​9424)
  • vue-app: Check whether route exists within nuxt app before replacing (#​9431)
  • vue-renderer: Decode route path for payload.js (#​9494)
  • vue-app: Don't normalise route path if it's valid (#​9460)
  • vue-app: Redirect to external url replaces current history entry (#​9500)
  • utils: trailingSlash causes error with dynamic nuxt-child routes (#​9505)
  • types: Add onNuxtLoaded and onNuxtReady types (#​9510)
  • vue-app: Re-register components construtor in HMR (#​9539)
  • types: Add typing for build.stats options (#​9555)
  • babel: Loose option for babel private-property-in-object (#​9631)
  • vue-app: Serialize route meta to allow functions (#​9634)
  • vue-app: null check for $root access (#​9150)
  • generator: Allow passing builder to getGenerator (#​9574)
  • generator: Throw an error when Builder is missing (#​9663)
  • vue-app: Use correct $config for finding basePath (#​9706)
  • vue-renderer: Ensure custom build indicator preserves some whitespace (#​9705)
  • 'npm run test' fails because the last command lacks 'yarn' (#​9761)
  • generator: Decode path with ufo (#​9739)
  • cli: Ensure nuxt instance is closed when skipping build (3e9d7e3)
  • Nuxt-child-key in web-types.json (#​9792)
  • types: Return type of $fetch (#​9854)
  • deps: Update ua-parser-js to 1.x (#​9979)
  • deps: Update ya-parser-js to latest 0.7.x (#​9979)
  • vue-app: Call ssrContext.unsetMutationObserver only if it exists (#​10132)
  • webpack: Allow files with .cjs extension to be transpiled (#​10340)
  • vue-app: Preview mode fetch (#​10489)
  • webpack: Resolve .wasm extension with lower priority (#​10676)
  • vue-app: Clear hide timeout when calling clear() (#​10086)
📦 Build
🌊 Types
  • Add prefetchPayloads to router options (#​9715)
🏡 Chore
  • release: V2.15.6 (a53fd32)
  • pkg: Build for es2019 target (#​9328)
  • types: Add types for new false option for render.static (#​9372)
  • Update error tests (d4e5998)
  • test: Revert jest and babel-jest to 26 (#​9377)
  • Ignore audit 1754,1755 (39f7859)
  • Fix vetur extension syntax for GitPod (#​9572)
  • Ignore globby > 12 upgrade as needs native esm (e0968a3)
  • Update rollup plugins (5614399)
  • Fix code formatting (17bbb21)
  • utils: Improve stripWhitespace utility (#​9668)
  • Update license year to present (#​9682)
  • Add separate file with security disclosure info (#​9738)
  • Update logo (#​9796)
  • doc: Fix link to contribution guide (#​9815)
  • test: Fix external redirect link (#​9816)
  • Update funding.yml (1f85137)
  • Update lockfile (7614360)
  • Update audit list (6f73c36)
  • Update lockfile and audit (1878b26)
  • Update issue template with nuxt 3 (#​9948)
  • Enable blank issues (54542c1)
  • radme: Fix browserstack and saucelabs icons (#​10068)
  • Update dependencies (#​10510)
  • Update repo (773d292)
  • Ignore vue and vuex major updates (bafc814)
  • Update README.md (#​10831)
  • Update pull request template (0db7e7b)
  • Update issue templates (f36fb9c)
  • Rename 2.x bug template (ba966cf)
  • Move nuxt 2 report to bottom (ce7b1a9)
  • Bump ua-parser-js version (1cedad5)
  • Bump test/dev dependencies (#​18672)
  • Upgrade unjs dependencies (#​18670)
  • Use named export from defu (#​18679)
✅ Tests
🤖 CI
⚠️ Breaking Changes
  • webpack: ⚠️ Update postcss to v8 (#​9671)
❤️ Contributors
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.50.0

Compare Source

Bug Fixes
  • eslint-plugin: [ban-ts-comment] counts graphemes instead of String.prototype.length (#​5704) (09d57ce)
  • eslint-plugin: [prefer-optional-chain] fix ThisExpression and PrivateIdentifier errors (#​6028) (85e783c)
  • eslint-plugin: [prefer-optional-chain] fixer produces wrong logic (#​5919) (b0f6c8e), closes #​1438
Features
  • eslint-plugin: add key-spacing rule extension for interface & type declarations (#​6211) (67706e7)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.50.0

Compare Source

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

cypress-io/cypress

v12.5.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#​12-5-1

v12.5.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#​12-5-0

bahmutov/cypress-network-idle

v1.14.2

Compare Source

Bug Fixes

v1.14.1

Compare Source

Bug Fixes
  • add custom request and response types (f250e43)

v1.14.0

Compare Source

Features

v1.13.0

Compare Source

Features

v1.12.0

Compare Source

Features
enisdenjo/graphql-ws

v5.11.3

Compare Source

Bug Fixes
sass/dart-sass

v1.58.0

Compare Source

  • Remove sourcemap comments from Sass sources. The generated sourcemap comment
    for the compiled CSS output remains unaffected.

  • Fix a bug in @extend logic where certain selectors with three or more
    combinators were incorrectly considered superselectors of similar selectors
    with fewer combinators, causing them to be incorrectly trimmed from the
    output.

  • Produce a better error message for a number with a leading + or -, a
    decimal point, but no digits.

  • Produce a better error message for a nested property whose name starts with
    --.

  • Fix a crash when a selector ends in an escaped backslash.

  • Add the relative length units from CSS Values 4 and CSS Contain 3 as known
    units to validate bad computation in calc.

Command Line Interface
  • The --watch flag will now track loads through calls to meta.load-css() as
    long as their URLs are literal strings without any interpolation.
Microsoft/TypeScript

v4.9.5: TypeScript 4.9.5

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

Changes:

vitest-dev/vitest

v0.28.4

Compare Source

   🐞 Bug Fixes
    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 February 5, 2023 23:14
@renovate renovate bot requested review from preschian and Jarsen136 and removed request for a team February 5, 2023 23:14
@yangwao
Copy link
Member

yangwao commented Feb 6, 2023

paraspell builds fails?



00:16:10.178 | Done in 1m 25.6s
-- | --
00:16:10.842 | npm WARN config tmp This setting is no longer used.  npm stores temporary files in a special
00:16:10.842 | npm WARN config location in the cache, and they are managed by
00:16:10.844 | npm WARN config     [`cacache`](http://npm.im/cacache).
00:16:29.086 |  
00:16:29.086 | > kodadot-nft-marketplace@3.0.0 generate /opt/buildhome/repo
00:16:29.087 | > node ./script/substack.mjs && cross-env NITRO_PRESET=netlify nuxi generate
00:16:29.087 |  
00:16:29.463 | ℹ substack.json created
00:16:29.781 | Nuxi 3.0.0
00:16:29.811 | Nuxt 2.16.0-27720022.54e852f with Nitro 1.0.0
00:16:34.293 | ✔ PWA icons generated in 325 ms
00:19:12.772 |  
00:19:12.772 | ERROR  Nuxt build error
00:19:12.772 |  
00:19:12.773 | ERROR in ./node_modules/.pnpm/@paraspell+sdk@0.0.27/node_modules/@paraspell/sdk/dist/index.mjs
00:19:12.773 | Module not found: Error: Can't resolve '@polkadot/apps-config/endpoints' in 'node_modules/.pnpm/@paraspell+sdk@0.0.27/node_modules/@paraspell/sdk/dist'
00:19:12.773 | @ ./node_modules/.pnpm/@paraspell+sdk@0.0.27/node_modules/@paraspell/sdk/dist/index.mjs 3:0-41
00:19:12.773 | @ ./node_modules/.pnpm/unplugin@1.0.1/node_modules/unplugin/dist/webpack/loaders/transform.js?unpluginName=nuxt%3Aimports-transform!./node_modules/.pnpm/unplugin@1.0.1/node_modules/unplugin/dist/webpack/loaders/transform.js?unpluginName=nuxt-legacy-vue-transform!./node_modules/.pnpm/babel-loader@8.2.5_nwtvwtk5tmh22l2urnqucz7kqu/node_modules/babel-loader/lib??ref--0-0!./node_modules/.pnpm/@nuxt+components@2.2.1_consola@2.15.3/node_modules/@nuxt/components/dist/loader.js??ref--2-0!./node_modules/.pnpm/vue-loader@15.10.0_mi7kfaeh4nmupiqclubmvzt3ru/node_modules/vue-loader/lib??vue-loader-options!./node_modules/.pnpm/unplugin@1.0.1/node_modules/unplugin/dist/webpack/loaders/transform.js?unpluginName=nuxt-legacy-capi-key-transform!./components/teleport/Teleport.vue?vue&type=script&setup=true&lang=ts&
00:19:12.773 | @ ./components/teleport/Teleport.vue?vue&type=script&setup=true&lang=ts&
00:19:12.773 | @ ./components/teleport/Teleport.vue
00:19:12.773 | @ ./.nuxt/components/index.js
00:19:12.773 | @ ./.nuxt/components/plugin.js
00:19:12.774 | @ ./.nuxt/index.js
00:19:12.774 | @ ./.nuxt/client.js
00:19:12.774 | @ multi ./node_modules/.pnpm/@nuxt+components@2.2.1_consola@2.15.3/node_modules/@nuxt/components/lib/installComponents.js ./.nuxt/client.js
00:19:12.774 |  
00:19:12.875 | ELIFECYCLE  Command failed with exit code 1.
00:19:12.919 | Failed: build command exited with code: 1
00:19:14.143 | Failed: an internal error occurred


@yangwao
Copy link
Member

yangwao commented Feb 6, 2023

@yangwao yangwao added the S-changes-requested-🤞 PR is almost good to go, just some fine tunning label Feb 6, 2023
@codeclimate
Copy link

codeclimate bot commented Feb 6, 2023

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

View more on Code Climate.

@renovate
Copy link
Contributor Author

renovate bot commented Feb 6, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Copy link
Contributor

@Jarsen136 Jarsen136 left a comment

Choose a reason for hiding this comment

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

I have made the version of @​paraspell/sdk stay at 0.0.25.

@Jarsen136 Jarsen136 added S-works-for-me-✅ qa-guild has tested PR from end user perspective and functionality worked and removed S-changes-requested-🤞 PR is almost good to go, just some fine tunning labels Feb 6, 2023
@yangwao yangwao merged commit 755309f into main Feb 6, 2023
@yangwao yangwao deleted the renovate/bumped-minor-version-of-packages branch February 6, 2023 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-works-for-me-✅ qa-guild has tested PR from end user perspective and functionality worked
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants