Roll .vue files
vuejs/docs-next 612
Vue 3 core documentation
nuxt-community/blog-module 127
Build your blog with @nuxt
Live demos for vue-router
Official curation list client
VueBLR Meetup Resources, Requests & Proposals
A place to centralize all Vue.js community efforts
Open Image Annotation Tool
vuejs-in/vuejs-workshop-zero-to-one 5
Resources for VueBLR's Vue.js: Zero to One workshop
pull request commentznck/preview
feat: integrate vue-docgen-api in preview
extra component on the right side That's a nice idea, go ahead.
(collapsible) We should make left-side collapsible too.
comment created time in 7 days
push eventznckco/thesemetrics
commit sha 678da191cc4bb567398785c5bcd988b025fe9c4c
Update README.md
push time in 8 days
push eventznck/preview
commit sha a4dd96d0b5999e712c8ed8cd5a9782fdd767ba38
fix: use provided root directory (#5)
push time in 12 days
PR merged znck/preview
Now, you can run preview from any directory.
pr closed time in 12 days
push eventznck/dotfiles
commit sha 185a95d3bae3b5b383f7a5cc90c9176b373be328
remove nvm config
commit sha f94f54f9fbf1db83b5939a24216503f9381f7e7c
n
commit sha 9db87d0d4dd85bddf8abd5e1f055e7b9e676dda2
pull
push time in 13 days
push eventznck/dotfiles
commit sha a84aadaf7149aaf4f510623700f2004530443324
fix: dotfiles alias and path
push time in 14 days
push eventznck/vue-developer-experience
commit sha 2ed8f0f513a47972ab6562808a0e1764cb44a9b2
fix: use strict type check
commit sha 2c3dd96ab097e46a689689e6c97ef33eae2d99a5
fix: handle edge cases in extract component
commit sha 2add49b16b6924b77166a952d9319b2781efb3ee
0.2.2
commit sha d89cfe560583932cb356ec905a701b18eaed80ae
chore: release
commit sha 50f5cb741fa9192923760d02a656ee8c76bac98a
fix: remove version check, .vue needs to be handled as vscode extension is already expection so
commit sha ddc17a3a9f203e4011b35b01b4f9dff83fe2f528
0.2.3
commit sha 5290841cbdef8743ae90691ec941ec97cb08a316
chore: release
commit sha d9f56f86c853387fd7a11cf0715e5c82935e76ae
fix: rename variables in JS mode
push time in 15 days
push eventznck/preview
commit sha 017b47cb1ff92a8fba1b287edede72567e8f3e45
chore: add a license
push time in 16 days
PR opened znck/preview
Now, you can run preview from any directory.
pr created time in 16 days
push eventznck/dotfiles
commit sha 23a0ddfc10b4777694c26f9bfc846dd59eb8464c
add vscode and docker installation commands
push time in 22 days
push eventznck/dotfiles
commit sha f9600b55c77613e72bbd2c65efa0ab8c826a9188
Initial Commit
commit sha f35b1b88d247fc5ed878d82be077dd8133f71345
Create README.md
commit sha ca9b44b81d6de76bcfe3694136085fff36b57eaa
Create LICENSE
commit sha 7007677538b9a9b9f6ed885d707eff5a8c7062e8
feat: add idea launcher script
commit sha 3db3d61917585de21d75a06d6b540ed9fe860806
chore: update docker and add aliasthat
commit sha a9ec3530578050570cf4a9f18fe6bbf0c1be196f
feat: git clean-branch command
commit sha f1cea3c09b3d46209eb9b5484924bcddeca8a744
feat: help command to list cheats
commit sha 791f65879e86c58f19592cda2f4b135602d6606f
feat: vim enhancements
commit sha e17480613ccab204aa214520efaf4f4768980cd0
feat: Autoinstall on new system
commit sha 14faa0d89103c9ae694d9c3f8a9ca3b1ac04a877
feat: auto completion
commit sha 51996befdb546bcce4660bef63325a8042a70022
add zshrc, vuerc and new aliases
commit sha 130e7f00ff148c32d9265073fa8172be23d59aad
update aliases
commit sha 6c652dbe3c4b3fec04eccbba3bc7fe541a0d8a32
feat: add backup/restore script
commit sha 7f8e982ab0af84787f097088c9315d7e4f632ed3
add dotenv alias
commit sha 3668b2aee01f671130b1601da57a795d5f50f49f
add vscode and docker installation commands
push time in 22 days
push eventznck/dotfiles
commit sha dc5c3a2498a4e3a682c72f245b3dd73b2697b14b
add vscode and docker installation commands
push time in 22 days
push eventznck/dotfiles
commit sha 736bcf2a8393c01c05d89bd5dffb2206bf2020d5
add vscode and docker installation commands
push time in 22 days
push eventznck/dotfiles
commit sha ba00f05007ff43054a1a8fe22bcd3985c048f84c
add vscode and docker installation commands Signed-off-by: Rahul Kadyan <[email protected]>
push time in 22 days
push eventznck/dotfiles
commit sha 4a835900a86ee5ebe094c795dd338c5659c803a8
add vscode and docker installation commands Signed-off-by: Rahul Kadyan <[email protected]>
push time in 22 days
issue commentvuejs/vue-next
children component doesn't compile successful
@posva Somehow currentRenderingInstance is missing and resolveComponent depends on it. RPV is working fine. Did we make any changes to currentRenderingInstance?

comment created time in 24 days
issue commentvuejs/vue-next
children component doesn't compile successful
I am checking.
comment created time in 24 days
issue commentvuejs/vue-next
children component doesn't compile successful
As per spec component name shown have at least one upper case character. Compiler is treating helloworld as custom element.
comment created time in 24 days
issue commentznck/grammarly
Couple more weeks, I might be on a solution.
comment created time in 24 days
Pull request review commentprisma-labs/graphql-request
"name": "graphql-request", "version": "0.0.0-dripip", "main": "dist/index.js",+ "module": "dist/esm/index.js",+ "types": "dist/index.d.ts",
Yes. and yes.
comment created time in a month
Pull request review commentprisma-labs/graphql-request
"name": "graphql-request", "version": "0.0.0-dripip", "main": "dist/index.js",+ "module": "dist/esm/index.js",+ "types": "dist/index.d.ts",
Both main and module could use the same type definitions if types key is provided.
comment created time in a month
Pull request review commentprisma-labs/graphql-request
"dev:test": "jest --watch", "format": "prettier --write .", "prepublishOnly": "yarn build",- "build": "rm -rf dist && tsc -d",+ "build": "rm -rf dist && tsc -d && tsc -p tsconfig.esm.json",
The default tsconfig.json is already for cjs. Do you want me to create a tsconfig.cjs.json?
comment created time in a month
Pull request review commentprisma-labs/graphql-request
+{+ "extends": "./tsconfig.json",+ "compilerOptions": {+ "module": "ES6",+ "declaration": false,
Declarations are already generated from cjs build, setting it true would be unnecessary work.
comment created time in a month
push eventznck/graphql-request
commit sha a235564d5b015d81413fc077316e1b2dfcd48e92
add ESM build
push time in a month
fork znck/graphql-request
Minimal GraphQL client supporting Node and browsers for scripts or simple apps
fork in a month
issue openedprisma-labs/graphql-request
Vite does not work well with commonjs module. In this case all named exports are inaccessible in vite build.
created time in a month
startedvuejs/vue-next
started time in 2 months
startedyjs/yjs
started time in 2 months
push eventznck/lazy-hydration
commit sha db00d49c080136ea0282414459abb0227277bd46
fix: add @znck/prop-types as dependency fixes #10
commit sha 6ee82bfc7e0c1d538a0b62411a370b4fb16deea9
chore(release): 1.0.5
push time in 2 months
issue closedznck/lazy-hydration
This dependency was not found: @znck/prop-types
Describe the bug
@znck/prop-types is not listed as a dependency of this package, ending in This dependency was not found: @znck/prop-types error.
To Reproduce Steps to reproduce the behavior:
yarn add @znck/lazy-hydration- Start your app.
Expected behavior
@znck/prop-types should be installed with @znck/lazy-hydration.
Additional context
Using @znck/lazy-hydration 1.0.4
closed time in 2 months
Pirosauropull request commentvuejs/vetur
Vue 3 compiler treats lower case tag names as elements or web components: https://github.com/vuejs/vue-next/blob/50adc014f59a7f385c836014abb059ec72c52239/packages/compiler-core/src/parse.ts#L483-L487 so renaming child won't update the Child component registered in the components option.
Variable names foo and bar we not working due to a bug that made a false assumption that every component is using <script setup>.
comment created time in 2 months
issue openedmicrosoft/vscode-vsce
I tried using prettier and VS Code typescript language features but both of them are producing so many changes.
created time in 2 months
push eventznck/vetur
commit sha d01644b0a93e11657e29a83a704ac31dc5829aa7
fix: remove Vue version check for now
push time in 2 months
push eventznck/vetur
commit sha b99cd0494e0acaee0d9fbabdbf6e85230c2e3eef
update ts-plugin with fixes in component tag renaming
push time in 2 months
Pull request review commentvuejs/vetur
"type": "boolean", "default": false, "description": "Enable template interpolation service that offers diagnostics / hover / definition / references."+ },+ "vetur.typescript.suggest.enabled": {+ "type": "boolean",+ "default": false,+ "description": "Enabled/disable autocomplete suggestions.",+ "scope": "resource"+ },+ "vetur.typescript.format.enable": {+ "type": "boolean",+ "default": false,+ "description": "Enable/disable default TypeScript/JavaScript formatter.",+ "scope": "window"+ },+ "vetur.typescript.implementationsCodeLens.enabled": {+ "type": "boolean",+ "default": false,+ "description": "Enable/disable implementations CodeLens. This CodeLens shows the implementers of an interface.",+ "scope": "window"+ },+ "vetur.typescript.suggest.completeJSDocs": {+ "type": "boolean",+ "default": false,+ "description": "Enable/disable suggestion to complete JSDoc comments.",+ "scope": "resource"+ },+ "vetur.typescript.referencesCodeLens.enabled": {+ "type": "boolean",+ "default": false,+ "description": "Enable/disable references CodeLens in TypeScript/JavaScript files.",+ "scope": "window"+ },+ "vetur.typescript.autoClosingTags": {+ "type": "boolean",+ "default": false,+ "description": "Enable/disable automatic closing of JSX tags. Requires using TypeScript 3.0 or newer in the workspace." } }- }+ },+ "typescriptServerPlugins": [+ {+ "name": "@vuedx/typescript-vetur",
It's TS plugin version for vetur.
/cc @octref
comment created time in 2 months
Pull request review commentvuejs/vetur
"type": "boolean", "default": false, "description": "Enable template interpolation service that offers diagnostics / hover / definition / references."+ },+ "vetur.typescript.suggest.enabled": {+ "type": "boolean",+ "default": false,+ "description": "Enabled/disable autocomplete suggestions.",+ "scope": "resource"+ },+ "vetur.typescript.format.enable": {+ "type": "boolean",+ "default": false,+ "description": "Enable/disable default TypeScript/JavaScript formatter.",+ "scope": "window"+ },+ "vetur.typescript.implementationsCodeLens.enabled": {+ "type": "boolean",+ "default": false,+ "description": "Enable/disable implementations CodeLens. This CodeLens shows the implementers of an interface.",+ "scope": "window"+ },+ "vetur.typescript.suggest.completeJSDocs": {+ "type": "boolean",+ "default": false,+ "description": "Enable/disable suggestion to complete JSDoc comments.",+ "scope": "resource"+ },+ "vetur.typescript.referencesCodeLens.enabled": {+ "type": "boolean",+ "default": false,+ "description": "Enable/disable references CodeLens in TypeScript/JavaScript files.",+ "scope": "window"+ },+ "vetur.typescript.autoClosingTags": {+ "type": "boolean",+ "default": false,+ "description": "Enable/disable automatic closing of JSX tags. Requires using TypeScript 3.0 or newer in the workspace." } }- }+ },+ "typescriptServerPlugins": [+ {+ "name": "@vuedx/typescript-vetur",
https://github.com/znck/vue-developer-experience/blob/master/packages/typescript-vetur/src/index.ts
comment created time in 2 months
push eventznck/vue-developer-experience
commit sha 237b9f6685eb3175f416dd9f3fad3398ff20be74
chore: make tests slightly faster
push time in 2 months
push eventznck/vue-developer-experience
commit sha f023ea09218675576066817dd2f5633b8e956346
test: component tag renaming
push time in 2 months
push eventznck/vue-developer-experience
commit sha 293207d6abd52f32873f517c23575f8313d8cbaa
chore: rename release script
commit sha 2d39767972a8d84828a3b7e3590eb09352cd7114
0.2.0
commit sha 3df57bb502d36939dc7d5a35396884afbc1fb4c0
chore: release
commit sha 4c9adf2b316c28f14469c71c256198c62955c178
feat: add vetur specific package
commit sha ca641af79807730d79bb35907a9a2182c7680b7d
fix: correct source map resolution
commit sha bfe5820aece7dc97d751af8a1bfd4a44b65a0ead
0.2.1
commit sha 3a72d8bc9ff5b5c3626408623c3eaf32484258af
chore: release
push time in 2 months
push eventznck/vetur
commit sha 973ea1e133e2ecdb47a1094ac6fb56e49af45663
chore: use exact version
push time in 2 months
PR opened vuejs/vetur
<!-- Please follow https://github.com/vuejs/vetur/wiki/Pull-Request-Guidance -->
pr created time in 2 months
fork znck/vetur
Vue tooling for VS Code.
https://marketplace.visualstudio.com/items?itemName=octref.vetur
fork in 2 months
push eventznck/vue-developer-experience
commit sha 0bc791eefe28b252b36eb719d7165d2f5ca5c4c4
refactor: rename and refactor providers
push time in 2 months
push eventznck/grammarly
commit sha 937a5974d70ef95a20b54d4907d10e5f1c2de274
feat(#115): make default diagnostic severity configurable (#116)
push time in 2 months
PR merged znck/grammarly
This pull request implements feature request #115. When it is merged, the user can set a severity for "_default" to his liking. This adds the possibility to be notified for all annotations from Grammarly, not only the ones where the severity is manually set.
Most of this commit's changed lines were performed by the pre-commit hook. Only 3 lines were changed before.
pr closed time in 2 months
push eventznck/grammarly
commit sha 45864a225031e72b1538d806e329bcf32749ab69
fix: list of emotions (#121) * chore(deps): bump lodash from 4.17.15 to 4.17.19 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <[email protected]> * Rearrange the list of grammarly.emotions The list of emotions and their description were swapped out. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
push time in 2 months
PR merged znck/grammarly
The list of emotions and their description were swapped out. I fix them.
Sorry about formatting the src/commands/set-goals.ts file, but I guest that is the expected behaviour if you have set the editor.formatOnSave to true 🙂
pr closed time in 2 months
push eventznck/vue-developer-experience
commit sha edb977615cee840e2f89ab62cfb633e6f16b6274
extract to component
push time in 2 months
push eventznck/vue-developer-experience
commit sha 26562bc7f8e3e5cee9f6d51b8c7e0d926034ddcf
chore: make typecheck public
commit sha 5cd30e9b9556797b13542c2d288306672f9e06b2
0.1.1
commit sha 85c3990d19c0ca440b295707f5726b07f427302d
chore: release
commit sha fadb467c6905d88accc41a3b5fb249ebe1ff96a8
chore: version bump
commit sha 823035bdcd00813573321c4a177fe5c41365daaa
0.1.2
commit sha 8ce6a9e814e64ac9ef2d2d97610867c40fb9f9c3
chore: release
commit sha 88d72f506d67df467086a79b3f93b1872b3aed22
rename sfc-inspector to analyze
commit sha e608a4f3a71d3fdd7e5a3f09256bffe0386e66c2
0.1.3
commit sha 87a466d8c1d8665620ab45e81dbe9e873cd2f402
chore: release
commit sha d751270992fd203adf34fe826b0af7c4de12d04c
component tag renaming
commit sha 3ce98d369f8fd4610814acef0b936b2980aaa45f
0.1.4
commit sha 8c28257f8de497d1ed855755375f784099be4201
chore: release
push time in 2 months
issue commentznck/vue-developer-experience
What is the current status of this project?
The project is in validation phase. I'm trying to provide refactoring support in stage 1 as that would improve vetur feature set significantly.
comment created time in 2 months
PR merged znck/preview
closes #2
pr closed time in 2 months
push eventznck/preview
commit sha c7f438cf1a65414b49ffc7f37eb8bad670d4b23d
chore: add missing tslib dependency (#3) * chore: add tslib as a dependency * build: add start script in example
push time in 2 months
push eventznck/vue-developer-experience
commit sha a179093e5288085c9634141c0d2769defceafe92
refactor/redajust to new goals
commit sha fc4c6685f43515315303f234f3c807bc3b355469
0.1.0
commit sha ccfdfa64646e7fe842168f2d0e407bd89b33c365
chore: release
commit sha 2a3d1c6663cd3b19cfbefddc664fd515383b569c
chore: bump
commit sha efa5c17f81948e0f7c6f66eab4e1f00cc1c060f6
feat: add diagnostics and quick info support
push time in 2 months
issue commentznck/preview
Does using directory name as the group name make sense? Should we create a group tree or use file's parent directory as group?
comment created time in 2 months
issue openedznck/preview
- [ ] Create sections of components
- [ ] Assign components to sections
- [ ] Can a component be assigned multiple sections?
- [ ] Navigate to the section route
- [ ] What do we see on the section page?
created time in 2 months
push eventznck/vue-developer-experience
commit sha 1a837e23153c4c877e410beb571c84664eb7d133
rework sfc-inspector to provide modular API
commit sha 3c373df60442ecc0802e6dff09b445d55b34e2cf
fix: template should be padded once
push time in 2 months
push eventznck/preview
commit sha 1e45a5682daed64f8d36372c4d6c2d7fe53c5570
update readme
push time in 2 months
push eventznck/preview
commit sha 1c250e1a23fe4b3d8d1cfde250f346e7ae2ec4fa
wip
commit sha cd3ecb2c58269e33d960f66e0da60fbccff25e1f
Use png device images
push time in 2 months
push eventvuejs/docs-next
commit sha b578bff5a29681ca47a6cf3ca36d6f5c58ad7ce2
fix: label PRs with review-alert-box
push time in 2 months
push eventznck/vue-developer-experience
commit sha 07405c61af9d7942ebc4c1739e23f4f176ae3b82
feat: use TSX instead of render function
push time in 2 months
pull request commentvuejs/vue-next
feat(compiler-core): add onContextCreated option to CodegenOptions
Yes, it was intentional.
comment created time in 2 months
Pull request review commentvuejs/docs-next
fix: use Vue component instead of `input` in v-model section
The `v-model` directive is expanded to `modelValue` and `onUpdate:modelValue` pr ```js props: ['modelValue'], render() {- return Vue.h('input', {+ return Vue.h(SomeComponent, {
AFIK modelValue is handled in runtime and it is same for components and elements.
comment created time in 2 months
Pull request review commentvuejs/docs-next
fix: use Vue component instead of `input` in v-model section
The `v-model` directive is expanded to `modelValue` and `onUpdate:modelValue` pr ```js props: ['modelValue'], render() {- return Vue.h('input', {+ return Vue.h(SomeComponent, { modelValue: this.modelValue,- 'onUpdate:modelValue': value => this.$emit('onUpdate:modelValue', value)+ 'onUpdate:modelValue': value => this.$emit('update:modelValue', value)
😆 I stumbled on this yesterday, API docs saved me.
comment created time in 2 months
Pull request review commentvuejs/docs-next
fix: use Vue component instead of `input` in v-model section
The `v-model` directive is expanded to `modelValue` and `onUpdate:modelValue` pr ```js props: ['modelValue'], render() {- return Vue.h('input', {+ return Vue.h(SomeComponent, {
I don't understand the need for this change.
comment created time in 2 months
PR opened vuejs/vue-next
I haven't added to onContextCreated to CodegenOptions to avoid circular dependency as it is defined in options.ts and CodegenContext is in codegen.ts.
pr created time in 2 months
push eventznck/vue-developer-experience
commit sha 1a680ee7c8842cfbe290ac64714a72d0d8cd726f
fix: use template starting position for missing mapping
push time in 3 months
push eventznck/vue-developer-experience
commit sha 39c9970ff58ae416fa54374fa759feee069bc7c2
chore: bundle css from .vue files
commit sha 6650574a50183132c0325dd78bdee4b52afd73d3
release: v0.1.0-alpha.13
commit sha 912fc5e8cc55085e5cdb40509fe98f25e029c5b6
chore: publish SFC inspector
commit sha d17508e5cc51a954f899e9ddd5cd75ab832e1c83
feat: simpler typescript render function output
push time in 3 months
delete branch znck/grammarly
delete branch : dependabot/npm_and_yarn/standard-version-8.0.1
delete time in 3 months
push eventznck/grammarly
commit sha 1078584958d702c9ab2e4b7e6e3f0a1698f25510
chore(deps-dev): bump standard-version from 7.1.0 to 8.0.1 (#110) Bumps [standard-version](https://github.com/conventional-changelog/standard-version) from 7.1.0 to 8.0.1. - [Release notes](https://github.com/conventional-changelog/standard-version/releases) - [Changelog](https://github.com/conventional-changelog/standard-version/blob/master/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/standard-version/compare/v7.1.0...v8.0.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
push time in 3 months
PR merged znck/grammarly
Bumps standard-version from 7.1.0 to 8.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/conventional-changelog/standard-version/releases">standard-version's releases</a>.</em></p> <blockquote> <h2>standard-version v8.0.1</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update dependency conventional-changelog to v3.1.21 (<a href="https://www.github-redirect.dependabot.com/conventional-changelog/standard-version/issues/586">#586</a>) (<a href="https://www.github.com/conventional-changelog/standard-version/commit/fd456c995f3f88497fbb912fb8aabb8a42d97dbb">fd456c9</a>)</li> <li><strong>deps:</strong> update dependency conventional-changelog-conventionalcommits to v4.3.0 (<a href="https://www.github-redirect.dependabot.com/conventional-changelog/standard-version/issues/587">#587</a>) (<a href="https://www.github.com/conventional-changelog/standard-version/commit/b3b5eedea3eaf062d74d1004a55a0a6b1e3ca6c6">b3b5eed</a>)</li> <li><strong>deps:</strong> update dependency conventional-recommended-bump to v6.0.9 (<a href="https://www.github-redirect.dependabot.com/conventional-changelog/standard-version/issues/588">#588</a>) (<a href="https://www.github.com/conventional-changelog/standard-version/commit/d4d2ac2a99c095227118da795e1c9e19d06c9a0a">d4d2ac2</a>)</li> <li><strong>deps:</strong> update dependency git-semver-tags to v4 (<a href="https://www.github-redirect.dependabot.com/conventional-changelog/standard-version/issues/589">#589</a>) (<a href="https://www.github.com/conventional-changelog/standard-version/commit/a0f0e813b2be4a2065600a19075fda4d6f331ef8">a0f0e81</a>)</li> <li>Vulnerability Report GHSL-2020-11101 (<a href="https://www.github.com/conventional-changelog/standard-version/commit/9d978ac9d4f64be4c7b9d514712ab3757732d561">9d978ac</a>)</li> </ul> <h2>standard-version v8.0.0</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li><code>composer.json</code> and <code>composer.lock</code> will no longer be read from or bumped by default. If you need to obtain a version or write a version to these files, please use <code>bumpFiles</code> and/or <code>packageFiles</code> options accordingly.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>composer.json and composer.lock have been removed from default package and bump files. (<a href="https://www.github.com/conventional-changelog/standard-version/commit/c934f3a38da4e7234d9dba3b2405f3b7e4dc5aa8">c934f3a</a>), closes <a href="https://www.github-redirect.dependabot.com/conventional-changelog/standard-version/issues/495">#495</a> <a href="https://www.github-redirect.dependabot.com/conventional-changelog/standard-version/issues/394">#394</a></li> <li><strong>deps:</strong> update dependency conventional-changelog to v3.1.18 (<a href="https://www.github-redirect.dependabot.com/conventional-changelog/standard-version/issues/510">#510</a>) (<a href="https://www.github.com/conventional-changelog/standard-version/commit/e6aeb779fe53ffed2a252e6cfd69cfcb786b9ef9">e6aeb77</a>)</li> <li><strong>deps:</strong> update dependency yargs to v15.1.0 (<a href="https://www.github-redirect.dependabot.com/conventional-changelog/standard-version/issues/518">#518</a>) (<a href="https://www.github.com/conventional-changelog/standard-version/commit/8f36f9e073119fcbf5ad843237fb06a4ca42a0f9">8f36f9e</a>)</li> <li><strong>deps:</strong> update dependency yargs to v15.3.1 (<a href="https://www.github-redirect.dependabot.com/conventional-changelog/standard-version/issues/559">#559</a>) (<a href="https://www.github.com/conventional-changelog/standard-version/commit/d98cd4674b4d074c0b7f4d50d052ae618cf494c6">d98cd46</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/conventional-changelog/standard-version/blob/master/CHANGELOG.md">standard-version's changelog</a>.</em></p> <blockquote> <h3><a href="https://www.github.com/conventional-changelog/standard-version/compare/v8.0.0...v8.0.1">8.0.1</a> (2020-07-12)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update dependency conventional-changelog to v3.1.21 (<a href="https://www.github-redirect.dependabot.com/conventional-changelog/standard-version/issues/586">#586</a>) (<a href="https://www.github.com/conventional-changelog/standard-version/commit/fd456c995f3f88497fbb912fb8aabb8a42d97dbb">fd456c9</a>)</li> <li><strong>deps:</strong> update dependency conventional-changelog-conventionalcommits to v4.3.0 (<a href="https://www.github-redirect.dependabot.com/conventional-changelog/standard-version/issues/587">#587</a>) (<a href="https://www.github.com/conventional-changelog/standard-version/commit/b3b5eedea3eaf062d74d1004a55a0a6b1e3ca6c6">b3b5eed</a>)</li> <li><strong>deps:</strong> update dependency conventional-recommended-bump to v6.0.9 (<a href="https://www.github-redirect.dependabot.com/conventional-changelog/standard-version/issues/588">#588</a>) (<a href="https://www.github.com/conventional-changelog/standard-version/commit/d4d2ac2a99c095227118da795e1c9e19d06c9a0a">d4d2ac2</a>)</li> <li><strong>deps:</strong> update dependency git-semver-tags to v4 (<a href="https://www.github-redirect.dependabot.com/conventional-changelog/standard-version/issues/589">#589</a>) (<a href="https://www.github.com/conventional-changelog/standard-version/commit/a0f0e813b2be4a2065600a19075fda4d6f331ef8">a0f0e81</a>)</li> <li>Vulnerability Report GHSL-2020-11101 (<a href="https://www.github.com/conventional-changelog/standard-version/commit/9d978ac9d4f64be4c7b9d514712ab3757732d561">9d978ac</a>)</li> </ul> <h2><a href="https://www.github.com/conventional-changelog/standard-version/compare/v7.1.0...v8.0.0">8.0.0</a> (2020-05-06)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li><code>composer.json</code> and <code>composer.lock</code> will no longer be read from or bumped by default. If you need to obtain a version or write a version to these files, please use <code>bumpFiles</code> and/or <code>packageFiles</code> options accordingly.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>composer.json and composer.lock have been removed from default package and bump files. (<a href="https://www.github.com/conventional-changelog/standard-version/commit/c934f3a38da4e7234d9dba3b2405f3b7e4dc5aa8">c934f3a</a>), closes <a href="https://www.github-redirect.dependabot.com/conventional-changelog/standard-version/issues/495">#495</a> <a href="https://www.github-redirect.dependabot.com/conventional-changelog/standard-version/issues/394">#394</a></li> <li><strong>deps:</strong> update dependency conventional-changelog to v3.1.18 (<a href="https://www.github-redirect.dependabot.com/conventional-changelog/standard-version/issues/510">#510</a>) (<a href="https://www.github.com/conventional-changelog/standard-version/commit/e6aeb779fe53ffed2a252e6cfd69cfcb786b9ef9">e6aeb77</a>)</li> <li><strong>deps:</strong> update dependency yargs to v15.1.0 (<a href="https://www.github-redirect.dependabot.com/conventional-changelog/standard-version/issues/518">#518</a>) (<a href="https://www.github.com/conventional-changelog/standard-version/commit/8f36f9e073119fcbf5ad843237fb06a4ca42a0f9">8f36f9e</a>)</li> <li><strong>deps:</strong> update dependency yargs to v15.3.1 (<a href="https://www.github-redirect.dependabot.com/conventional-changelog/standard-version/issues/559">#559</a>) (<a href="https://www.github.com/conventional-changelog/standard-version/commit/d98cd4674b4d074c0b7f4d50d052ae618cf494c6">d98cd46</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/conventional-changelog/standard-version/commit/57e4e25d83552d225cf96e1dfc50e6042a2f7f6c"><code>57e4e25</code></a> chore: release 8.0.1 (<a href="https://github-redirect.dependabot.com/conventional-changelog/standard-version/issues/611">#611</a>)</li> <li><a href="https://github.com/conventional-changelog/standard-version/commit/58105e126fd4392b5b23246a90a8c51a05ffded7"><code>58105e1</code></a> chore: Adds basic issue templates (<a href="https://github-redirect.dependabot.com/conventional-changelog/standard-version/issues/613">#613</a>)</li> <li><a href="https://github.com/conventional-changelog/standard-version/commit/9d978ac9d4f64be4c7b9d514712ab3757732d561"><code>9d978ac</code></a> fix: Vulnerability Report GHSL-2020-11101</li> <li><a href="https://github.com/conventional-changelog/standard-version/commit/267d78dcb3bef90ad4dcbbafd2e77739efacdf37"><code>267d78d</code></a> chore: stop pinning deps (<a href="https://github-redirect.dependabot.com/conventional-changelog/standard-version/issues/615">#615</a>)</li> <li><a href="https://github.com/conventional-changelog/standard-version/commit/da84ec4b44f7d45c3e06a93e24b17ee43b988992"><code>da84ec4</code></a> test(windows): skip mock-git tests for Windows (<a href="https://github-redirect.dependabot.com/conventional-changelog/standard-version/issues/616">#616</a>)</li> <li><a href="https://github.com/conventional-changelog/standard-version/commit/871201ff8de6091d4b9b2ce9bf8611a1fc2f7836"><code>871201f</code></a> Merge pull request from GHSA-7xcx-6wjh-7xp2</li> <li><a href="https://github.com/conventional-changelog/standard-version/commit/a0f0e813b2be4a2065600a19075fda4d6f331ef8"><code>a0f0e81</code></a> fix(deps): update dependency git-semver-tags to v4 (<a href="https://github-redirect.dependabot.com/conventional-changelog/standard-version/issues/589">#589</a>)</li> <li><a href="https://github.com/conventional-changelog/standard-version/commit/fd456c995f3f88497fbb912fb8aabb8a42d97dbb"><code>fd456c9</code></a> fix(deps): update dependency conventional-changelog to v3.1.21 (<a href="https://github-redirect.dependabot.com/conventional-changelog/standard-version/issues/586">#586</a>)</li> <li><a href="https://github.com/conventional-changelog/standard-version/commit/b3b5eedea3eaf062d74d1004a55a0a6b1e3ca6c6"><code>b3b5eed</code></a> fix(deps): update dependency conventional-changelog-conventionalcommits to v4...</li> <li><a href="https://github.com/conventional-changelog/standard-version/commit/d4d2ac2a99c095227118da795e1c9e19d06c9a0a"><code>d4d2ac2</code></a> fix(deps): update dependency conventional-recommended-bump to v6.0.9 (<a href="https://github-redirect.dependabot.com/conventional-changelog/standard-version/issues/588">#588</a>)</li> <li>Additional commits viewable in <a href="https://github.com/conventional-changelog/standard-version/compare/v7.1.0...v8.0.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~oss-bot">oss-bot</a>, a new releaser for standard-version since your current version.</p> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 3 months
issue commentznck/grammarly
Captcha requirement when authenticating
I’ll address CAPTCHA issue soon. I’ll start working at Grammarly next month and internal knowledge would help to fix these tricky issues. ✌️
comment created time in 3 months
push eventznck/grammarly
commit sha 5c5282320d49f895a18d97ba7a4655d2e99d0eba
chore(release): 0.12.5
push time in 3 months
push eventznck/grammarly
commit sha 6acf0a434856244f8f2c591b9b95974058236bc1
fix: avoid showing empty error messages fixes #102
push time in 3 months
issue closedznck/grammarly
The extension is not working it seems it cannot connect to Grammarly's servers or something output:
020-04-29T20:31:25.648Z grammarly:host 🔻 { scores: { Engagement: 1, GeneralScore: 1, Correctness: 1, Tone: 1, Clarity: 1 }, action: 'feedback', id: 4 } 2020-04-29T20:31:25.648Z grammarly:host status: queue=0, pending=0 2020-04-29T20:31:29.091Z grammarly:host status: queue=0, pending=0 2020-04-29T20:31:29.158Z grammarly:host status: queue=0, pending=0 2020-04-29T20:31:29.568Z grammarly:host 🔻 { sid: 1, rev: 54, score: 100, outcomeScores: { Engagement: 1, GeneralScore: 1, Correctness: 1, Tone: 1, Clarity: 1 }, generalScore: 100, removed: [], dialect: 'american', foreign: false, action: 'finished' } 2020-04-29T20:33:09.170Z Grammarly:host status: queue=0, pending=0
closed time in 3 months
Dziban-devpush eventznck/grammarly
commit sha ee938374462e542fa554279a80a7db27f0683bb0
fix: catch errors while fetching synonyms possible fix for #102
commit sha e68a37cbef7d63c7651d61631995ceb9515ab429
chore: add release script
commit sha 58128a6ec36591371702adf3771d4cf86e718e13
chore(release): 0.12.4
push time in 3 months