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 merge with hazmat suit bundle #1984

Merged
merged 1 commit into from Jan 21, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 20, 2022

merge with hazmat suit, may include new packages bumps

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
axios (source) ^0.24.0 -> ^0.25.0 age adoption passing confidence
buefy (source) ^0.9.10 -> ^0.9.14 age adoption passing confidence
chartjs-plugin-annotation (source) ^1.2.1 -> ^1.2.2 age adoption passing confidence
chartjs-plugin-zoom ^1.1.1 -> ^1.2.0 age adoption passing confidence
eslint (source) ^8.4.1 -> ^8.7.0 age adoption passing confidence
eslint-plugin-vue (source) ^8.2.0 -> ^8.3.0 age adoption passing confidence
graphql ^15.5.0 -> ^15.8.0 age adoption passing confidence
graphql-tag ^2.12.5 -> ^2.12.6 age adoption passing confidence
lint-staged ^12.1.7 -> ^12.2.2 age adoption passing confidence
nuxt-buefy ^0.4.13 -> ^0.4.14 age adoption passing confidence
typescript (source) ^4.5.2 -> ^4.5.5 age adoption passing confidence
vue-audio-visual ^2.2.2 -> ^2.4.0 age adoption passing confidence
vue-clipboard2 ^0.3.1 -> ^0.3.3 age adoption passing confidence
vue-i18n ^8.24.4 -> ^8.27.0 age adoption passing confidence
vue-router ^3.5.1 -> ^3.5.3 age adoption passing confidence
vue-template-compiler ^2.6.12 -> ^2.6.14 age adoption passing confidence
ws ^7.4.6 -> ^7.5.6 age adoption passing confidence

Release Notes

axios/axios

v0.25.0

Compare Source

Breaking changes:

  • Fixing maxBodyLength enforcement (#​3786)
  • Don't rely on strict mode behaviour for arguments (#​3470)
  • Adding error handling when missing url (#​3791)
  • Update isAbsoluteURL.js removing escaping of non-special characters (#​3809)
  • Use native Array.isArray() in utils.js (#​3836)
  • Adding error handling inside stream end callback (#​3967)

Fixes and Functionality:

  • Added aborted even handler (#​3916)
  • Header types expanded allowing boolean and number types (#​4144)
  • Fix cancel signature allowing cancel message to be undefined (#​3153)
  • Updated type checks to be formulated better (#​3342)
  • Avoid unnecessary buffer allocations (#​3321)
  • Adding a socket handler to keep TCP connection live when processing long living requests (#​3422)
  • Added toFormData helper function (#​3757)
  • Adding responseEncoding prop type in AxiosRequestConfig (#​3918)

Internal and Tests:

  • Adding axios-test-instance to ecosystem (#​3786)
  • Optimize the logic of isAxiosError (#​3546)
  • Add tests and documentation to display how multiple inceptors work (#​3564)
  • Updating follow-redirects to version 1.14.7 (#​4379)

Documentation:

  • Fixing changelog to show corrext pull request (#​4219)
  • Update upgrade guide for https proxy setting (#​3604)

Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:

buefy/buefy

v0.9.14

Compare Source

New features
  • Add normalize string for search in tables (thanks @​matheushahnn)
  • Add year to week-number-click event (thanks @​geeksilva97)
  • Add start and end slot to tabs
  • Add active-change event to navbar dropdown (thanks @​arusahni)
Fixes
chartjs/chartjs-plugin-zoom

v1.2.0

Compare Source

Essential Links

Enhancements

  • #​585 Add chart method for getting initial scale bounds

Bugs Fixed

  • #​574 Avoid zooming in when zooming out over certain areas of chart

Documentation

  • #​585 Add chart method for getting initial scale bounds

Development

  • #​594 Bump version to 1.2.0, update dependencies

Thanks to @​0b10011, @​MrJohz and @​kurkle

eslint/eslint

v8.7.0

Compare Source

Features
  • 19ad061 feat: no-restricted-imports support casing (#​15439) (gfyoung)
  • 564ecdb feat: Support arbitrary module namespace names in no-restricted-imports (#​15491) (Milos Djermanovic)
  • 968a02a feat: Support arbitrary module namespace names in no-useless-rename (#​15493) (Milos Djermanovic)
  • 0d2b9a6 feat: move eslint --init to @​eslint/create-config (#​15150) (唯然)
  • 127f524 feat: false negative with property option in id-match (#​15474) (Nitin Kumar)
  • 359b2c1 feat: Support arbitrary module namespace names in the camelcase rule (#​15490) (Milos Djermanovic)
  • 3549571 feat: Support arbitrary module namespace names in the quotes rule (#​15479) (Milos Djermanovic)
  • 5563c45 feat: Support arbitrary module namespace names in keyword-spacing (#​15481) (Milos Djermanovic)
  • fd3683f feat: Support arbitrary module namespace names in no-restricted-exports (#​15478) (Milos Djermanovic)
Bug Fixes
  • a8db9a5 fix: no-invalid-this false positive in class field initializer (#​15495) (Milos Djermanovic)
  • 02d6426 fix: Correctly consume RuleTester statics (#​15507) (Brad Zacher)
  • db15802 fix: Add property fatalErrorCount to ignored file results (#​15520) (Francesco Trotta)
  • 03ac8cf fix: Prevent false positives with no-constant-condition (#​15486) (Jordan Eldredge)
Documentation
  • f50f849 docs: Update CLI docs to prefer local install (#​15513) (Nicholas C. Zakas)
  • 0469eb1 docs: Update shell code fences for new website (#​15522) (Olga)
Chores

v8.6.0

Compare Source

Features

  • 6802a54 feat: handle logical assignment in no-self-assign (#​14152) (Zzzen)
  • 3b38018 feat: allow to define eslint-disable-next-line in multiple lines (#​15436) (Nitin Kumar)
  • 9d6fe5a feat: false negative with onlyDeclarations + properties in id-match (#​15431) (Nitin Kumar)

Documentation

Chores

  • 3a384fc chore: Upgrade espree to 9.3.0 (#​15473) (Brandon Mills)
  • 1443cc2 chore: Update blogpost.md.ejs (#​15468) (Nicholas C. Zakas)
  • 28e907a refactor: remove unused parameter in linter.js (#​15451) (Milos Djermanovic)
  • eaa08d3 test: add tests for allowReserved parser option with flat config (#​15450) (Milos Djermanovic)

v8.5.0

Compare Source

Features
Bug Fixes
  • 7d832d4 fix: improve prefer-template fixer (#​15230) (Nitin Kumar)
  • 981fb48 fix: do not report global references in id-match rule (#​15420) (Nitin Kumar)
  • f13d4a6 fix: improve autofix of prefer-object-has-own (#​15419) (Nitin Kumar)
  • f4559a0 fix: add helpful message when test case has non-string code/name (#​15425) (Bryan Mishkin)
Documentation
  • 314c84c docs: add an incorrect code example in for-direction (#​15434) (Holger Jeromin)
  • 3928175 docs: add destructuring examples for computed-property-spacing (#​15423) (Nitin Kumar)
  • a53e59e docs: add more examples for array-element-newline rule (#​15427) (Nitin Kumar)
  • 74cf0a0 docs: update CLA info (#​15370) (Nitin Kumar)
  • e84195e docs: fix heading level for an option in class-methods-use-this rule (#​15399) (Takuya Fukuju)
Chores
  • 225f211 test: add destructuring test cases for computed-property-spacing (#​15424) (Nitin Kumar)
  • f2c7ba6 ci: use node v16 for macOS and windows jobs (#​15418) (Nitin Kumar)
vuejs/eslint-plugin-vue

v8.3.0

Compare Source

🐛 Bug Fixes

⚙️ Updates

Full Changelog: vuejs/eslint-plugin-vue@v8.2.0...v8.3.0

graphql/graphql-js

v15.8.0

Compare Source

v15.8.0 (2021-12-07)
New Feature 🚀
Internal 🏠
2 PRs were merged
##### Committers: 1 * Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov))
okonet/lint-staged

v12.2.2

Compare Source

Bug Fixes
  • always search config from cwd first (4afcda5)

v12.2.1

Compare Source

Bug Fixes
  • only throw if no configurations were found (36b9546)

v12.2.0

Compare Source

Bug Fixes
  • make console task titles more explicit (1c94c27)
Features
  • support multiple configuration files (90d1035)
buefy/nuxt-buefy

v0.4.14

Compare Source

Microsoft/TypeScript

v4.5.5

Compare Source

This patch release includes a number of fixes to language service crashes and assertion violations, along with improvements to JSX attribute snippets.

For the complete list of fixed issues, check out the

Downloads are available on:

v4.5.4

Compare Source

This patch release includes a fix for incorrectly offering up JSX attribute snippet completions at the beginning of a tag name.

For the complete list of fixed issues, check out the

Downloads are available on:

v4.5.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

staskobzar/vue-audio-visual

v2.4.0

Compare Source

New option for frequency drawing direction for AvMedia element. Many thanks to @​sethcarlton for the contribution

kazupon/vue-i18n

v8.27.0

Compare Source

⭐ New Features
Committers: 1

v8.26.8

Compare Source

⚡ Improved Features
📝 Documentation
Committers: 2

Version 9 of Highlight.js has reached EOL and is no longer supported.
Please upgrade or ask whatever dependency you are using to upgrade.
highlightjs/highlight.js#2877

websockets/ws

v7.5.6

Compare Source

Bug fixes

Configuration

📅 Schedule: 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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@github-actions
Copy link
Contributor

You're Pull Request scored a 0.020616770616770617 out of a possible +5 on the sentiment scale. Here's a gif representation of your PR:
Boo from Monsters Inc blinking and looking into space neutrally

@github-actions
Copy link
Contributor

Gif

@yangwao yangwao disabled auto-merge January 21, 2022 05:55
@renovate renovate bot force-pushed the renovate/merge-with-hazmat-suit-bundle branch 2 times, most recently from a42af65 to 842d21d Compare January 21, 2022 06:00
@github-actions
Copy link
Contributor

Gif

@renovate renovate bot force-pushed the renovate/merge-with-hazmat-suit-bundle branch from 842d21d to 7d16652 Compare January 21, 2022 06:03
@github-actions
Copy link
Contributor

Gif

@yangwao yangwao merged commit 02a1d22 into main Jan 21, 2022
@renovate renovate bot deleted the renovate/merge-with-hazmat-suit-bundle branch January 21, 2022 07:28
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.

None yet

2 participants