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

feat: global components #164

Merged
merged 16 commits into from
Jun 25, 2020
Merged

feat: global components #164

merged 16 commits into from
Jun 25, 2020

Conversation

benjamincanac
Copy link
Member

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Jun 19, 2020

Codecov Report

Merging #164 into dev will decrease coverage by 0.18%.
The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #164      +/-   ##
==========================================
- Coverage   91.66%   91.48%   -0.19%     
==========================================
  Files          14       14              
  Lines         480      493      +13     
  Branches       97      101       +4     
==========================================
+ Hits          440      451      +11     
- Misses         35       37       +2     
  Partials        5        5              
Impacted Files Coverage Δ
lib/index.js 89.85% <50.00%> (-1.19%) ⬇️
lib/query-builder.js 98.80% <0.00%> (-1.20%) ⬇️
lib/middleware.js 82.53% <0.00%> (+0.57%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3d75ed6...06058b1. Read the comment docs.

docs/package.json Outdated Show resolved Hide resolved
@atinux atinux changed the base branch from master to dev June 25, 2020 16:11
@benjamincanac benjamincanac merged commit bfeffcb into dev Jun 25, 2020
@benjamincanac benjamincanac deleted the feat/global-components branch June 25, 2020 16:32
benjamincanac added a commit that referenced this pull request Jun 30, 2020
* feat: global components (#164)

* feat(lib): register nuxt components:dirs hook

* chore(deps): use nuxt v2.13.x

* chore(example): use global components

* chore(docs): use global components

* docs: add section about global components

* Update docs/package.json

Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>

* docs: update global components

* Update writing.md

* chore: remove commitlint

* docs: update deps

* chore(deps): update

* chore(github): add ci on dev branch

Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>

* chore(deps): update lock

* chore(github): add ci on macos

* feat: plugins compatibility (#183)

* feat(lib): backwards compatibility with `plugins` and `basePlugins`

* docs: update for v1.4.0 instead of v2.0.0

* chore(deps): update dependency consola to ^2.14.0 (#184)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update devdependency nuxt to ^2.13.2 (#186)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* feat: handle middleware `where` query params (#190)

* feat(lib): handle where query params

* chore(example): add links

* test: add middleware where query params

* docs: add section for where query params

* feat: add XML support (#182)

* add xml file

* add xml

* add dependencies

* Update index.js

* bugfix

* Create xml.xml

* Update index.vue

* Create xml.xml

* Update writing.md

* Update writing.md

* Update utils.js

* fix dependencies

* fix

* update docs

* add config docs

* Update index.md

Co-authored-by: Benjamin Canac <canacb1@gmail.com>

* docs: clean writing codeblocks

Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Sebastian Krüger <2pi_r2@gmx.de>
benjamincanac added a commit that referenced this pull request Jul 2, 2020
* feat: global components (#164)

* feat(lib): register nuxt components:dirs hook

* chore(deps): use nuxt v2.13.x

* chore(example): use global components

* chore(docs): use global components

* docs: add section about global components

* Update docs/package.json

Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>

* docs: update global components

* Update writing.md

* chore: remove commitlint

* docs: update deps

* chore(deps): update

* chore(github): add ci on dev branch

Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>

* chore(deps): update lock

* chore(github): add ci on macos

* feat: plugins compatibility (#183)

* feat(lib): backwards compatibility with `plugins` and `basePlugins`

* docs: update for v1.4.0 instead of v2.0.0

* chore(deps): update dependency consola to ^2.14.0 (#184)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update devdependency nuxt to ^2.13.2 (#186)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* feat: handle middleware `where` query params (#190)

* feat(lib): handle where query params

* chore(example): add links

* test: add middleware where query params

* docs: add section for where query params

* feat: add XML support (#182)

* add xml file

* add xml

* add dependencies

* Update index.js

* bugfix

* Create xml.xml

* Update index.vue

* Create xml.xml

* Update writing.md

* Update writing.md

* Update utils.js

* fix dependencies

* fix

* update docs

* add config docs

* Update index.md

Co-authored-by: Benjamin Canac <canacb1@gmail.com>

* docs: clean writing codeblocks

* chore(deps): update all non-major dependencies to ^7.10.4 (#198)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* docs: (en) add example for toc (#196)

add an example for table of contents usage

* chore(deps): update devdependency @nuxtjs/module-test-utils to ^1.6.2 (#203)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency p-queue to v6.5.0 (#204)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): try nuxt static

* docs: add code of conduct

* docs: add pull request template

* docs: update readme

* chore(pkg): rename to generate

* chore(deps): update devdependency @nuxtjs/module-test-utils to ^1.6.3 (#205)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* docs: improve (#206)

* docs: update

* docs: update

* docs: update

* docs: update design

* docs: update markdown titles scroll position

* docs: small improvements

* docs: add clipboard

* docs: update copy style

Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>

* Add "without" method to type declaration (#208)

* docs: typo + translate EN leftover (#207)

Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Sebastian Krüger <2pi_r2@gmx.de>
Co-authored-by: Debbie O'Brien <debs-obrien@users.noreply.github.com>
Co-authored-by: Luke Wiwatowski <luke.wiwa@gmail.com>
Co-authored-by: jbuiquan <jbuiquan@users.noreply.github.com>
benjamincanac added a commit that referenced this pull request Jul 2, 2020
* feat(lib): register nuxt components:dirs hook

* chore(deps): use nuxt v2.13.x

* chore(example): use global components

* chore(docs): use global components

* docs: add section about global components

* Update docs/package.json

Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>

* docs: update global components

* Update writing.md

* chore: remove commitlint

* docs: update deps

* chore(deps): update

* chore(github): add ci on dev branch

Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
benjamincanac added a commit that referenced this pull request Jul 2, 2020
* feat(lib): register nuxt components:dirs hook

* chore(deps): use nuxt v2.13.x

* chore(example): use global components

* chore(docs): use global components

* docs: add section about global components

* Update docs/package.json

Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>

* docs: update global components

* Update writing.md

* chore: remove commitlint

* docs: update deps

* chore(deps): update

* chore(github): add ci on dev branch

Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
pi0 pushed a commit that referenced this pull request May 5, 2022
* docs(sitemap): update structure

* docs(sitemap): update links

* docs(sitemap): update link
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.

Nuxt Content & Nuxt Components ESLint vue/no-unused-components conflict with components in markdown
3 participants