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

COM-1870 npm update #953

Merged
merged 2 commits into from Feb 2, 2021
Merged

COM-1870 npm update #953

merged 2 commits into from Feb 2, 2021

Conversation

felix-commits
Copy link
Contributor

@felix-commits felix-commits commented Feb 1, 2021

NPM update sprint 01/02

Résumé

  • @casl/vue a été mis à jour vers une verison intermédiaire (pas la dernière 2.0 qui apporte un lot de breaking changes suite au passage à Vue 3)
  • entre autre une nouvelle règle ESLint sur la fonction vue/nextTick, et une nouvelle règle vérifie qu'un parmètre v-if / v-show n'est pas constant
  • plusieurs ajouts Quasar, dont la possibilité de mieux personnaliser le style d'un Notify en envoyant une prop class
  • concernant quasar-e2e-cypress, il faudrait une PR a part pour s'occuper des tests e2e si on veut les remettre au gout du jour, car la dernière version de quasar-e2e-cypress nécessite Cypress 6 (nous sommes à Cypress 4!)

Mises à jour

paquets mis à jour

Package Current Wanted Latest
@casl/ability 5.1.2 5.2.2 5.2.2
@casl/vue 1.2.1 1.2.2 2.0.2
@quasar/extras 1.9.13 1.9.15 1.9.15
@vue/cli-service 4.5.10 4.5.11 4.5.11
date-holidays 1.8.7 1.9.1 1.9.1
eslint 7.18.0 7.19.0 7.19.0
eslint-plugin-vue 7.4.1 7.5.0 7.5.0

paquets non mis à jour

Package Current Wanted Latest
@quasar/quasar-app-extension-testing-e2e-cypress 1.0.0-beta.13 1.0.0-beta.13 3.0.1
heroku-ssl-redirect 0.0.4 0.0.4 0.1.1
html-loader 0.5.5 0.5.5 1.3.2
@casl/vue 1.2.2 1.2.2 2.0.2

Changelogs

@casl/ability

5.2.2
  • types: relaxes types for resolveAction AbilityOptions property (2af2927)
5.2.1
  • ability: removes generic parameters from AnyAbility type (5566ac8)
5.2.0

@casl/vue

2.0.0
  • passage à Vue 3.0 (beaucoup de breaking changes, on ne passe pas à @casl/vue 2)
1.2.2
  • types: rebuild with newer version of @casl/ability to ensure that no private types are exposed by d.ts generator (415a5f8), closes Com 1174 #446

@quasar/extras

1.9.15
  • feat(extras): update ionicons to v5.4.0
1.9.14
  • feat(extras): update to mdi v5.9.55 and Fontawesome 5.15.2

@vue/cli-service

4.5.11
  • @vue/cli #6207 fix: support basic auth for npm registry access
  • @vue/cli-ui 5ce117b chore: bump node-notifier

date-holidays

1.9.1
1.9.0
  • docs: update attribution a86fe73c
  • docs: clarifying language about data aggregators 783a6462
  • fix(US-GA): Fixes COM-942 change validation message in planning #142 GA Confederate Memorial Day 2020 672261ce
  • docs: Guidelines for citations. f32a5a49
  • feat(GE): Holidays for Georgia(Country) 70aae144
  • feat(GE): Holidays for Georgia(Country) aa68e174

eslint

1.7.19
  • ce7f061 Update: add shadowed variable loc to message in no-shadow (fixes #13646) (#13841) (t-mangoe)
  • c60e23f Update: fix let logic in for-in and for-of loops in no-extra-parens (#14011) (Milos Djermanovic)
  • d76e8f6 Fix: no-useless-rename invalid autofix with parenthesized identifiers (#14032) (Milos Djermanovic)
  • 5800d92 Docs: Clarify stylistic rule update policy (#14052) (Brandon Mills)
  • 0ccf6d2 Docs: remove configuring.md (#14036) (Milos Djermanovic)
  • 65bb0ab Chore: Clean up new issue workflow (#14040) (Nicholas C. Zakas)
  • e1da90f Fix: nested indenting for offsetTernaryExpressions: true (fixes #13971) (#13972) (Chris Brody)
  • 1a078b9 Update: check ternary : even if ? was reported in space-infix-ops (#13963) (Milos Djermanovic)
  • fb27422 Fix: extend prefer-const fixer range to whole declaration (fixes #13899) (#14033) (Nitin Kumar)
  • e0b05c7 Docs: add a correct example to no-unsafe-optional-chaining (refs #14029) (#14050) (armin yahya)
  • 46e836d Sponsors: Sync README with website (ESLint Jenkins)
  • 3fc4fa4 Docs: update configuring links (#14038) (Milos Djermanovic)
  • 8561c21 Docs: fix broken links in configuring/README.md (#14046) (Milos Djermanovic)
  • 1c309eb Update: fix no-invalid-regexp false negatives with no flags specified (#14018) (Milos Djermanovic)
  • f6602d5 Docs: Reorganize Configuration Documentation (#13837) (klkhan)
  • c753b44 Sponsors: Sync README with website (ESLint Jenkins)
  • a4fdb70 Docs: Fixed Typo (#14007) (Yash Singh)
  • f7ca481 Docs: Explain why we disable lock files (refs Add 2021-01-14 meeting notes (closes #232) eslint/tsc-meetings#234) (#14006) (Brandon Mills)

eslint-plugin-vue

7.5.0

New Rules

Bug Fixes

Updates

Chores

quasar

1.15.1

New

  • feat(DialogPlugin): allow using async components as custom component #8288 (#8296)
  • feat(Notify): allow passing class and style for action buttons (#8298)
  • feat(utils/animated scroll): calculate animated scroll based on timers in requestAnimatedFrame #7800 (#8100)
  • feat(ui/lang): New language pack - Icelandic #8316
  • feat(QFabAction): Allow using QFabAction outside QFab #8328 (#8360)
  • feat(QTable): New event - "row-contextmenu" #7803

Fixes

  • fix/perf(VirtualScroll): prevent re-rendering of content items when both from and to changes #8344 (#8357)
  • fix(QSeparator): do not allow separator to be flex shrunk #8280 (#8299)
  • fix(QSeparator): do not force width or height to avoid overflowing the parent #8307 (#8308)
  • fix(QBtnDropdown): do not pad left the dropdown icon if there is no label text #8293 (#8303)
  • fix(QBtnToggle): use a clone of computed used for render when they have listeners #8332 (#8333)
  • fix(QTabs): improve tabs width calculation; improve arrow detection on mobile #8356, #8317 (#8359)
  • fix(sass): Add !default to animate variables in variables.scss (#8321)
  • fix(TS): type's error for params utc of startOfDate & endOfDate #8183 (#8355)
  • chore(QScrollArea): fix description for "visible" prop

@bodograumann
Copy link

Hi there. Got a notification because I was mentioned, but I guess this does not really concern me :-D

@cmolle
Copy link
Contributor

cmolle commented Feb 1, 2021

Est-ce qu'on peut passer a casl/vue v2 en restant en vue 2 ou faut-il obligatoirement avoir vue3 ? Si on ne peut pas, est-ce qu'ils indiquent si il vont continuer a maintenir la version pour vue 2 ?

Pour cypress, est-ce que tu pourrais ajouter ca au ticket COM-1682 s'il te plait ? :)

@felix-commits
Copy link
Contributor Author

felix-commits commented Feb 1, 2021

Hi there. Got a notification because I was mentioned, but I guess this does not really concern me :-D

@bodograumann oups sorry for the inconvenience! my bad! great work by the way :)

@sophiemoustard sophiemoustard merged commit e8c12b9 into dev Feb 2, 2021
@sophiemoustard sophiemoustard deleted the COM-1870 branch February 2, 2021 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants