Example Alexa skill to turn my TV on and off using HapiJS
antony/elasticsearch-grails-plugin 2
ElasticSearch grails plugin
Use cheap led bulbs (LimitlessLED, MiLight) as build status indicators for CircleCI
Provides graphing and detailed logging from your CurrentCost CC128 energy usage meter.
Pensions fund smart contracts protocol
Autocomplete Directive for AngularJS. A fork of Daryl Rowland's angucomplete (https://github.com/darylrowland/angucomplete) with some extra features.
Directive to edit any JSON object in angular
Me
A curated list of delightful Svelte resources
Pull request review commentsveltejs/svelte
function apply_selector(blocks: Block[], node: Element, stack: Element[], to_enc return false; case BlockAppliesToNode.UnknownSelectorType:- // bail. TODO figure out what these could be+ // bail. TODO figure out what these could be
I also prefer indented, but the goal was to not change any rules at all (where possible). New rules should be voted on via the PR system on the eslint-config project.
comment created time in 8 hours
Pull request review commentsveltejs/svelte
export default class Element extends Node { case 'Attribute': case 'Spread':- // special case+ // special case
oh interesting, it's indented the code and not the comments. Is there an eslint rule to configure this? I don't use comments.
comment created time in 8 hours
Pull request review commentsveltejs/svelte
export default class Block { ${this.chunks.declarations} ${Array.from(this.variables.values()).map(({ id, init }) => {- return init- ? b`let ${id} = ${init}`- : b`let ${id}`;- })}+ return init
Agreed. I can't even figure out how this is supposed to look.
This is the result of simply tightening all the warnings to errors, and then running auto-fix, not adding any more rules. As to what rule causes/controls this change, I don't know. Any ideas?
comment created time in 8 hours
Pull request review commentsveltejs/svelte
function apply_selector(blocks: Block[], node: Element, stack: Element[], to_enc return false; case BlockAppliesToNode.UnknownSelectorType:- // bail. TODO figure out what these could be+ // bail. TODO figure out what these could be
The "correct" format for a switch statement is un-indented, so I've gone with that with the view to vote on our preferred indentation format, since both styles were present in the codebase, from what I remember.
comment created time in 8 hours
PR opened sveltejs/svelte
This is all the cleanup required from tightening of the lint rules.
It currently depends on an unmerged branch of the eslint project, so that should be merged prior to this being merged, if approved.
Before submitting the PR, please make sure you do the following
- [ ] It's really useful if your PR relates to an outstanding issue, so please reference it in your PR, or create an explanatory one for discussion. In many cases, features are absent for a reason.
- [ ] This message body should clearly illustrate what problems it solves. If there are related issues, remember to reference them.
- [ ] Ideally, include a test that fails without this PR but passes with it. PRs will only be merged once they pass CI. (Remember to
npm run lint!)
Tests
- [ ] Run the tests with
npm testoryarn test)
pr created time in 9 hours
push eventantony/svelte
commit sha 96fb855cb544b0823c5071c9ae1b6716be7ce208
temporarily depend on cleanup branhc
push time in 9 hours
create barnchsveltejs/eslint-config
branch : feature/cleanup-warnings
created branch time in 9 hours
push eventantony/svelte
commit sha 1f87f5fb2043522b5889e06ced6a0cf7b02c1e25
site: fix escaping in RSS feed (#5214)
commit sha f4f16da455952cb0b630f7494a0bbc4f4d4a4b4b
site: use relative link to tutorial in FAQ entry
commit sha a0ed7040f1daa9d0d4d984ab7737ddce3755bf65
site: clarify file -> module in <svelte:self> tutorial (#5171)
commit sha 231e4a0b3c8887ae9c76e5fa03b00e2e97704a1a
site: update link in blog for SCode extension (#5232)
commit sha d81cb83ae00162351c7b902237d0412a8d6a7ba0
Add type param to setContext and getContext (#5224)
commit sha fdf3ab88be411471422abdca40bdbac233bf5391
Fix transitions for each-else blocks (#5179) Co-authored-by: khang8591 <[email protected]>
commit sha f0d586f4a400edaf59d52601f987283ca76be387
update changelog
commit sha 62ab75e365c8185b3a6cb8a3f3e91c64908778b3
add a11y-label-has-associated-control check (#5074)
commit sha 308f3c284dfb4ac86e16475798a77dc2f5dc930b
update changelog
commit sha fb51dd8f072468aa81052e123d8fb6b2193d7489
add a11y-media-has-caption check (#5075)
commit sha 0f3bbb441e1a6895f0e236edc83147672c8014e2
update changelog
commit sha a62d7362150bacc6c84fe8c813ba9b8849216763
-> v3.24.1
commit sha cf57050f4919bb3ae5cb3b5801a5919f1672b2ab
Mention "import type" in TypeScript FAQ (#5243) * Mention "import type" in TypeScript FAQ * Update site/content/faq/500-what-about-typescript-support.md Co-authored-by: Christian Kaisermann <[email protected]>
commit sha 1398affa53050a4685bdf00b373197e7ba0d0965
Update TypeScript blog post with info about Sapper (#5249)
commit sha 4c449a741f9941d785c2ccb7cd79ebf12e7c68df
bump site-kit version
commit sha a1cb70dde41d0e22eff916bbf03f981dce9f4dcb
bump site-kit version
push time in 9 hours
issue commentsveltejs/sapper
This issue is 3 years old. To get help with goto, come and [https://svelte.dev/chat](chat to us)
comment created time in 9 hours
startedElderjs/elderjs
started time in 9 hours
issue commentbeyonk-adventures/svelte-facebook-pixel
When I get a minute I'll update this to use the new lib that I use in my other modules. That should fix these errors, I suspect facebook made some updates which have broken their SDK for this use case, which they seem prone to doing.
comment created time in 10 hours
issue commentsveltejs/sapper
Flexible choice of rendering (SSR, SSG, incremental SSG)
This is related to https://github.com/sveltejs/sapper/issues/1346 and related to the RFC I'm working on. I think adamb on discord is also doing something along these lines.
I'll try to publish the RFC as soon as possible to try to bring all efforts into a single place.
comment created time in 13 hours
Pull request review commentsveltejs/sapper
+---+question: Should I use Webpack or Rollup with Sapper?+---++Sapper offers both Rollup and Webpack templates. If you don't have a strong reason to prefer one over the other, we'd recommend using the Rollup template. The Rollup implementation supports additional features such as the ability to [serve a legacy bundle to older browsers](../docs#Browser_support) and automatically lists all your `.js` and `.css` files in the [`Link` header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Link) to [preload](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types/preload) them.
Might be worth mentioning that Rollup is able to tree-shake more optimally, resulting in a smaller bundle size.
comment created time in a day
issue commentsveltejs/sapper
Whilst cancellation of preloading might be desirable, this has nothing to do with Axios - Sapper uses fetch.
You've suggested that navigating to a route whilst preloading is in progress causes 'conflict'. However you haven't specified what this conflict is. Could you update the ticket to provide a specfiic scenario you're trying to prevent?
comment created time in 14 hours
issue openedvitejs/vite
Allow more customisation of rollup configuration
Is your feature request related to a problem? Please describe. I'm using vite to build a site with Svelte, using Svite. It works well! The only missing link for me is supporting older browsers. It'd be ideal to have a way to run babel over the code, just before minification.
Describe the solution you'd like
If I manually modify the rollup config builder to inject the @rollup/plugin-babel plugin, it works well. Ideally I'd like a way to do that via configuration - it's already possible to add plugins before other plugins, but it would be good to have more fine-grained control over their insertion order in the config.
Describe alternatives you've considered Not supporting around 5% of my userbase, unfortunately.
created time in 15 hours
issue commentantony/rollup-plugin-svg
I'd be happy to accept a PR for this :)
comment created time in a day
issue commentbeyonk-adventures/svelte-facebook-pixel
Did you try
fb.track('Purchase', { currency, value })
comment created time in a day
pull request commentsveltejs/sapper
As an update on this, I've started working to update Svelte to follow its own linting rules. There is some mutation of node built-ins going on which are also dependent on run-order, so it will take a bit of untangling of that first. I'll open a draft PR when I'm able.
comment created time in a day
Pull request review commentsveltejs/sapper
Fix typing issues in core files
class Watcher extends EventEmitter { // remove this in a future version const template = read_template(src); if (template.indexOf('%sapper.base%') === -1) {- const error = new Error(`As of Sapper v0.10, your template.html file must include %sapper.base% in the <head>`);+ const error: NodeJS.ErrnoException = new Error(`As of Sapper v0.10, your template.html file must include %sapper.base% in the <head>`);
At what point do we just remove this error entirely?
It's been a long, long time since 0.10 and we don't have these sorts of protections around other breaking changes.
comment created time in a day
starteddavidjbradshaw/iframe-resizer
started time in 2 days
push eventantony/sapper-ie
commit sha 1cba048b0c8073b214ec434a1ecf8707ccb89d79
update to more recent babel syntax
push time in 2 days
startedfelixheck/laabr
started time in 3 days
startedmuzzley/good-bunyan
started time in 3 days
push eventbeyonk-adventures/sapper-onmount-issue
commit sha 25a9617ec57f06d4b1546a4d2a4b00b106b5e26f
non-reactive store
push time in 5 days
issue commentsveltejs/sapper
`onMount` is not fired when changing route, if the route changes only dynamic parameters
Just coming back to this issue since my use-case has required changes to the way I do this.
I'd solved for the original case with some complex afterUpdate logic and memoisation, but now I've moved the inner component to a fully store+context based model, it isn't reactive in the way it used to be. I'm now 2-3 hours deep re-solving the same problem.
No matter what sort of optimal rendering scenario we're gaining here, the developer experience is extremely poor. I think onEnter or onExit (with whatever naming is preferred) would be a great solution. The PR at https://github.com/sveltejs/sapper/pull/1047 might make a nice starter.
If a PR like this were to exist, would there be any resistance?
comment created time in 5 days
Pull request review commentsveltejs/sapper
Add deploying footnote for sapper build
The output is a Node app that you can run from the project root: node __sapper__/build ``` +If you're deploying your app outside your machine, make sure to satisfy your `server.js` by installing all your dependencies from `package.json` and to also include your `static` folder.
If you're deploying your app outside your machine, make sure that you include production dependencies (required by) `server.js` by installing all dependencies from `package.json`:
npm --production
as well as including your `static` directory and it's contents.
not sure if we should also include npm prune, but I figure that we're not an npm tutorial.
comment created time in 5 days
push eventantony/sapper
commit sha 42fa77aee64af309bf711f61c4a6bf5b4303f65f
Update site/content/docs/01-structure.md
push time in 5 days
Pull request review commentsveltejs/sapper
clarify default service worker behaviour
This is a place to put any files that your app uses — fonts, images and so on. Sapper doesn't serve these files — you'd typically use [sirv](https://github.com/lukeed/sirv) or [serve-static](https://github.com/expressjs/serve-static) for that — but it will read the contents of the `static` folder so that you can easily generate a cache manifest for offline support (see [service-worker.js](docs#src_service-worker_js)). +> Note that the default behaviour of the service worker is to cache all assets from the static directory, so if you have a large number (> 50mb) of files here, you should customise what it caches, otherwise some browsers won't be able to load the service worker.
> Note that the default behaviour of the service worker is to cache all assets from the static directory, so if you have more than 50mb of files here, you will start to exceed the cache limit for service-workers in some browsers, which can cause the service worker to stop loading. In this instance, it is advisable to customise what files are cached by editing the service-worker yourself.
comment created time in 5 days
push eventsveltejs/svelte
commit sha cf57050f4919bb3ae5cb3b5801a5919f1672b2ab
Mention "import type" in TypeScript FAQ (#5243) * Mention "import type" in TypeScript FAQ * Update site/content/faq/500-what-about-typescript-support.md Co-authored-by: Christian Kaisermann <[email protected]>
push time in 5 days
PR merged sveltejs/svelte
This gets asked a lot. I'm not quite sure why Svelte has this additional restriction over normal TypeScript, but it'd be good to mention it up front
pr closed time in 5 days
issue commentsveltejs/svelte
Import components with dynamic path
@julienchazal the question/help template says "don't ask support questions on github!"
comment created time in 5 days
Pull request review commentsveltejs/template
fix-padding-input-range-chrome
label { input, button, select, textarea { font-family: inherit; font-size: inherit;+ /* Fix Padding In Chrome */
Not sure the comment is necessary?
comment created time in 5 days
issue closedsveltejs/svelte
Import components with dynamic path
Hello,
Is it possible to import svelte component using dynamic path like this :
https://svelte.dev/repl/10e44f4140e4483e87f30ef163ba2164?version=3.24.1
i'm not sure if it's even possible with ES6, or maybe it depends on rollup/webpack config ? i've tried same thing using sapper with no luck (the idea behind is to make a custom "storybookjs" using Figma API 👍
Thx for your help !
closed time in 5 days
julienchazalissue commentsveltejs/svelte
Import components with dynamic path
@julienchazal it doesn't mean it should be a github issue, sorry. Please try rephrasing your question and persisting with discord, asking on stackoverflow, or otherwise.
comment created time in 5 days
PR opened sveltejs/sapper
Fixes https://github.com/sveltejs/sapper/issues/1263
Before submitting the PR, please make sure you do the following
- [ ] It's really useful if your PR relates to an outstanding issue, so please reference it in your PR, or create an explanatory one for discussion. In many cases features are absent for a reason.
- [ ] This message body should clearly illustrate what problems it solves. If there are related issues, remember to reference them.
pr created time in 5 days
issue commentsveltejs/sapper
Crashed Sapper-Server causing weird system-wide DNS-problems
Did you @dmgolembiowski @tippexx get any further with diagnosing this?
comment created time in 5 days
issue commentsveltejs/sapper
Include index.html as part of the routes regex
Without looking into this too deeply, have you tried calling your routes index.html.svelte and then trying to visit index.html?
comment created time in 5 days
issue commentsveltejs/sapper
@zw5 can you try this on node v12 please and see if you have a better result?
comment created time in 5 days
PR opened sveltejs/sapper
Fixes https://github.com/sveltejs/sapper/issues/1328
Before submitting the PR, please make sure you do the following
- [ ] It's really useful if your PR relates to an outstanding issue, so please reference it in your PR, or create an explanatory one for discussion. In many cases features are absent for a reason.
- [ ] This message body should clearly illustrate what problems it solves. If there are related issues, remember to reference them.
- [ ] Ideally, include a test that fails without this PR but passes with it. PRs will only be merged once they pass CI. (Remember to
npm run lint!)
Tests
- [ ] Run the tests tests with
npm testoryarn test)
pr created time in 5 days
push eventantony/sapper
commit sha b80346e2a6b6a4eded87b5c4aabafd0c7d941f44
improve type of `ignore` option of middleware (#1218)
commit sha c9a62fa9f8de240de0421682852476621a310d0b
prevent server from restarting while restart is in progress (#1239)
commit sha 422bb05b7a797895e65ea6ae83752918ca21c7c9
update changelog
commit sha 5bed1b19f187b7fc9011826b0ea145c1acfdfde2
log Rollup error details (#1236)
commit sha b78bb5aa56cb7f9beb58886ec6600cdd6b79b3f3
update changelog
commit sha c4fd24085b185acf6abd877bf50314315bd2f34d
migrate CI to GitHub actions (#1224)
commit sha 674727587bc0b5f28352443e2d9f999d27da66d7
docs: fix typo (#1240) There are multiple arguments, so it should probably be plural
commit sha 7de53e14d9ac066d06a6fcfcb44011422b16b1fd
prevent client from rerendering page over SSR error (#719)
commit sha 1867eef1ab9abf7e99b3d03b9160b9087aef0292
update changelog
commit sha 71d47b059f397cfb943bf470032efbd86ed94ec3
in SSR, default to credentials=same-origin and include authorization header (#882)
commit sha ce54f9c251837ef900dfcd53ea77e249f0ff5cce
update changelog
commit sha 4f9f7595c6604961361ff5435ac88ddf0099b649
close dev event source before window is unloaded (#945)
commit sha a16f753ed74cdee872bf310c9deb12cd193f0a67
update changelog
commit sha abf45d31a889cb829e270f9b119ca5f250a1d687
handle src or dest being same as cwd (#1070)
commit sha e4e95f9e312bf195cc443a62b63151d259b1da03
update changelog
commit sha 1ab80e5a8e4046b54d75b5ae99d2057dae7af552
docs: update deployment instructions surrounding Now/Vercel (#1199)
commit sha dca0de9a5f54a751c1ec3f616d8245a06f922603
improve --legacy flag description (#1206)
commit sha 140d7781b14f16128cb29d852a7671e43930266d
site: Sapper FAQ (#1191)
commit sha 0c2504b000d1dc31f3ad0c14459383190d6f5868
docs: shorten Deploying to Vercel heading (#1251)
commit sha d1d3850c52d5de79e19dd5c86ece3f7b0d7a8c9d
handle I/O backpressure when exporting (#869)
push time in 5 days
issue closedsveltejs/sapper
Problem with Service Worker on Chromium.
I created a template sapper project, updated and installed packages (ncu -u && npm i). Then I added any 40-50mb images to the static directory. This causes the site to hang after updating. DevTools -> Application -> Service Workers says Status: trying to install.

An example project with a problem (there are several images from Wikipedia in the static directory): https://github.com/ljonya/sapper-app
The problem appears at first run (npm run dev), sometimes you need to update something in .svelte files, sometimes you need Unregister already installed Service Worker in DevTools.
Logs Logs are empty.
To Reproduce
- Run the example: https://github.com/ljonya/sapper-app
- In
DevTools -> Application -> Service Workers:Unregisteralready installed Service Worker. - Refresh the page in Chromium and possibly update, for example,
index.svelte.
Information about Sapper Installation:
- Chromium 84.0.4147.89 (Official build), snap (64 bit)
- Kubuntu 20.04 64 bit
- Sapper version 0.27.16
- Svelte version 3.24.0
- Application uses Rollup
closed time in 5 days
ljonyaPull request review commentsveltejs/sapper
Add noscroll option to goto, document sapper-noscroll on links
Adding a `rel=external` attribute to a link... ``` ...will trigger a browser navigation when the link is clicked.++### sapper-noscroll++When navigating to internal links, Sapper will change the scroll position to 0,0 so that the user is at the very top left of the page. When a hash is defined, it will scroll to the element with a matching ID.++In certain cases, you may wish to disable this behaviour. Adding a `sapper-noscroll` attribute to a link...++```html+<a href='path' sapper-noscroll>Path</a>
I think I prefer sapper-noscroll which makes it clear that it's a Sapper specific thing. 'noscroll' feels like an built-in attribute.
comment created time in 5 days
PR merged beyonk-adventures/svelte-notifications
Bumps acorn from 6.1.1 to 6.4.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/acornjs/acorn/commit/9a2e9b6678e243d66846b91179d650d28453e70c"><code>9a2e9b6</code></a> Mark version 6.4.1</li> <li><a href="https://github.com/acornjs/acorn/commit/90a9548ea0ce351b54f956e2c4ed27cca9631284"><code>90a9548</code></a> More rigorously check surrogate pairs in regexp validator</li> <li><a href="https://github.com/acornjs/acorn/commit/df0cf1a3e2b1a51a26c14984dc0f5412b7151b10"><code>df0cf1a</code></a> Mark version 6.4.0</li> <li><a href="https://github.com/acornjs/acorn/commit/53034126864b492da4e278628bb972cb2a9313d4"><code>5303412</code></a> Also export Parser via Parser.acorn</li> <li><a href="https://github.com/acornjs/acorn/commit/efe273e70123449a458157dbf578afaf109a49ab"><code>efe273e</code></a> give token types and etc to plugins</li> <li><a href="https://github.com/acornjs/acorn/commit/ac6decb94a3aa4eee99230fdaf5883dfaafe8479"><code>ac6decb</code></a> Mark version 6.3.0</li> <li><a href="https://github.com/acornjs/acorn/commit/7e9817d17639d95cc6dbacfde734a0626b2a7dea"><code>7e9817d</code></a> Allow sourceType: module even with ecmaVersion < 6</li> <li><a href="https://github.com/acornjs/acorn/commit/e2b8cc087386eccc2ad6fd4a02b4257833557cb3"><code>e2b8cc0</code></a> Fix broken parsing of new expressions when allowReserved=="never"</li> <li><a href="https://github.com/acornjs/acorn/commit/1555c528855b10320ce98b4154906d7898c92990"><code>1555c52</code></a> Update acorn.d.ts</li> <li><a href="https://github.com/acornjs/acorn/commit/77c20fa2c2f490e646b67e6a0ff7e75fb54ab6c8"><code>77c20fa</code></a> Mark version 6.2.1</li> <li>Additional commits viewable in <a href="https://github.com/acornjs/acorn/compare/6.1.1...6.4.1">compare view</a></li> </ul> </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 5 days
push eventbeyonk-adventures/svelte-notifications
commit sha ba85605515262c3932e3f09759a4cea2041e54df
Bump acorn from 6.1.1 to 6.4.1 Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/6.1.1...6.4.1) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 80b1678862e92cede16cab1d961a21844cc89948
Merge pull request #10 from beyonk-adventures/dependabot/npm_and_yarn/acorn-6.4.1 Bump acorn from 6.1.1 to 6.4.1
push time in 5 days
PR merged beyonk-adventures/svelte-notifications
Bumps mixin-deep from 1.3.1 to 1.3.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9"><code>754f0c2</code></a> 1.3.2</li> <li><a href="https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50"><code>90ee1fa</code></a> ensure keys are valid when mixing in values</li> <li>See full diff in <a href="https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2">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/~doowb">doowb</a>, a new releaser for mixin-deep 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 5 days
push eventbeyonk-adventures/svelte-notifications
commit sha 95f8987be338af5e6a88a682a57baee5a6c6b863
Bump mixin-deep from 1.3.1 to 1.3.2 Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/jonschlinkert/mixin-deep/releases) - [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 78aff759345d223eb18fd8948b9900cb2bfed9a2
Merge pull request #15 from beyonk-adventures/dependabot/npm_and_yarn/mixin-deep-1.3.2 Bump mixin-deep from 1.3.1 to 1.3.2
push time in 5 days
created tagbeyonk-adventures/svelte-notifications
Svelte toast notifications component that can be used in any JS application
created time in 5 days
push eventbeyonk-adventures/svelte-notifications
commit sha aef2e1c117786b2ffa636b6241d23b533fc107d0
make progress full width on mobile
commit sha 6c4b9051f90dabb0cd0be31433b24a3977a30a29
3.0.0
push time in 5 days
delete branch beyonk-adventures/sapper-httpclient
delete branch : dependabot/npm_and_yarn/lodash-4.17.19
delete time in 5 days
push eventbeyonk-adventures/sapper-httpclient
commit sha 870fc5c5419d8de8d2543b827b2d679d817acd90
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]>
commit sha 975f253a8429156a7372e4fdbc8d0cbe4bedf2dd
Merge pull request #8 from beyonk-adventures/dependabot/npm_and_yarn/lodash-4.17.19 Bump lodash from 4.17.15 to 4.17.19
push time in 5 days
PR merged beyonk-adventures/sapper-httpclient
Bumps lodash from 4.17.15 to 4.17.19. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lodash/lodash/releases">lodash's releases</a>.</em></p> <blockquote> <h2>4.17.16</h2> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lodash/lodash/commit/d7fbc52ee0466a6d248f047b5d5c3e6d1e099056"><code>d7fbc52</code></a> Bump to v4.17.19</li> <li><a href="https://github.com/lodash/lodash/commit/2e1c0f22f425e9c013815b2cd7c2ebd51f49a8d6"><code>2e1c0f2</code></a> Add npm-package</li> <li><a href="https://github.com/lodash/lodash/commit/1b6c282299f4e0271f932b466c67f0f822aa308e"><code>1b6c282</code></a> Bump to v4.17.18</li> <li><a href="https://github.com/lodash/lodash/commit/a370ac81408de2da77a82b3c4b61a01a3b9c2fac"><code>a370ac8</code></a> Bump to v4.17.17</li> <li><a href="https://github.com/lodash/lodash/commit/1144918f3578a84fcc4986da9b806e63a6175cbb"><code>1144918</code></a> Rebuild lodash and docs</li> <li><a href="https://github.com/lodash/lodash/commit/3a3b0fd339c2109563f7e8167dc95265ed82ef3e"><code>3a3b0fd</code></a> Bump to v4.17.16</li> <li><a href="https://github.com/lodash/lodash/commit/c84fe82760fb2d3e03a63379b297a1cc1a2fce12"><code>c84fe82</code></a> fix(zipObjectDeep): prototype pollution (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4759">#4759</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/e7b28ea6cb17b4ca021e7c9d66218c8c89782f32"><code>e7b28ea</code></a> Sanitize sourceURL so it cannot affect evaled code (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4518">#4518</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/0cec225778d4ac26c2bac95031ecc92a94f08bbb"><code>0cec225</code></a> Fix lodash.isEqual for circular references (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4320">#4320</a>) (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4515">#4515</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/94c3a8133cb4fcdb50db72b4fd14dd884b195cd5"><code>94c3a81</code></a> Document matches* shorthands for over* methods (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4510">#4510</a>) (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4514">#4514</a>)</li> <li>Additional commits viewable in <a href="https://github.com/lodash/lodash/compare/4.17.15...4.17.19">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/~mathias">mathias</a>, a new releaser for lodash 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 5 days
created tagbeyonk-adventures/sapper-httpclient
An isomorphic http client for Sapper
created time in 5 days
push eventbeyonk-adventures/sapper-httpclient
commit sha 45147e46428e97cd078cc6382fe5c3a8c93afa92
return promise result not the promise itself
commit sha a006b546886d1463b646eb8bb83bcd58b2c0dc26
7.0.3
push time in 5 days
created tagbeyonk-adventures/sapper-httpclient
An isomorphic http client for Sapper
created time in 5 days
push eventbeyonk-adventures/sapper-httpclient
commit sha df2be394e99ae9c25775f65dfcda4bbefa731182
only run our own tests
commit sha f9e776e196e0fa7b9f32c05e6a55b6edbbf31bb6
7.0.2
push time in 5 days
created tagbeyonk-adventures/sapper-httpclient
An isomorphic http client for Sapper
created time in 6 days
push eventbeyonk-adventures/sapper-httpclient
commit sha 3c4d979ee733a5ee773aac13e4b13d4e7f3b6fba
reinstate http error body
commit sha 3f311c251b6593c0fc775a7193d6e3d8737f0e52
7.0.1
push time in 6 days
created tagbeyonk-adventures/sapper-httpclient
An isomorphic http client for Sapper
created time in 6 days
push eventbeyonk-adventures/sapper-httpclient
commit sha 0d7250e2d42b9043cebbbb3144e692d4bdb0aea8
add parsing of json payloads by default
commit sha 209567251d80675fd4a38467870d6da5e4713121
7.0.0
push time in 6 days
startedjayfk/statuspage
started time in 6 days
push eventantony/flatley
commit sha 2f279fd3a2cb1ce6e8bb94da9d5d7dd7cf3c6167
Test prototype pollution on unflatten
commit sha 33240d93d70a50a23f61cecc12d516bc6f8bf41c
Fix prototype pollution on unflatten Fixes #5.
commit sha 5710269c293ba6f65729f45130472007107ed999
Merge pull request #6 from MatthiasKunnen/flatley-unflatten-prototype-pollution Fix unflatten prototype pollution
push time in 6 days
PR merged antony/flatley
The unflatten function contains a prototype pollution vulnerability. I've added a test and fix.
This fixes #5 .
pr closed time in 6 days
issue closedantony/flatley
Flatley has prototype pollution vulnerablity and it may lead to logic vulnerability in application
var unflatten = require('flatley').unflatten
unflatten({
'__proto__.polluted': true
})
console.log(polluted);
closed time in 6 days
po6ixissue commentbeyonk-adventures/svelte-carousel
TypeError: after_update is undefined
Are you installing it with --save-dev? It's essential that dependencies in Svelte are installed as devDependencies.
On Wed, 5 Aug 2020 at 20:42, Eli Albert [email protected] wrote:
it's definitely something to do with the build, it is sufficient to copy the svelte component into my app directly for this to start working.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/beyonk-adventures/svelte-carousel/issues/22#issuecomment-669449917, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABVORITAMPNURS2BRDKBXDR7GY37ANCNFSM4MHNWGEQ .
--
ꜽ . antony jones . http://www.enzy.org
comment created time in 6 days
issue commentsveltejs/sapper
@sdwvit it is the preference of the maintainers to handle support questions on discord, and bugs / feature requests on github issues. This is stated very clearly in the github issue template, and if people ignore it, their issues will be closed with this exact response.
comment created time in 8 days
issue commentsveltejs/svelte
Allow indicating component "root" element so actions may be used on the component tag
If I understand this correctly - if you control the markup of the child component, you can easily add an action to it which is passed as a prop, so this doesn't really change anything other than adding API surface for something which, should the author of the child/third-party component wish, they could expose an API for anyway.
comment created time in 9 days
issue closedsveltejs/svelte
Setting value on input works only first time
Describe the bug I have this code:
<script>
let value = "0";
function set() {
value = "";
}
</script>
<div>
<input {value} on:input={set} />
</div>
It's supposed to clear input each time when user tries to type something. It actually clears input for the first time, but then it stops clearing and user becomes able to type everything he wants.
Logs No logs were emitted :smile:
To Reproduce REPL: https://svelte.dev/repl/7ae87bbae9c6470cabab36112f7fc706?version=3.24.0
Expected behavior Input must be cleared each time user types something.
Severity It's kinda annoying. :smile:
closed time in 9 days
egormalyutinissue commentsveltejs/svelte
Setting value on input works only first time
So to clarify. The set is working without issue. You can see this by console.loging the actual value.
The view value of a field should be controlled using javascript, as is done above. This also updates the reactive binding so can be used to control both actual value and view value.
This isn't a bug, this is a known feature of how view values work - I know because I raised it myself before :)
comment created time in 9 days
issue closedsveltejs/svelte
Have automated releases been considered for svelte and sveltejs/*? It could potentially save developers a lot of time tracking down issues for which there's already been a merged, but not released, fix.
closed time in 9 days
dnl-brnrissue commentsveltejs/svelte
Hi @dnl-brnr
This seems like something you should ask in discord rather than as a github issue.
We have a changelog file which is dilligently updated. I'm not sure how automated releases will help this, but please feel free to come and discuss on discord.
comment created time in 9 days
pull request commentsveltejs/sapper
exclude .DS_Store from Service Worker
As an aside, these files should be ignored by gitignore, so for people building and deploying from CI it shouldn't be an issue.
However. I'm not sure I agree with the basis of this PR. Maintaining yet another filter of files dumped all over the filesystem by some specific OS is just painful.
It might be better to understand the root cause of the DS_Store issue.
comment created time in 9 days
PR opened heithemmoumni/svelte-stars-rating
I've added the default value into where it is used, I'd probably recommend this approach for the other styles since right now you have to specify all of them if you want to change just one.
I've also removed a spurious colon on the final stop, as I think it was accidental?
pr created time in 10 days
push eventantony/svelte-stars-rating
commit sha 3032a8910ebf4770523b3dcc7356db1928c6a20a
Allow adjustment of indicator font size I've added the default value into where it is used, I'd probably recommend this approach for the other styles since right now you have to specify *all* of them if you want to change just one. I've also removed a spurious colon on the final stop, as I think it was accidental?
push time in 10 days
push eventantony/svelte-stars-rating
commit sha f454d393dab8535100167efadab180e22dd9676a
Fix small typo in README
push time in 10 days
fork antony/svelte-stars-rating
A highly dynamic svelte stars rating component
https://codesandbox.io/s/lively-https-ym9tj
fork in 10 days
startedGainCompliance/good-bunyan-gcloud-formatters
started time in 10 days
issue commentmicrosoft/playwright
[BUG] Cannot find a MiniBrowser.app in neither location
I figured it out!
I was using node v14 as I've been upgrading a bunch of my projects. I dropped to v12 and it works absolutely fine.
I hope I haven't wasted anyone's time. Is it worth adding some messaging if you try to install on an (I assume) unsupported node version?
comment created time in 11 days
startedjamiebuilds/babel-handbook
started time in 11 days
pull request commentsveltejs/sapper
Custom build directory server fix
Closing for now as it's stale. We can rebase+re-open with tests if this is still required
comment created time in 11 days
issue closedsveltejs/svelte
Using third party libraries in Svelte custom component
I want to create a web component using svelte. To create a web component it's necessary to include the svelte tag option
<svelte:options tag="{"my-custom-component}"></svelte:options>
It creates a custom component with that name but doesn't work properly because we have to provide this tag for all the child components as well! I added it to all the child components but it still doesn't work, turns out I use third party libraries and I don't know any way to have that option there!
Is there a way to create custom component with svelte which includes third party libraries?
closed time in 11 days
Manzurkdsissue commentsveltejs/svelte
Using third party libraries in Svelte custom component
Hi @Manzurkds
Please use discord for support questions.
comment created time in 11 days
issue closedsveltejs/svelte
svelte.dev cant load without 500 error
Describe the bug When loading the svelte.dev site i get welcomed by an 500 error
Logs
SCRIPT1028: SCRIPT1028: Expected identifier, string or number
5258fa1b-3a9e-41ac-bc74-186716ab20e3 (1,64086)
0: Unable to get property 'R' of undefined or null reference
app.bbeb5782.js (1,21620)
To Reproduce first time load, constantly happening; no idea how to reproduce
Expected behavior the site loads successfully
system Information
- Your browser and the version: (e.x. Chrome 52.1, Firefox 48.0, IE 10) Microsoft Edge 44.19041.1.0
- Your operating system: (e.x. OS X 10, Ubuntu Linux 19.10, Windows XP, etc) Windows 10 v2004
Severity Was going to check out svelte for the first time and then cant even get on the site
closed time in 12 days
reutekissue commentsveltejs/svelte
svelte.dev cant load without 500 error
You're using an out of date, unmaintained/unsupported version of Edge which we don't support (as the site is not transpiled). Please try an alternate browser such as Chrome, or a more recent version of Edge.
comment created time in 12 days
issue commentsveltejs/template
Development builds should warn developer of compile errors in the browser
Isn't this a job for the Svelte compiler rather than this template?
comment created time in 13 days
issue commentsveltejs/template
Closing this as I think the template should allow the user to define their own linting, testing, and other tools, as this is very developer centric (or set by company policy).
There are a lot of other templates out there which go a step further, so it's a matter of just choosing one with a combination of tools which suit you.
comment created time in 13 days
issue closedsveltejs/template
What do you think about the linter configuration in the template? For example for eslint and prettier. Using a template, I would not want to have a cognitive load when installing plugins for linter etc
closed time in 13 days
popuguytheparrotPR opened sveltejs/template
Fixes https://github.com/sveltejs/template/issues/64
pr created time in 13 days
issue commentsveltejs/template
Svelte Template does not work with yarn workspaces
I think aliasing is the only way this would work, as demonstrated above.
if you think Svelte should be doing something it is not (which other tools are), however, please feel free to comment and we can re-open.
comment created time in 13 days
issue closedsveltejs/template
Svelte Template does not work with yarn workspaces
Describe the bug
If you use the Svelte Template with Rollup using Yarn Workspaces and try to start the website it doesn't work and shows the error main.js:8 Uncaught ReferenceError: internal is not defined
Logs (Rollup Logs)
(!) Unresolved dependencies
https://rollupjs.org/guide/en/#warning-treating-module-as-external-dependency
svelte/internal (imported by src\App.svelte)
(!) Missing global variable name
Use output.globals to specify browser global variable names corresponding to external modules
svelte/internal (guessing 'internal')
To Reproduce
I set up yarn workspaces and used degit to initialize my Svelte frontend. I ran yarn install in the project root
Occasionally, this won't be possible, and that's fine – we still appreciate you raising the issue. But please understand that Svelte is run by unpaid volunteers in their free time, and issues that follow these instructions will get fixed faster.
Expected behavior Svelte / Rollup should be able to resolve all it's dependencies with Yarn Workspaces just like other tools do
Information about your Svelte project:
-
Tested in Chrome Canary (80.0.3948.0)
-
Windows 10
-
Svelte 3.12.1
-
Rollup
Severity Not that severe just pretty annoying to not be able to use svelte in such a monorepo context
closed time in 13 days
cstrntissue closedsveltejs/template
Proposal: tag version for "Releases" subscription
Proposal.
It would be amazing for many people to only subscribe to "Releases only" instead of "Watching" in order to stay updated on the latest news in the template and not receive emails for all individual issues.
It would be enough just to use the tags I think, maybe only consecutive increases in version or date (e.g. 2020.05.01-1).
Can you consider the idea?
closed time in 13 days
frederikhorsissue commentsveltejs/template
Proposal: tag version for "Releases" subscription
@frederikhors why would we tag every master commit? Every master commit isn't a release.
I'm going to suggest that this is an extra maintenance headache that we don't have the bandwidth for, and that if you want to be notified of specific releases, it's worth writing a script to use the github API or similar.
If you think it's critical, we could review a PR to do the work you want to do, but I can't guarantee that it would get accepted.
comment created time in 13 days
issue closedsveltejs/template
Fails to run dev, build scripts on fresh install
Expected Behavior
Running npm run dev and npm run start successfully starts the dev server or builds production assets.
Actual Behavior
λ npm run dev
> [email protected] dev C:\Users\Christopher\code\svelte-app
> rollup -c -w
[!] Error: No valid exports main found for 'C:\Users\Christopher\code\svelte-app\node_modules\@rollup\pluginutils'
Error: No valid exports main found for 'C:\Users\Christopher\code\svelte-app\node_modules\@rollup\pluginutils'
at resolveExportsTarget (internal/modules/cjs/loader.js:618:9)
at applyExports (internal/modules/cjs/loader.js:499:14)
at resolveExports (internal/modules/cjs/loader.js:548:12)
at Function.Module._findPath (internal/modules/cjs/loader.js:650:22)
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:948:27)
at Function.Module._load (internal/modules/cjs/loader.js:854:27)
at Module.require (internal/modules/cjs/loader.js:1023:19)
at require (internal/modules/cjs/helpers.js:72:18)
at Object.<anonymous> (C:\Users\Christopher\code\svelte-app\node_modules\@rollup\plugin-node-resolve\dist\index.js:15:19)
at Module._compile (internal/modules/cjs/loader.js:1128:30)
Steps to Reproduce
- Clone repo
- Run
npm install3 Runnpm run devornpm run build
Notes
Using node v13.3.0 with npm v6.13.1 on Windows 10. This happens on a fresh install, with no changes to the codebase.
Edit: using the latest node LTS v12.18.0 works as expected.
closed time in 13 days
Splode