middleman-startae icon indicating copy to clipboard operation
middleman-startae copied to clipboard

A starter template ready to run on Netlify or Heroku. Comes with several helpers, partials and a nice basic structure to the HTML, Sass, Webpack and ES2015. Bottom line, a template that uses all the m...

Results 10 middleman-startae issues
Sort by recently updated
recently updated
newest added

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.2 to 2.8.0. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Regular Expression Denial of Service in Addressable templates Impact...

dependencies
security

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Bumps [ffi](https://github.com/ffi/ffi) from 1.9.18 to 1.15.3. **This update includes a security fix.** Vulnerabilities fixed Sourced from The Ruby Advisory Database. ruby-ffi DDL loading issue on Windows OS ruby-ffi version 1.9.23...

dependencies
security

Bumps [puma](https://github.com/puma/puma) from 3.11.2 to 4.3.8. **This update includes security fixes.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Moderate severity vulnerability that affects puma Keepalive thread overload/DoS Impact...

dependencies
security

Bumps [middleman-livereload](https://github.com/middleman/middleman-livereload) from 3.4.6 to 3.4.7. Commits aaeea28 Bump version 02126d9 Merge pull request #107 from benedikt/master 2cf8e9d Fix crash when reloading config.rb e3a3927 Merge pull request #103 from aaabramov/patch-2...

dependencies

Bumps [rack-contrib](https://github.com/rack/rack-contrib) from 2.0.1 to 2.3.0. Release notes Sourced from rack-contrib's releases. Omnibus release of dooooooooom The list of changes in this release is long, and should serve as a...

dependencies

Bumps [middleman](https://github.com/middleman/middleman) from 4.2.1 to 4.3.11. Changelog Sourced from middleman's changelog. master Handle the removal of a file in dependencies. Fixes #2292 Update rubocop + use enable-frozen-string-literal (#2354) Add ability...

dependencies

Bumps [rack](https://github.com/rack/rack) from 2.0.3 to 2.2.3. **This update includes security fixes.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Low severity vulnerability that affects rack There's a possible information...

dependencies
security

Bumps [slim](https://github.com/slim-template/slim) from 3.0.8 to 4.1.0. Changelog Sourced from slim's changelog. 4.1.0 (2020-05-07) Add support for Tailwind CSS - #841 Update dependencies and testing 4.0.1 (2018-09-02) Fix incompatibility issue with...

dependencies

##### Done in this PR When running `middleman s` on a Linux machine the clean-webpack-plugin cleaning causes middleman to stop serving the assets. This was solved by making plugin param...