a-luna / aaronluna.dev

My personal website/blog/portfolio, built with Hugo
https://aaronluna.dev
3 stars 1 forks source link

Bump snowpack from 2.10.1 to 2.13.3 #97

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps snowpack from 2.10.1 to 2.13.3.

Release notes

Sourced from snowpack's releases.

snowpack@2.13.3

Fixes and improvements

  • 9a9c3ace - docs: update tailwind import path (#1205) @stefanfrede
  • 04bed2b4 - snowpack: partition the build cache (#1195)
  • a4ef47cb - snowpack: support dev streaming logs (#1203)
  • 2b3670f3 - snowpack: add cli flag support for "experiments.ssr" (--ssr)
  • d03cb5cb - esinstall: handle cjs auto-named-exports with deep reexports (#1194)
  • 710262d8 - esinstall: move trivial warnings to debug (#1193)
  • d86e495d - [plugin-typescript] New plugin! (#1211)
  • f5153651 - [plugin-svelte] simplify svelte plugin (#1221) @Rich-Harris
  • d4b21d35 - [plugin-webpack] Use default name behavior. (#1215) @heikkilamarko
  • f61a703a - [template-svelte] remove outdated babel config file
  • 3ab3842d - [template-svelte] update svelte templates to match react, preact

snowpack@2.13.2

Bug fixes & improvements

  • 0f500825 - Add homepage and repository properties for all published package.json files (#1198) @patdx
  • 1df4e169 - fix: cjs<>esm auto interop needed a duplicate "default" export filter
  • 09ec6b54 - fix: snowpack would fail to run if no node_modules/ directory existed
  • 339a47fb - fix: Snowpack HMR error reporter now reports more useful errors
  • 86f1c164 - fix: add chai to default esinstall namedExports list

Snowpack v2.13 - The Developer Experience Update

Note: v2.13.0 was skipped. v2.13.1 is the first official v2.13 release!

Introducing Snowpack v2.13 - The DX Update. This entire release focused on developer quality-of-life with new features to simplify config, update error logging, and remove all unnecessary friction from your dev environment. It's genuinely one of my favorite releases so far, so I hope you enjoy an even better dev experience with Snowpack.

-- @FredKSchott

Simplified CSA Templates + Fast Refresh Improvements

All of our Create Snowpack App (CSA) templates have been improved this week, but the React & Preact templates got the biggest upgrades. They both sport a new design with a basic counter, perfect for testing that Fast Refresh is working (change the file, and see that the counter doesn't lose state). Behind the scenes, both Fast Refresh plugins have been updated to no longer require Babel externally, which means you can take advantage of our faster, built-in esbuild-powered pipeline.

  • 55bbc83e - add example usage of fast refresh to react/preact templates (#1188)
  • d69dbfe6 - refactor react-refresh plugin, babel user-dependency no longer needed (#1178)
  • 2f19fd09 - update to latest prefresh/snowpack plugin
  • 54fadca4 - CSA - move config back into templates, out of app-scripts-* packages (#1137)

Automatic "New Dependency" Handling

autonewpackage

Tired of having to use that dumb --reload flag? We were too! Snowpack now automatically re-installs dependencies when a new import is added. This feature keeps your work flowing with fewer unnecessary interruptions.

  • 7593243a - Re-implement dev dependency automatic handling (#1161)
Commits


Dependabot compatibility score

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.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will 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 labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Looks like snowpack is up-to-date now, so this is no longer needed.