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

Update liquidjs to the latest version 🚀 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Feb 14, 2019

The dependency liquidjs was updated from 6.4.3 to 7.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Find out more about this release.

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Feb 20, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 20, 2019

  • The dependency liquidjs was updated from 6.4.3 to 7.0.2.

Update to this version instead 🚀

Commits

The new version differs by 11 commits.

  • c13a16f 7.0.2
  • 4bd35de chore: use white list to publish npm
  • 29f5330 7.0.1
  • cbebb00 fix: unit test on Node.js 6
  • 64a9eb7 style: fix unused vars in unit test
  • 852c6ad refactor: remove mock-fs from dev dependency
  • f432aad chore(TypeScript): remove mock-fs
  • aa49b4f chore(TypeScript): fix unit tests and coverage
  • fc9ebdb chore(TypeScript): fix linting and generate .d.ts
  • 7ee8700 chore(TypeScript): demo for typescript
  • 677e851 chore(TypeScript): refactor objects into classes

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 20, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 20, 2019

  • The dependency liquidjs was updated from 6.4.3 to 7.1.0.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • d7d0042 chore(release): 7.1.0 [skip ci]
  • c33d8f6 feat: throw an Error if delimiter not matched

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 20, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 20, 2019

  • The dependency liquidjs was updated from 6.4.3 to 7.2.0.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 4171b2e chore(release): 7.2.0 [skip ci]
  • d20a043 feat: override output/tag delimiter, fixes #54
  • 3dbab23 BREAKING CHANGE: trim_value_* -> trim_output_*

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 22, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 22, 2019

  • The dependency liquidjs was updated from 6.4.3 to 7.2.1.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 37d12a1 chore(release): 7.2.1 [skip ci]
  • 3cf0160 chore: fix linting
  • 56c7992 fix: default length for truncate and truncatewords
  • 5b6100d refactor: strictly typed
  • 51f7e66 Update CHANGELOG.md
  • 952ab6e Update CHANGELOG.md

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 23, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 23, 2019

  • The dependency liquidjs was updated from 6.4.3 to 7.2.2.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 54b2adc chore(release): 7.2.2 [skip ci]
  • 542968e refactor: remove unused lexical regexps
  • 3b7351d chore: fix linting
  • e977669 fix: filters break when argument contains [()|, fixes #89
  • 279458c test: add benchmark

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 24, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 24, 2019

  • The dependency liquidjs was updated from 6.4.3 to 7.3.0.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • f9f35eb chore(release): 7.3.0 [skip ci]
  • 88c9e96 feat: nil/null/empty/blank literals, resolves #102

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 25, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 25, 2019

  • The dependency liquidjs was updated from 6.4.3 to 7.3.1.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • d011840 chore(release): 7.3.1 [skip ci]
  • 31bc71d chore: fix linting
  • 53a835a fix(#108): remove absolute path in emitted d.ts
  • 75b3e15 chore: fix rollup.config.ts types
  • f34573e chore: stick with es6 for testing
  • 875f71d chore: a simple liquid_method_missing case for #97
  • 407ac6d refactor: remove /dist from repo

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 28, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 28, 2019

  • The dependency liquidjs was updated from 6.4.3 to 7.4.0.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • f960904 chore(release): 7.4.0 [skip ci]
  • b4acdb4 fix: math filters now return number, resolves #110
  • 21d674e chore: fix benchmark npm script
  • 7bee9fc feat: exported Drop interface for #107
  • b69c3a3 refactor: IDrop interface => abstract method
  • d5b9916 refactor: Drop.prototype.value => valueOf

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 1, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 1, 2019

  • The dependency liquidjs was updated from 6.4.3 to 7.5.0.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 08646f7 chore(release): 7.5.0 [skip ci]
  • 3647305 feat: tablerowloop object
  • cca0306 chore: fix mocha pattern for windows
  • eeeacc4 chore: fix rollup.config.ts
  • d44e1d7 chore: fix test on windows 10

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 5, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 5, 2019

  • The dependency liquidjs was updated from 6.4.3 to 7.5.1.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 4ba2240 chore(release): 7.5.1 [skip ci]
  • 5ffc904 fix: named params for filters, working on #113

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 10, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 10, 2019

  • The dependency liquidjs was updated from 6.4.3 to 7.6.0.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 834e50f chore(release): 7.6.0 [skip ci]
  • a606cb5 refactor: use camelCase for JavaScript APIs
  • 4a8088d feat: promise support for drops, working on #65
  • ad0930f test: cover parseFilters in template/value.ts
  • 998832c refactor: mv custom filter test

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 10, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 10, 2019

  • The dependency liquidjs was updated from 6.4.3 to 8.0.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 22, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 22, 2019

  • The dependency liquidjs was updated from 6.4.3 to 8.0.1.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 9e69652 chore(release): 8.0.1 [skip ci]
  • defbb58 fix: incorrect scope when using assign with for, fixes #115
  • b7b92c6 async Register Tags example
  • 265534b Fix Register Tags example

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 25, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 25, 2019

  • The dependency liquidjs was updated from 6.4.3 to 8.0.2.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • dba26f2 chore(release): 8.0.2 [skip ci]
  • 722da6a doc: update README
  • 82d7673 perf: use polymophism instead duck test
  • 64dd057 refactor: Context#propertyAccessSeq => parseProp
  • 45e3c2b refactor: switch Context <-> Scope concepts
  • 76345a6 doc: update README.md

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 2, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 2, 2020

  • The dependency liquidjs was updated from 6.4.3 to 9.9.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 3, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 3, 2020

  • The dependency liquidjs was updated from 6.4.3 to 9.10.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 4, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 4, 2020

  • The dependency liquidjs was updated from 6.4.3 to 9.11.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 9, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 9, 2020

  • The dependency liquidjs was updated from 6.4.3 to 9.11.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 14, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 14, 2020

  • The dependency liquidjs was updated from 6.4.3 to 9.11.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 14, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 14, 2020

  • The dependency liquidjs was updated from 6.4.3 to 9.11.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 23, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 23, 2020

  • The dependency liquidjs was updated from 6.4.3 to 9.11.4.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 24, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 24, 2020

  • The dependency liquidjs was updated from 6.4.3 to 9.11.5.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 25, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 25, 2020

  • The dependency liquidjs was updated from 6.4.3 to 9.11.6.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 28, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 28, 2020

  • The dependency liquidjs was updated from 6.4.3 to 9.11.7.

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 31, 2020

  • The dependency liquidjs was updated from 6.4.3 to 9.11.8.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 31, 2020
greenkeeper bot added a commit that referenced this pull request Mar 31, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 31, 2020

  • The dependency liquidjs was updated from 6.4.3 to 9.11.9.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 3, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 3, 2020

  • The dependency liquidjs was updated from 6.4.3 to 9.11.10.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 1, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 1, 2020

  • The dependency liquidjs was updated from 6.4.3 to 9.11.11.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 15, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 15, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The dependency liquidjs was updated from 6.4.3 to 9.12.0.

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants