Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update devdependencies-major (major) #247

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 10, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@11ty/eleventy (source) 1.0.2 -> 2.0.1 age adoption passing confidence
@testing-library/cypress 8.0.3 -> 10.0.1 age adoption passing confidence
@types/node (source) 16.11.57 -> 20.10.4 age adoption passing confidence
cssnano 5.1.13 -> 6.0.1 age adoption passing confidence
cypress (source) 9.7.0 -> 13.6.1 age adoption passing confidence
node-fetch 2.6.7 -> 3.3.2 age adoption passing confidence
postcss-cli 10.0.0 -> 11.0.0 age adoption passing confidence
start-server-and-test 1.14.0 -> 2.0.3 age adoption passing confidence
typescript (source) 4.8.2 -> 5.3.3 age adoption passing confidence

Release Notes

11ty/eleventy (@​11ty/eleventy)

v2.0.1: Eleventy v2.0.1: a Bug Fix Release

Compare Source

Eleventy v2.0.1 is now available! You can try it out in your project now:

npm install @​11ty/eleventy@latest

New to Eleventy?

Eleventy is a flexible and production-ready site generator known for its zero-client JavaScript footprint, speedy sites, speedy builds, and full control over the output.

Features and Fixes

Housekeeping

Thank You Notes

This project would not be possible without our lovely community. Thank you to everyone that built something with Eleventy (×684 authors on our web site!), wrote a blog post about Eleventy, contributed code, wrote a plugins, helped with documentation, asked questions, answered questions, braved The Leaderboards, participated on Discord, filed issues, attended (or organized!) a meetup, said a kind word on social media ❤️.

Open Collective Supporters

v2.0.0: Eleventy v2.0.0: Now with twice as many Possums

Compare Source

🚨 The full release notes are available on The Eleventy Blog: Eleventy v2.0.0 or you can watch me talk about v2.0 on YouTube.

Eleventy v2.0.0 is now available! You can try it out now:

### Local project
npm install @​11ty/eleventy@latest

### Global install
npm install @​11ty/eleventy@latest -g

New to Eleventy?

Eleventy is a flexible and production-ready site generator known for its zero-client JavaScript footprint, speedy sites, speedy builds, and full control over the output. Watch The State of Eleventy in Two Minutes or read more about Eleventy’s project goals.

The Big Features

Smaller, More Secure
Faster Builds
Plugins
And more…
  • Support for aliasing to an existing template language #​2248
    • This unlocks TypeScript or JSX in Eleventy when you use esbuild-register and alias 11ty.ts or 11ty.tsx to 11ty.js.
  • Event arguments unlock new plugin abilities: dir (input/output/includes/data/layouts locations),
    outputMode (where the templates are going: fs, json, ndjson), runMode (build, watch, or serve), or results for the processed Eleventy output.
  • Memory usage improvements to Pagination

Breaking Changes

⚠️ Rather than review this list, it’d be faster to use the eleventy-upgrade-helper plugin, which runs a suite of tests to see whether or not you need to worry about these breaking changes in your project: https://github.com/11ty/eleventy-upgrade-help

The Small Features

Even Smaller Features

Housekeeping

Thank You Notes

This project would not be possible without our lovely community. Thank you to everyone that built something with Eleventy (×684 authors on our web site!), wrote a blog post about Eleventy, contributed code, wrote a plugins, helped with documentation, asked questions, answered questions, braved The Leaderboards, participated on Discord, filed issues, attended (or organized!) a meetup, said a kind word on social media ❤️.

Pull Requests From

@​AleksandrHovhannisyan 🆕, @​amareshsm ×2 🆕, @​binyamin, @​DamianOsipiuk 🆕, @​epelc ×2 🆕, @​j-f1 🆕, @​Jaza 🆕, @​kentaroi 🆕, @​kev4ev 🆕, @​LeoSchae 🆕, @​milahu ×3, @​nasivuela 🆕, @​NickColley 🆕, @​NotWoods, @​Obayanju 🆕, @​Snapstromegon ×16 (wow! 🤯), @​TheDocTrier 🆕, @​thinkverse 🆕, @​TigersWay 🆕, @​wes-goulet 🆕, @​mrmartineau 🆕, @​danburzo 🆕

Read more from the Community
Open Collective Supporters
kentcdodds/cypress-testing-library (@​testing-library/cypress)

v10.0.1

Compare Source

Bug Fixes

v10.0.0

Compare Source

Bug Fixes
BREAKING CHANGES

v9.0.0

Compare Source

chore
BREAKING CHANGES
  • Use addQuery interface, which is only present in Cypress 12+.

v8.0.7

Compare Source

Bug Fixes

v8.0.6

Compare Source

Bug Fixes

v8.0.5

Compare Source

Bug Fixes

v8.0.4

Compare Source

Bug Fixes
cssnano/cssnano (cssnano)

v6.0.1: v6.0.1

Compare Source

Bug Fixes

v6.0.0: v6.0.0

Compare Source

Major Changes

  • 99d1e6a: postcss-normalize-url: remove normalize-url configuration options
  • 4e272f8: postcss-svgo: Upgrade dependency svgo to v3 and increase the minimum supported node version to v14
  • ca9d3f5: Switch minimum supported Node version to 14 for all packages
  • 39a2040: feat!(cssnano): remove undocumented YAML config support

Migration instructions

  • If you're not happy with the defaults for the normalize-url transform, turn it off completely. Options were removed as most would change the meaning of the URL, which is unexpcted in the case of CSS minification.
  • In the unlikely event you're using YAML to configure cssnano, move the cssnano configuration inside the PostCSS config or use a configuration file in CommonJS or JSON format.

v5.1.15: v5.1.15

Compare Source

Bug Fixes

  • fix(postcsss-reduce-initial): fix mask-repeat conversion
  • fix(postcss-colormin): don't minify colors in src declarations
  • fix(postcss-merge-rules): do not merge conflicting flex and border properties

v5.1.14: v5.1.14

Compare Source

Bug Fixes

  • fix: update autoprefixer and browserslist
  • fix(postcss-reduce-initial): improve initial properties data
cypress-io/cypress (cypress)

v13.6.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-1

v13.6.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-0

v13.5.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-5-1

v13.5.0: v.13.5.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-5-0

v13.4.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-4-0

v13.3.3

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-3-3

v13.3.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-3-2

v13.3.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-3-1

v13.3.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-3-0

v13.2.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-2-0

v13.1.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-1-0

v13.0.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-0-0

v12.17.4

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-4

v12.17.3

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-3

v12.17.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-2

v12.17.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-1

v12.17.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-0

v12.16.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-16-0

v12.15.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-15-0

v12.14.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-14-0

v12.13.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-13-0

v12.12.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-12-0

v12.11.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-11-0

v12.10.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-10-0

v12.9.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-9-0

v12.8.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-8-1

v12.8.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12.8.0

v12.7.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12.7.0

v12.6.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12.6.0

v12.5.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-5-1

v12.5.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-5-0

v12.4.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-4-1

v12.4.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-4-0

v12.3.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-3-0

v12.2.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-2-0

v12.1.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-1-0

v12.0.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-0-2

v12.0.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-0-1

v12.0.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-0-0

v11.2.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#11-2-0

v11.1.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#11-1-0

v11.0.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#11-0-1

v11.0.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#11-0-0

v10.11.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#10-11-0

v10.10.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#10-10-0

v10.9.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#10-9-0

v10.8.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#10-8-0

v10.7.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#10-7-0

v10.6.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#10-6-0

v10.5.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#10-5-0

v10.4.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#10-4-0

v10.3.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#10-3-1

v10.3.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#10-3-0

v10.2.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#10-2-0

v10.1.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#10-1-0

v10.0.3

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#10-0-3

v10.0.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#10-0-2

v10.0.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#10-0-1

[v10.0.0](https://togithub.com/cypress-io/cypress/relea


Configuration

📅 Schedule: Branch creation - "every 2 weeks on Monday before 7am" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from dnsos as a code owner April 10, 2022 23:55
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch from 0972833 to 81a9381 Compare April 12, 2022 19:56
@renovate renovate bot changed the title chore(deps): update dependency tailwindcss to v3 chore(deps): update devdependencies-major (major) Apr 25, 2022
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch from 81a9381 to b4ebd57 Compare April 28, 2022 10:22
@renovate renovate bot changed the title chore(deps): update devdependencies-major (major) chore(deps): update devdependencies-major to v3 (major) May 23, 2022
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch from b4ebd57 to 0ed9a62 Compare June 1, 2022 16:21
@renovate renovate bot changed the title chore(deps): update devdependencies-major to v3 (major) chore(deps): update devdependencies-major (major) Jun 1, 2022
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 4 times, most recently from f7cd31a to cdb217a Compare June 6, 2022 21:22
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 5 times, most recently from ed2d99e to 0535a6b Compare June 14, 2022 18:42
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 2 times, most recently from b7154ae to d543124 Compare June 21, 2022 23:36
@renovate renovate bot changed the title chore(deps): update devdependencies-major (major) chore(deps): update devDependencies-major (major) Jun 27, 2022
@renovate renovate bot changed the title chore(deps): update devDependencies-major (major) chore(deps): update devdependencies-major (major) Jun 28, 2022
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 2 times, most recently from 763b807 to 98a381a Compare June 30, 2022 04:07
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 4 times, most recently from 15312d1 to 0c92231 Compare July 12, 2022 17:15
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 2 times, most recently from 630953b to c54bfd6 Compare July 19, 2022 19:14
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 2 times, most recently from 3333c06 to f4c37de Compare July 31, 2022 10:44
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 5 times, most recently from 9f9365e to 696d05a Compare October 24, 2023 22:21
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 3 times, most recently from 8d38855 to 9f84d89 Compare October 31, 2023 10:19
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 2 times, most recently from 1879f54 to 1db8082 Compare November 7, 2023 21:28
@renovate renovate bot requested a review from raphael-arce as a code owner November 7, 2023 21:28
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 2 times, most recently from c80cfb1 to 1e7a001 Compare November 14, 2023 21:20
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 7 times, most recently from 5e24af3 to 9289256 Compare November 22, 2023 03:44
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 3 times, most recently from f86d7b5 to ffe843f Compare November 29, 2023 22:37
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 5 times, most recently from fec27ae to 24dd532 Compare December 6, 2023 23:15
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch from 24dd532 to 43e3949 Compare December 7, 2023 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants