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 theo to the latest version 🚀 #115

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Feb 28, 2018

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 7.0.0 of theo was just published.

Dependency theo
Current Version 6.0.0
Type devDependency

The version 7.0.0 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.

It might be worth looking into these changes and trying to get this project onto the latest version of theo.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v7.0.0

⚠️ Breaking changes

  • Due to how imports are now resolved, my-aliases will now be resolved as a module. Local imports should include the relative path (./, ../)
Commits

The new version differs by 13 commits.

  • 48c6a4e Merge branch 'master' of github.com:salesforce-ux/theo
  • 65b7890 7.0.0
  • d3a8a56 CHANGELOG
  • 58d70ba add test for recursively resolving aliases in a List
  • 4f4e426 recursivley resolve aliases
  • eaedea5 Merge pull request #137 from stevenbenisek/resolve-node-path
  • 5b6e6d0 Add node_module import test
  • 6d714a4 Update docs: add import resolution
  • 4b4ef6d Add support for node_module imports
  • 6fd8ea0 Merge pull request #135 from shaunbent/patch-1
  • 8cae802 Update default transforms table
  • 378db94 Update README.md
  • 134b8a4 README

See the full diff

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 28, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 28, 2018

Version 7.0.1 just got published.

Update to this version instead 🚀

Release Notes v7.0.1
  • Correctly handle number types
Commits

The new version differs by 4 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 10, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 10, 2018

Version 8.0.0-beta.1 just got published.

Update to this version instead 🚀

Release Notes v8.0.0 Beta 1
  • Fix multiline comments #146

⚠️ Breaking changes

  • [android.xml] Moves value from from attribute #144
  • [android.xml] Output dp values #156
  • [android.xml] Use the right Android XML tags #154
Commits

The new version differs by 18 commits.

  • 233fd22 8.0.0-beta.1
  • 7115b09 Merge pull request #156 from JolandaVerhoef/android-dp
  • f29e549 Merge pull request #154 from JolandaVerhoef/format-android
  • b73ad35 Update documentation to reflect new Android tags
  • 45aeebf Fix #152. Use right Android XML tags when transforming properties
  • 9b9306a Merge pull request #144 from craveytrain/fix-android-xml-format-value
  • 6daade4 Fix #155. Output dp values in Android XML
  • 55b8ca3 Merge pull request #148 from yashwanth777/patch-1
  • b925a7e Update README.md
  • 17353ca Upgrade dependencies
  • c37695f Merge pull request #150 from kylegach/patch-1
  • 2a96da1 Update README.md to show using an array of props
  • 2c59395 Update README.md
  • 58da589 Merge pull request #146 from iilei/fix_multiline_comments
  • e03b914 Unify cStyleComment and commonComment

There are 18 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 13, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 13, 2018

Version 8.0.0-beta.2 just got published.

Update to this version instead 🚀

Release Notes v8.0.0 Beta 2
  • [Android] Convert invalid hyphens to underscores for Android #159
Commits

The new version differs by 3 commits.

  • 9fa0cd8 8.0.0-beta.2
  • 0540d75 Merge pull request #159 from morewry/pr/androidNoHyphens
  • 487a556 Convert invalid hyphens to underscores for Android

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 25, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 25, 2018

  • The devDependency theo was updated from 6.0.0 to 8.0.0.

Update to this version instead 🚀

Commits

The new version differs by 9 commits.

  • 6dd0119 Update CHANGELOG.md
  • 83024d3 8.0.0
  • 88a1b76 Remove eslint
  • de6184e Upgrade Jest
  • 3a1a856 Update package-lock.json
  • 7303fd1 Merge pull request #167 from StudioSpindle/patch-1
  • 99f5399 correct typo in first sentence
  • 279cb5c Merge pull request #164 from geraldfullam/topic/163-improve-docs-for-html-format
  • 4ace4eb Fixes issue #163 by explicitly listing the supported categories and their mapped display names as well as explicitly listing the configurable option(s) in the documentation.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 27, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 27, 2018

  • The devDependency theo was updated from 6.0.0 to 8.0.1.

Update to this version instead 🚀

Release Notes for v8.0.1
  • Upgraded vulnerable dependency
Commits

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 20, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 20, 2018

  • The devDependency theo was updated from 6.0.0 to 8.1.1.

Update to this version instead 🚀

Release Notes for v8.1.1
  • Added resolveMetaAliases option to resolve aliases in metadata. - see #172
Commits

The new version differs by 10 commits.

  • cd12a1b Merge pull request #173 from trazek/enhancement-resolve-alias-metadata
  • 899031e removed breaking changes notice
  • 16fd6ec resolved conflict and re-bumped minor version, per PR comment suggestion
  • 1faf497 Merge branch 'enhancement-resolve-alias-metadata' of https://github.com/trazek/theo into enhancement-resolve-alias-metadata
  • bedfbee updated README.md to document new resolveMetaAliases option as well as existing resolveAliases option. Updated CLI.md to show usage for resolveMetaAliases. Added test to ensure aliases were not resolved in metadata if resolveMetaAliases is not set. Bumped minor version. Defaulted resolveMetaAliases to false.
  • b3776d7 corrected typo, per PR comment
  • 232ff5c (enhancement) added ability to resolve aliases in meta data. Added test for resolving aliases in meta data
  • 5beb1e0 updated README.md to document new resolveMetaAliases option as well as existing resolveAliases option. Updated CLI.md to show usage for resolveMetaAliases. Added test to ensure aliases were not resolved in metadata if resolveMetaAliases is not set. Bumped minor version. Defaulted resolveMetaAliases to false.
  • dce1542 corrected typo, per PR comment
  • 09cc71b (enhancement) added ability to resolve aliases in meta data. Added test for resolving aliases in meta data

See the full diff

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

greenkeeper bot commented Feb 20, 2019

  • The devDependency theo was updated from 6.0.0 to 8.1.2.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

See the full diff

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

greenkeeper bot commented May 28, 2019

  • The devDependency theo was updated from 6.0.0 to 8.1.3.

Update to this version instead 🚀

Release Notes for v8.1.3
  • Upgrade dependencies #181
Commits

The new version differs by 7 commits.

  • d9637c3 8.1.3
  • 44d07bf Merge pull request #181 from lautr/master
  • 9ade84c deleting yarn lock as per project guidelines
  • 3698bc2 Merge pull request #175 from lmnelson/patch-1
  • f2f1dea trigger update
  • bf4c78b ⬆️ upgrading out of date dependency
  • 0067890 Update CLI.md

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 31, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 31, 2019

  • The devDependency theo was updated from 6.0.0 to 8.1.4.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 27, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 27, 2020

  • The devDependency theo was updated from 6.0.0 to 8.1.5.

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