Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Update svelte to the latest version 🚀 #3

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

Conversation

greenkeeper[bot]
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 devDependency

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 🌴

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

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

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 Jan 16, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 16, 2020

  • The devDependency svelte was updated from 1.64.1 to 3.17.1.

Update to this version instead 🚀

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

greenkeeper bot commented Jan 23, 2020

  • The devDependency svelte was updated from 1.64.1 to 3.17.3.

Update to this version instead 🚀

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

greenkeeper bot commented Jan 25, 2020

  • The devDependency svelte was updated from 1.64.1 to 3.18.0.

Update to this version instead 🚀

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

greenkeeper bot commented Jan 27, 2020

  • The devDependency svelte was updated from 1.64.1 to 3.18.1.

Update to this version instead 🚀

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

greenkeeper bot commented Feb 23, 2020

  • The devDependency svelte was updated from 1.64.1 to 3.19.0.

Update to this version instead 🚀

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

greenkeeper bot commented Feb 23, 2020

  • The devDependency svelte was updated from 1.64.1 to 3.19.1.

Update to this version instead 🚀

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

greenkeeper bot commented Mar 5, 2020

  • The devDependency svelte was updated from 1.64.1 to 3.19.2.

Update to this version instead 🚀

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

greenkeeper bot commented Mar 15, 2020

  • The devDependency svelte was updated from 1.64.1 to 3.20.0.

Update to this version instead 🚀

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

greenkeeper bot commented Mar 16, 2020

  • The devDependency svelte was updated from 1.64.1 to 3.20.1.

Update to this version instead 🚀

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

greenkeeper bot commented Apr 24, 2020

  • The devDependency svelte was updated from 1.64.1 to 3.21.0.

Update to this version instead 🚀

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

greenkeeper bot commented May 3, 2020

  • The devDependency svelte was updated from 1.64.1 to 3.22.0.

Update to this version instead 🚀

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

greenkeeper bot commented May 3, 2020

  • The devDependency svelte was updated from 1.64.1 to 3.22.1.

Update to this version instead 🚀

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

greenkeeper bot commented May 4, 2020

  • The devDependency svelte was updated from 1.64.1 to 3.22.2.

Update to this version instead 🚀

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

greenkeeper bot commented May 17, 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 devDependency svelte was updated from 1.64.1 to 3.22.3.

Update to this version instead 🚀

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

greenkeeper bot commented May 27, 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 devDependency svelte was updated from 1.64.1 to 3.23.0.

Update to this version instead 🚀

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

Successfully merging this pull request may close these issues.

0 participants