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

v2.13.3 #7641

Merged
merged 26 commits into from Jul 2, 2020
Merged

v2.13.3 #7641

Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
ffb340c
chore(deps): update all non-major dependencies (#7621)
renovate[bot] Jun 28, 2020
23324b9
fix(webpack): modern build should wait for legacy assets (#7635)
clarkdo Jun 29, 2020
6b06ab2
types: import types for `@nuxt/telemetry` and `@nuxt/components` (#7626)
danielroe Jun 30, 2020
b4d3ebf
fix(vue-app): sanitize path with trailing slash in `getLocation` (#67…
crutch12 Jun 30, 2020
6228285
chore(deps): update all non-major dependencies (#7634)
renovate[bot] Jun 30, 2020
4d6c67e
chore: update issue templates (#7640)
Atinux Jun 30, 2020
7884abc
chore: add missing tag close
Jun 30, 2020
250a1c3
chore: better default labels and fix comment
Jun 30, 2020
1edac29
fix(webpack): use compact name for concatenated modules (#7639)
pi0 Jun 30, 2020
9d8eb88
chore: use latest @babel/parser and update lock file
Jun 30, 2020
17403c5
chore: unpin @babel/parser
Jun 30, 2020
6e74c16
chore: remove ci scripts for next branch
Jun 30, 2020
f5da938
chore: remove circleci
Jun 30, 2020
05fe682
examples(with-vuetify): use `v-main` instead of `v-content` (#7638)
Kawacrepe Jun 30, 2020
d8dace9
fix: handle nuxt static command (#7647)
Atinux Jul 1, 2020
86f69e4
examples(with-sockets): deprecated callback and use cjs (#7650)
ReadB Jul 2, 2020
6979b30
chore(deps): update all non-major dependencies (#7642)
renovate[bot] Jul 2, 2020
2302ffa
fix(webpack): use group hash if compact name is long
pi0 Jul 2, 2020
2f07f66
fix(vue-app): don't fetch payload on first spa fallback render (#7657)
Atinux Jul 2, 2020
191f66a
fix(vue-app): handle layout on client error (#7654)
Atinux Jul 2, 2020
d012c83
chore(deps): update devdependency @ls-lint/ls-lint to ^1.9.0 (#7652)
renovate[bot] Jul 2, 2020
8b7f419
chore(deps): update devdependency puppeteer-core to v5 (#7653)
renovate[bot] Jul 2, 2020
b6a5349
chore: pin sass-loader to keep node 8.x compat (closes #7655)
pi0 Jul 2, 2020
d4363d4
fix(vue-app): check plugin key on `Vue.prototype` instead of `Vue` (#…
simplesmiler Jul 2, 2020
0342451
refactor(csp): remove unsafe-eval in dev mode (#7659)
clarkdo Jul 2, 2020
e3821ba
v2.13.3 [release]
pi0 Jul 2, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
226 changes: 0 additions & 226 deletions .circleci/config.disable.yml

This file was deleted.

5 changes: 4 additions & 1 deletion .eslintrc.js
Expand Up @@ -17,7 +17,10 @@ module.exports = {
'no-console': 'error',
'no-debugger': 'error',
'no-template-curly-in-string': 0,
quotes: ['error', 'single', { avoidEscape: true, allowTemplateLiterals: true }]
quotes: ['error', 'single', { avoidEscape: true, allowTemplateLiterals: true }],
// https://github.com/babel/babel-eslint/issues/799
'template-curly-spacing': 0,
indent: ['error', 2, { SwitchCase: 1, ignoredNodes: ['TemplateLiteral'] }]
},
overrides: [{
files: ['test/fixtures/*/.nuxt*/**'],
Expand Down
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
@@ -0,0 +1,47 @@
---
name: 🚨 Bug report | Bug 提交
about: Report a bug report to help us improve Nuxt.js.
title: ''
labels: 'bug-report'
assignees: ''

---

<!-- 💚 Thanks for your time to make Nuxt better with your feedbacks 💚

**IMPORTANT** Before reporting a bug:

- Please make sure that you have read through Nuxt.js documentation: https://nuxtjs.org
- If issue is related to a module please create the issue in corresponding repository
- Ensure using latest version of nuxt dependencies using `yarn upgrade nuxt` or `npm upgrade nuxt`

👍 A properly detailed bug report can save a LOT of time and help fixing issues as soon as possible.
-->

### Versions

- nuxt: <!-- ex: v2.13.0 -->
- node: <!-- ex: v12.14.0 -->

### Reproduction

<!--
Link to a minimal test case based on one of:
- A fork of https://template.nuxtjs.org
- A GitHub repository that can reproduce the bug
Without a reproduction, it is so hard to address problem :(
-->

<details open>
<summary>Additional Details</summary>
<br>
<!-- Attaching `nuxt.config`, dependencies, logs or code snippets would help to find the issue -->
</details>

### Steps to reproduce


### What is Expected?


### What is actually happening?
20 changes: 2 additions & 18 deletions .github/ISSUE_TEMPLATE/config.yml
@@ -1,22 +1,6 @@
blank_issues_enabled: false
contact_links:
- name: 🚨 Bug report | Bug 提交
url: https://bug.nuxtjs.org/
about: |
Please report bugs here.
请在此提交 Bug。
- name: 🙋 Feature request | 新功能提案
url: https://feature.nuxtjs.org/
about: |
Please request features here.
请在此提交新功能提案。
- name: 🤔 Consulting from the Nuxt team | 咨询 Nuxt 团队
url: https://otechie.com/nuxt
about: |
Get technical support, project audits, app deployments, and custom development from the core Nuxt.js team.
咨询核心 Nuxt.js 团队以获得技术支持,项目审核,应用程序部署以及自定义开发等方面上的帮助。
- name: ❗️ All other issues | 其他问题
url: https://cmty.nuxtjs.org/
url: https://discord.nuxtjs.org/
about: |
Please create all other issues here.
请在此创建其他类型问题。
Please use our Discord server for other issues and asking questions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
@@ -0,0 +1,26 @@
---
name: 🙋 Feature request | 新功能提案
about: Suggest an idea or enhancement for Nuxt.js.
title: ''
labels: 'feature-request'
assignees: ''

---

<!-- 💚 Thanks for your time to make Nuxt better with your feedbacks 💚 -->

### Is your feature request related to a problem? Please describe.

<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->

### Describe the solution you'd like

<!-- A clear and concise description of what you want to happen. Adding some code examples would be neat! -->

### Describe alternatives you've considered

<!-- A clear and concise description of any alternative solutions or features you've considered. -->

### Additional context

<!-- Add any other context or screenshots about the feature request here. -->
43 changes: 0 additions & 43 deletions .github/workflows/nightly.yml
Expand Up @@ -47,46 +47,3 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}

# Anchors still not supported :(
# https://github.community/t5/GitHub-Actions/Support-for-YAML-anchors/td-p/30336
nightly-next:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: 'refs/heads/next'
fetch-depth: 0 # All history
- name: fetch tags
run: git fetch --depth=1 origin "+refs/tags/*:refs/tags/*"
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: 'https://registry.npmjs.org'
- name: install
run: yarn --check-files --frozen-lockfile --non-interactive
- name: lint
run: yarn test:lint
- name: audit
run: yarn run audit
- name: build
run: yarn test:fixtures -i
env:
NODE_OPTIONS: "--max_old_space_size=4096"
- name: lint app
run: yarn lint:app
- name: test dev
run: yarn test:dev -w=2
- name: test unit
run: yarn test:unit
- name: test e2e
run: yarn test:e2e
- name: bump version
run: yarn lerna version --yes --no-changelog --no-git-tag-version --no-push --force-publish "*" --loglevel verbose
- name: build
run: PACKAGE_SUFFIX=edge yarn build
- name: publish
run: ./scripts/workspace-run npm publish --tag next -q
env:
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}