hare
hare copied to clipboard
chore(deps): update all non-major dependencies
This PR contains the following updates:
Release Notes
nuxt-community/axios-module (@nuxtjs/axios)
v5.13.6
v5.13.5
v5.13.4
v5.13.3
v5.13.2
v5.13.1
v5.13.0
Features
- support baseUrl and browserBaseUrl to handle casing typos (8904847)
Bug Fixes
5.12.5 (2021-01-04)
Bug Fixes
5.12.4 (2020-12-14)
Bug Fixes
5.12.3 (2020-11-30)
Bug Fixes
5.12.2 (2020-08-25)
Bug Fixes
Docs
- Migrate docs to nuxt/content (#404)
5.12.1 (2020-08-05)
Bug Fixes
v5.12.5
v5.12.4
v5.12.3
v5.12.2
v5.12.1
v5.12.0
Features
Bug Fixes
- types: add axios-retry type def for more options (#378) (40a0c58)
- types: add prefix, port, host options to axios types (#381) (301805b)
v5.11.0
Features
- experimental runtimeConfig support (07ca13c)
Bug Fixes
5.10.3 (2020-04-30)
Bug Fixes
- globalName fallback for nuxt < 2.2.0 (12da6c8)
5.10.2 (2020-04-27)
Bug Fixes
5.10.1 (2020-04-22)
v5.10.3
v5.10.2
v5.10.1
v5.10.0
Features
Bug Fixes
- module: browserBaseURL as empty string (fixes #303) (18afe5c)
- plugin: preserve default headers (fixes #323) (6c5605d)
- plugin: use
globalNameinstead of$nuxt(fixes #345) (fd1f8ec)
5.9.7 (2020-03-30)
Bug Fixes
5.9.6 (2020-03-27)
Bug Fixes
5.9.5 (2020-02-02)
Bug Fixes
5.9.4 (2020-01-30)
Bug Fixes
5.9.3 (2020-01-11)
Bug Fixes
5.9.2 (2020-01-02)
5.9.1 (2020-01-02)
v5.9.7
v5.9.6
v5.9.5
v5.9.4
v5.9.3
v5.9.2
v5.9.1
v5.9.0
Features
- add
CancelTokenandisCancelto axios instance (#292) (474910b) - add function helper
setBaseURL(#296) (c429d55) - allow adding custom headers with nuxt config (#294) (af1e86d)
- allow creating new instances (#306) (2ca95e5)
Bug Fixes
- docs: should be response.code instead of code (#197) (d07102e)
- headers: don't proxy
content-md5andcontent-type(#300) (46c49e2) - progress: handle canceled requests (#301) (2903fd5)
- types: correct Vuex Store instance (#227) (e5747eb)
- use
AxiosforisCancel(fixes #301) (4f71479)
v5.8.0
Features
5.7.1 (2019-10-22)
Bug Fixes
v5.7.1
v5.7.0
Features
- add function helper
setBaseURL(#296) (1028bbc) - allow adding custom headers with nuxt config (#294) (3e38906)
Bug Fixes
- headers: don't proxy
content-md5andcontent-type(#300) (f959c58) - progress: handle canceled requests (#301) (5096060)
v5.6.0
Features
5.5.4 (2019-06-05)
Bug Fixes
- ignore content-length header (41ff27a)
5.5.3 (2019-05-30)
Bug Fixes
- bump axios to ^0.19.0 (ee8f999)
nuxt/eslint-config (@nuxtjs/eslint-config)
v1.1.2
v1.1.1
v1.1.0
Features
- Warn console and debugger in dev (#56)
avajs/ava (ava)
v2.4.0: 2.4.0
Experimental t.try() assertions
Thanks to the amazing work and patience of @qlonik we're shipping a new assertion! t.try() lets you perform assertions and decide whether to commit or discard their outcome. All kinds of interesting things can be built on top of this, from fuzzy testers to new test interfaces and more.
We're excited to get this out there, but it's not quite done yet. For now you have to opt in to this new feature. Being opt-in, we may make changes (breaking ones even!) until we feel this is stable.
To opt in, configure AVA with the following:
package.json:
{
"ava": {
"nonSemVerExperiments": {
"tryAssertion": true
}
}
}
ava.config.js:
export default {
nonSemVerExperiments: {
tryAssertion: true
}
};
We'd love to hear your feedback. Please join us in this issue: https://github.com/avajs/ava/issues/2250
Also, if you're looking to help out with the remaining issues so that we can ship this without the opt-in, have a look at this project: https://github.com/orgs/avajs/projects/1
Thanks again @qlonik!
Other changes
- We've added the common pitfall of sharing variables across asynchronous tests
49b202f - We've updated the endpoint testing recipe to focus on the concept, not specific libraries
67e4dea
All changes
Thanks
Thank you @jeremenichelli, @jamesgeorge007, @dongjae93, @qlonik and @tryzniak. We couldn't have done this without you!
Get involved
We welcome new contributors. AVA is a friendly place to get started in open source. We have a great article on getting started contributing and a comprehensive contributing guide.
v2.3.0: 2.3.0
Changes
- We've fixed some bugs to improve watch mode.
ffa62ce9e8d28f - AVA now prints an error when it receives non-existent test files on the command line.
f01d05f - When using the TAP reporter, remaining tests are now included in failed test count. Failed hooks are no longer treated as test failures, and logs are printed.
8628976 - Internal errors that may occur for some edge cases are now printed.
b27cb8d - TTY in the worker processes should follow the new APIs in Node.js 12.7.0 (when used with those Node.js versions).
7dcb473 - AVA now handles stage-4 syntax like dynamic import, and stage-3 syntax like BigInt, numeric separators and class properties that are supported by V8.
9baca8c - AVA now supports dynamic import through our stage-4 preset.
- AVA now uses
import-local@^3.0.2which fixes issues with Lerna projects. - For our TypeScript users, we've changed the default type of
t.contexttounknown, in line with TypeScript's changes in their 3.5 release.2fc7d56
All changes
Thanks
Thank you @MarchWorks, @yovasx2 and @bobthekingofegypt. We couldn't have done this without you!
Get involved
We welcome new contributors. AVA is a friendly place to get started in open source. We have a great article on getting started contributing and a comprehensive contributing guide.
babel/babel-eslint (babel-eslint)
v10.1.0
v10.0.3
Fixes https://github.com/babel/babel-eslint/issues/791, also https://github.com/eslint/eslint/issues/12117
Some context: https://github.com/babel/babel-eslint/pull/793#issuecomment-524435971
We ended up going with @JLHwung's PR https://github.com/babel/babel-eslint/pull/794 which uses ESLint's deps instead of going with peerDeps since it really depends on the version being used and we don't want users to have to install it directly on their own.
babel-eslint is patching patches of the dependencies of ESLint itself so these kinds of issues have happened in the past. We'll need to look into figuring out how to have a more solid way of modifying behavior instead of this monkeypatching type of thing for future releases.
eslint/eslint (eslint)
v6.8.0
c5c7086Fix: ignore aligning single line in key-spacing (fixes #11414) (#12652) (YeonJuan)9986d9eChore: add object option test cases in yield-star-spacing (#12679) (YeonJuan)1713d07New: Add no-error-on-unmatched-pattern flag (fixes #10587) (#12377) (ncraley)5c25a26Update: autofix bug in lines-between-class-members (fixes #12391) (#12632) (YeonJuan)4b3cc5cChore: enable prefer-regex-literals in eslint codebase (#12268) (薛定谔的猫)05faebbUpdate: improve suggestion testing experience (#12602) (Brad Zacher)05f7dd5Update: Add suggestions for no-unsafe-negation (fixes #12591) (#12609) (Milos Djermanovic)d3e43f1Docs: Update no-multi-assign explanation (#12615) (Yuping Zuo)272e4dbFix: no-multiple-empty-lines: Adjust reportedloc(#12594) (Tobias Bieniek)a258039Fix: no-restricted-imports schema allows multiple paths/patterns objects (#12639) (Milos Djermanovic)51f9620Fix: improve report location for array-bracket-spacing (#12653) (Milos Djermanovic)45364afFix: prefer-numeric-literals doesn't check types of literal arguments (#12655) (Milos Djermanovic)e3c570eDocs: Add example for expression option (#12694) (Arnaud Barré)6b774efDocs: Add spacing in comments for no-console rule (#12696) (Nikki Nikkhoui)7171fcaChore: refactor regex in config comment parser (#12662) (Milos Djermanovic)1600648Update: Allow $schema in config (#12612) (Yordis Prieto)acc0e47Update: support .eslintrc.cjs (refs eslint/rfcs#43) (#12321) (Evan Plaice)49c1658Chore: remove bundling of ESLint during release (#12676) (Kai Cataldo)257f3d6Chore: complete to move to GitHub Actions (#12625) (Toru Nagashima)ab912f0Docs: 1tbs with allowSingleLine edge cases (refs #12284) (#12314) (Ari Kardasis)dd1c30eSponsors: Sync README with website (ESLint Jenkins)a230f84Update: include node version in cache (#12582) (Eric Wang)8b65f17Chore: remove references to parser demo (#12644) (Kai Cataldo)e9cef99Docs: wrap {{}} in raw liquid tags to prevent interpolation (#12643) (Kai Cataldo)e707453Docs: Fix configuration example in no-restricted-imports (fixes #11717) (#12638) (Milos Djermanovic)19194ceChore: Add tests to cover default object options in comma-dangle (#12627) (YeonJuan)6e36d12Update: do not recommend require-atomic-updates (refs #11899) (#12599) (Kai Cataldo)
v6.7.2
bc435a9Fix: isSpaceBetweenTokens() recognizes spaces in JSXText (fixes #12614) (#12616) (Toru Nagashima)4928d51Fix: don't ignore the entry directory (fixes #12604) (#12607) (Toru Nagashima)b41677aDocs: Clarify suggestion's data in Working with Rules (refs #12606) (#12617) (Milos Djermanovic)ea16de4Fix: Support tagged template literal generics in no-unexpected-multiline (#11698) (Brad Zacher)fa6415dSponsors: Sync README with website (ESLint Jenkins)e1e158bSponsors: Sync README with website (ESLint Jenkins)
v6.7.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.
⚠ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: yarn.lock
This script must be run as root