Skip to content

Update svelte to the latest version 🚀#172

Closed
greenkeeper[bot] wants to merge 2 commits intomasterfrom
greenkeeper/svelte-2.0.0
Closed

Update svelte to the latest version 🚀#172
greenkeeper[bot] wants to merge 2 commits intomasterfrom
greenkeeper/svelte-2.0.0

Conversation

@greenkeeper
Copy link
Contributor

@greenkeeper greenkeeper bot commented Apr 19, 2018

Version 2.0.0 of svelte was just published.

Dependency svelte
Current Version 1.64.1
Type dependency

The version 2.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 svelte.

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.


Commits

The new version differs by 45 commits.

  • d215279 Merge branch 'master' of github.com:sveltejs/svelte
  • bfd380b -> v2.0.0
  • bba0444 Merge pull request #1348 from sveltejs/v2
  • aaab685 support $method(...) calls, and warn on store.method(...)
  • 6ff02b2 remove legacy prop stuff, now that we emit ES2015
  • fb9d7cd remove obsolete hash stuff
  • 06517ce remove erroneous warnings
  • f2b6ec4 fix svelte:window to use new APIs
  • 1e9b32a fixes
  • da6fa85 update README
  • a2d3d05 merge master -> v2
  • 69c41a0 use new Function instead of eval, to prevent Rollup complaining
  • 5a457bf rename loc to start, include character info in locations
  • 07bad96 tidy up
  • b9fcc16 update test

There are 45 commits in total.

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 🌴

@nolanlawson
Copy link
Owner

Svelte changed how their templates look so this will probably be a big PR to fix

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

greenkeeper bot commented Apr 20, 2018

Version 2.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • c51cfd7 -> v2.1.0
  • 0dd7bf0 Merge pull request #1358 from sveltejs/gh-1038
  • 350d1ed Merge pull request #1357 from sveltejs/gh-1337
  • f90091b add test
  • 5c4819e add support for shorthand imports of components
  • a0404f7 update spread props in each blocks without other dynamic attributes - fixes #1337
  • c84bd85 rename function to make it easier to find

See the full diff

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

greenkeeper bot commented Apr 23, 2018

Version 2.1.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 15 commits.

  • a7c1c38 -> v2.1.1
  • 6534fef Merge pull request #1364 from sveltejs/gh-1356
  • 4734382 Merge pull request #1365 from sveltejs/gh-1354
  • 4f86820 Merge pull request #1366 from sveltejs/gh-1353
  • 3a955ba Merge branch 'master' into gh-1353
  • fd7aced Merge branch 'master' into gh-1354
  • a42c1e4 Merge branch 'master' into gh-1356
  • a78f37d downgrade mocha
  • 35a5d8f prevent stale state in component event handlers - fixes #1353
  • f8b076b set state to blank object on destroy, not null - fixes #1354
  • 8643b7a tweak
  • 991bd9d correctly report changed properties in initial state/update events - fixes #1356
  • 0bc6828 Merge branch 'master' into gh-1356
  • a6262ce update deps
  • 00fb978 Failing test for #1356

See the full diff

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

greenkeeper bot commented Apr 29, 2018

Version 2.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 88 commits.

  • 890da3b -> v2.2.0
  • 2616ab1 Merge pull request #1367 from sveltejs/gh-1316
  • 01c3558 move some more ssr files
  • 2ca0050 fix gitignore, move ssr files
  • 8f1c4b3 oops i did it again
  • a690ba0 remove files that mysteriously reappeared
  • 3696e08 remove unused import
  • 9b70523 rename Generator -> Compiler
  • dd0f093 move ssr/dom-specific logic into new Target classes, instead of subclassing Generator
  • e0f2a4e update gitignore
  • 8fc59d7 shuffle some stuff around
  • 8759ccd simplify ssr
  • 6cf3f11 replace all ssr __helpers
  • ebf1fe3 use same shared helpers mechanism for SSR compiler
  • b2b3bda move SSR logic into nodes

There are 88 commits in total.

See the full diff

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

greenkeeper bot commented Apr 29, 2018

Version 2.3.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 15 commits.

  • dbab1a8 -> v2.3.0
  • 83af7bb Merge pull request #1374 from sveltejs/gh-1368
  • ff45a53 Merge pull request #1375 from sveltejs/gh-1369
  • bf58a20 Merge pull request #1376 from sveltejs/gh-1297
  • ddf2d9d Merge pull request #1377 from sveltejs/gh-1303
  • 7246997 Merge pull request #1378 from sveltejs/gh-1286
  • d8ca0e3 Merge pull request #1379 from sveltejs/gh-1251
  • 5fd4965 preserve outer context for await blocks - fixes #1251
  • f0bf1ef recalculate each block values lazily - fixes #1286
  • 0dafc34 implement full-state computed properties - fixes #1303
  • 1fb4041 overwrite this in custom event handlers - fixes #1297
  • ef39f00 assign custom methods to custom element prototype - fixes #1369
  • d036931 fix #1368
  • ed605bf Merge pull request #1370 from 1wheel/patch-1
  • ec3c738 removes depreciated svelte-hot-loader

See the full diff

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

greenkeeper bot commented Apr 30, 2018

Version 2.4.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 34 commits.

  • a191097 -> v2.4.0
  • 14f84a3 Merge pull request #1386 from sveltejs/gh-984
  • 4dcde4b Merge pull request #1389 from sveltejs/gh-1360
  • c9494d9 add missing pkg.bin
  • 86c2731 rewrite version numbers to make cli testing less of a pain
  • 8f8b130 update tests
  • ac4ff53 Merge branch 'master' into gh-984
  • 60516af update tests
  • c01cde9 Merge branch 'master' into gh-1360
  • d010aff Merge pull request #1388 from sveltejs/collapse-hydrate-logic
  • 4a67542 prevent bind:offsetWidth etc on void elements
  • da2a45a keep ES5 function names in dev mode
  • 80b5156 just use normal promises
  • 5c78794 use TypeScript for CLI
  • 7af7945 update gitignore and pkg.files

There are 34 commits in total.

See the full diff

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

greenkeeper bot commented May 1, 2018

Version 2.4.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • 6ec21f7 -> v2.4.1
  • 0d3984a Merge pull request #1393 from sveltejs/bind-width-etc
  • 5f471e5 Merge pull request #1392 from sveltejs/gh-1390
  • 5f46650 update test
  • 7e83293 allow destruction of components with bind:offsetWidth etc
  • 49a09ef only overwrite this in event handlers for custom events - fixes #1390
  • 01cdffa fix svelte-cli references
  • afb6d07 remove debugging logging

See the full diff

@nolanlawson
Copy link
Owner

#251

@nolanlawson nolanlawson closed this May 2, 2018
@greenkeeper greenkeeper bot deleted the greenkeeper/svelte-2.0.0 branch May 2, 2018 01:42
greenkeeper bot added a commit that referenced this pull request May 3, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 3, 2018

Version 2.4.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 13 commits.

  • a75d593 -> v2.4.2
  • 8eb327b Merge pull request #1405 from sveltejs/gh-1399-alt
  • eff4319 Merge pull request #1402 from sveltejs/gh-1397
  • b64d730 Merge pull request #1401 from sveltejs/gh-1394
  • 367f062 fix and simplify cycle detection
  • 968b795 on second thoughts, cycles is a better name still
  • 923c64d put test alongside other store tests
  • 9d6d996 alternative approach to #1399
  • 3f012bb create key before testing for the existence of key. doh
  • 6ddfc19 only update component props if they are dynamic - fixes #1394
  • 058e1bd Added key & rootKey into 'Cyclical dependency detected' error message
  • 7f58701 evaluate each block key in child scope - fixes #1397
  • 4d8090a Fix #1399

See the full diff

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

greenkeeper bot commented May 3, 2018

Version 2.4.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • 7ad374d -> v2.4.3
  • bea1265 Merge pull request #1395 from sveltejs/gh-1327
  • ea95ae7 Merge pull request #1408 from sveltejs/gh-1407
  • aba5929 mark elements with refs as ineligible for innerhtml (#1407)
  • c8d55aa update state with new computed properties
  • ba7fc6b Merge branch 'master' into gh-1327
  • 9ac0c40 failing test for #1327

See the full diff

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

greenkeeper bot commented May 4, 2018

Version 2.4.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • 9883fb6 -> v2.4.4
  • 2e8b956 Merge pull request #1414 from sveltejs/gh-1413
  • ae8c3ba Merge pull request #1416 from btakita/gh-1415
  • bb57f2b make dirty local to the for loop
  • a8d3e93 Declaring variable dirty.
  • 5afb73c fix #1413
  • 2aea2ea failing test for #1413

See the full diff

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

greenkeeper bot commented May 6, 2018

Version 2.5.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 32 commits.

  • 7a7fd1d -> v2.5.0
  • 976f2a9 Merge pull request #1429 from sveltejs/input-spread
  • fa61d25 allow spread props on elements with tests for static attributes
  • e8a7806 Abort outro if block is recreated — fixes #1425
  • e1db827 Group outro callbacks — fixes #648
  • 53816ee Merge pull request #1427 from sveltejs/dynamic-component-shorthand-event
  • b45b264 fix handling of shorthand event handler in dynamic components
  • c7c46de Merge pull request #1422 from sveltejs/each-object-create
  • 3f906fb Merge pull request #1424 from sveltejs/single-outrocallback
  • a9464c7 Merge pull request #1423 from sveltejs/gh-1419
  • 2d8d27a simpler code for case where there is only one outro in a block
  • fabfc78 fix duplicate events on range input bindings (#1419)
  • d85b60a use Object.create for each block child contexts
  • dc8b0d6 Merge pull request #1421 from sveltejs/unmount-destroy
  • a18be79 simplify handling of html blocks

There are 32 commits in total.

See the full diff

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

greenkeeper bot commented May 11, 2018

Version 2.5.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 10 commits.

  • 3c1bcfa -> v2.5.1
  • 57c0fdc Merge pull request #1446 from sveltejs/gh-1445
  • 0122955 allow spaces around reserved words used in tags in attributes (#1445)
  • 5dd149e Merge pull request #1432 from antony/patch-1
  • f55849f remove svelte-cli, since it's now integrated
  • 085926d Merge pull request #1444 from acstll/global-whitelist-promise
  • 05f7d44 Merge pull request #1436 from MaxMilton/feat/wai-aria-1.1-update
  • 6b9ad23 add Promise to whitelisted globals
  • 37fa4fb Add new ARIA 1.1 attributes and roles
  • cc02b6b Add parcel-plugin to list of tools, categories

See the full diff

nolanlawson added a commit that referenced this pull request May 12, 2018
* fix(package): update svelte to version 2.5.1

Closes #172

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
greenkeeper bot added a commit that referenced this pull request May 13, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 13, 2018

Version 2.6.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 23 commits.

  • c965134 -> v2.6.0
  • 45f88ad Merge pull request #1454 from sveltejs/animations
  • 94206ca add animation validation tests
  • 43d2c38 complete js animations
  • bade6df css animations
  • b3594da end animation
  • 1b57779 implement js transitions, albeit messily
  • 98e63b3 groundwork for animations (#1431)
  • 6d00f2b Merge pull request #1453 from sveltejs/deferred-transitions
  • f02177d Merge branch 'master' into deferred-transitions
  • 8d9a3ef Merge pull request #1452 from sveltejs/transition-args
  • 5685301 Merge branch 'master' into transition-args
  • c37e6a7 Merge pull request #1451 from sveltejs/nested-transitions
  • d6bcdb1 Merge branch 'master' into nested-transitions
  • 338c856 Merge pull request #1448 from sveltejs/gh-547

There are 23 commits in total.

See the full diff

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

greenkeeper bot commented May 14, 2018

Version 2.6.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • ee052dc -> v2.6.1
  • 8cec6db Merge pull request #1457 from sveltejs/gh-1455
  • a75b0b7 pass in destroy method
  • b56e3e2 position nodes absolutely when outroing, if animations are present
  • 7c0a807 tidy up a bit
  • 5848cc3 use unique name for rects

See the full diff

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

greenkeeper bot commented May 16, 2018

Version 2.6.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 11 commits.

  • 017e6cb -> v2.6.2
  • a9d258b Merge pull request #1468 from sveltejs/gh-1458
  • 63cd3d0 add test, tweak codegen
  • 247cfcf Don't set null to switch_instance_changes
  • 8ba809d add snapshot test
  • 276af83 support parameterised animations
  • 31e387e allow animations to be aborted - fixes #1458
  • 83d2251 Merge pull request #1464 from sveltejs/gh-1461
  • 36b81b7 Merge pull request #1465 from paulocoghi/patch-1
  • cd2f0af Update the "Example usage"
  • c28f62a quote slot names if necessary - fixes #1461

See the full diff

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

greenkeeper bot commented May 17, 2018

Version 2.6.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • b6300ee -> v2.6.3
  • 8b20837 Merge pull request #1479 from sveltejs/gh-1470
  • 3f6d0e7 Merge pull request #1477 from sveltejs/gh-1460
  • f97601f always create outro method for top-level block - fixes #1470
  • b45b241 nested components skip intro on initial render - fixes #1460
  • cffbd27 Merge pull request #1473 from sveltejs/gh-1404
  • 5d7dc55 update rollup config - fix deprecated syntax
  • c14d26a update tiny-glob to fix tests not running on Windows (#1404)

See the full diff

nolanlawson added a commit that referenced this pull request May 17, 2018
* fix(package): update svelte to version 2.6.3

Closes #172

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
greenkeeper bot added a commit that referenced this pull request May 24, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 24, 2018

Version 2.6.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 11 commits.

  • 9e52cf9 -> v2.6.4
  • 73eadb1 Merge pull request #1491 from sveltejs/gh-1487
  • 012289a Merge pull request #1490 from sveltejs/gh-1489
  • d9999bc replace window with self - fixes #1487
  • df60585 Merge branch 'master' into gh-1489
  • 80077c1 Merge pull request #1481 from tivac/windows-cli-tests
  • b57be76 fix dynamic component bindings (#1489)
  • 5f156fd tidy, and revert changes to cli test sample commands
  • 860a117 normalize paths in comments in cli tests
  • bd1884a update yarn.lock
  • e79e077 cross-platform test setup via shelljs

See the full diff

nolanlawson added a commit that referenced this pull request May 25, 2018
* fix(package): update svelte to version 2.6.4

Closes #172

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
greenkeeper bot added a commit that referenced this pull request May 25, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 25, 2018

Version 2.6.5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 058f7ea -> v2.6.5
  • 607f96d Merge pull request #1493 from sveltejs/gh-1492
  • 15efef9 separate hasOutros from hasOutroMethod - fixes #1492

See the full diff

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

greenkeeper bot commented May 26, 2018

Version 2.6.6 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 5479973 -> v2.6.6
  • c5544b7 Merge pull request #1498 from sveltejs/gh-1497
  • 04fc83d fix nested outro transitions
  • 29ec07e Merge pull request #1494 from sveltejs/gh-1230
  • ac7f591 fix #1497
  • 2b3e9a3 use CSS classes for ref:* selectors (#1230)

See the full diff

nolanlawson added a commit that referenced this pull request May 26, 2018
* fix(package): update svelte to version 2.6.6

Closes #172

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
greenkeeper bot added a commit that referenced this pull request May 29, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 29, 2018

Version 2.7.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 12 commits.

  • 7032ec7 -> v2.7.0
  • 5375af5 Merge pull request #1501 from sveltejs/gh-1499
  • 04ef203 prevent possibility of conflicts with __file
  • 48c885b update CLI tests to fix version number thing
  • d320160 change __svelte_meta to __svelte_meta.loc
  • 2537864 Merge pull request #1503 from sveltejs/gh-1502
  • 024530e Merge pull request #1505 from kaisermann/transform-prefixed-keyframes
  • 497a522 Merge pull request #1508 from sveltejs/update-stray-v1-syntax
  • 5e8a8b9 update some stray references to v1 syntax
  • 877fbef Make the compiler also transform prefixed @keyframes
  • cf2be1b fix bind:online in dev mode (#1502)
  • 63a712c add location info to nodes - fixes #1499

See the full diff

nolanlawson added a commit that referenced this pull request Jun 1, 2018
* fix(package): update svelte to version 2.7.0

Closes #172

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
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.

2 participants