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 #426

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 10, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@11ty/eleventy (source) ^1.0.1 -> ^3.0.0 age adoption passing confidence
@babel/core (source) 7.19.0 -> 7.26.0 age adoption passing confidence
@badeball/cypress-cucumber-preprocessor 15.1.4 -> 22.0.0 age adoption passing confidence
@bahmutov/cypress-esbuild-preprocessor 2.2.0 -> 2.2.4 age adoption passing confidence
@chanzuckerberg/axe-storybook-testing 7.1.0 -> 8.2.1 age adoption passing confidence
@commitlint/cli (source) 17.6.1 -> 19.6.1 age adoption passing confidence
@commitlint/config-conventional (source) 17.6.1 -> 19.6.0 age adoption passing confidence
@ember/optional-features 2.0.0 -> 2.2.0 age adoption passing confidence
@ember/test-helpers ^2.6.0 -> ^5.0.0 age adoption passing confidence
@glimmer/component ^1.0.4 -> ^2.0.0 age adoption passing confidence
@percy/cli (source) 1.24.0 -> 1.30.6 age adoption passing confidence
@percy/cypress 3.1.2 -> 3.1.3 age adoption passing confidence
@percy/storybook 4.3.6 -> 6.0.3 age adoption passing confidence
@web/dev-server (source) 0.2.1 -> 0.4.6 age adoption passing confidence
@web/dev-server-esbuild (source) 1.0.1 -> 1.0.3 age adoption passing confidence
@web/dev-server-rollup (source) 0.5.0 -> 0.6.4 age adoption passing confidence
@web/dev-server-storybook (source) 0.7.0 -> 2.0.3 age adoption passing confidence
@web/storybook-prebuilt 0.1.34 -> 0.1.37 age adoption passing confidence
@web/test-runner (source) 0.18.0 -> 0.19.0 age adoption passing confidence
@web/test-runner-browserstack (source) 0.7.0 -> 0.7.2 age adoption passing confidence
allure-cypress (source) ^2.15.1 -> ^3.0.0 age adoption passing confidence
ava (source) 5.3.1 -> 6.2.0 age adoption passing confidence
babel-loader ^8.2.3 -> ^9.0.0 age adoption passing confidence
c8 8.0.1 -> 10.1.3 age adoption passing confidence
chromatic (source) 6.17.3 -> 11.25.0 age adoption passing confidence
cypress (source) 12.15.0 -> 14.0.0 age adoption passing confidence
cypress-tags 1.1.2 -> 1.2.2 age adoption passing confidence
ember-auto-import (source) 2.4.2 -> 2.10.0 age adoption passing confidence
ember-cli (source) ~4.7.0 -> ~6.1.0 age adoption passing confidence
ember-cli-app-version ^5.0.0 -> ^7.0.0 age adoption passing confidence
ember-cli-babel ^7.26.11 -> ^8.0.0 age adoption passing confidence
ember-cli-dependency-checker 3.3.1 -> 3.3.3 age adoption passing confidence
ember-cli-htmlbars 6.1.1 -> 6.3.0 age adoption passing confidence
ember-data (source) ~4.7.0 -> ~5.3.0 age adoption passing confidence
ember-load-initializers ^2.1.2 -> ^3.0.0 age adoption passing confidence
ember-page-title (source) ^7.0.0 -> ^8.0.0 age adoption passing confidence
ember-qunit ^5.1.5 -> ^9.0.0 age adoption passing confidence
ember-resolver ^8.0.3 -> ^13.0.0 age adoption passing confidence
ember-source (source) ~4.7.0 -> ~6.1.0 age adoption passing confidence
ember-template-lint ^4.2.0 -> ^6.0.0 age adoption passing confidence
ember-truth-helpers ^3.0.0 -> ^4.0.0 age adoption passing confidence
esbuild 0.17.10 -> 0.24.2 age adoption passing confidence
eslint (source) 8.39.0 -> 9.18.0 age adoption passing confidence
eslint (source) ^8.0.0 -> ^9.0.0 age adoption passing confidence
eslint-config-prettier ^8.4.0 -> ^10.0.0 age adoption passing confidence
eslint-plugin-ember ^11.0.0 -> ^12.0.0 age adoption passing confidence
eslint-plugin-jsdoc 43.1.1 -> 50.6.2 age adoption passing confidence
eslint-plugin-prettier ^4.0.0 -> ^5.0.0 age adoption passing confidence
eslint-plugin-qunit ^7.2.0 -> ^8.0.0 age adoption passing confidence
esmock 2.6.0 -> 2.6.9 age adoption passing confidence
husky 8.0.3 -> 9.1.7 age adoption passing confidence
prettier (source) ^2.5.1 -> ^3.0.0 age adoption passing confidence
qunit (source) 2.19.1 -> 2.23.1 age adoption passing confidence
qunit-dom ^2.0.0 -> ^3.0.0 age adoption passing confidence
sinon (source) 17.0.1 -> 19.0.2 age adoption passing confidence
start-server-and-test 2.0.0 -> 2.0.10 age adoption passing confidence
stylelint (source) 15.6.1 -> 16.13.2 age adoption passing confidence
stylelint-config-standard 33.0.0 -> 37.0.0 age adoption passing confidence

Release Notes

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

v3.0.0: Eleventy v3.0.0: Possums ❤️ ESM

Compare Source

We did it. After 22 pre-releases and over a year of work, Eleventy 3.0.0 is now available. You can try it out now on your project using:

npm install @​11ty/eleventy@latest

If you’re upgrading from a previous version of Eleventy, use the Upgrade Help plugin for automated checks and help with your upgrade!

Why should you use 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.

A few numbers on the best version of Eleventy yet:

Stats v2.0.1 v3.0.0
20% smaller 35.2 MB 28.1 MB
11% fewer dependencies 213 189
9% faster npm install 4.511s* 4.103s*

*fastest time of 3 runs (bypassing local cache)

Flagship 3.0 features

  1. Eleventy is now written in ESM with full support for ESM in your projects: configuration, data files, 11ty.js templates, etc. For many projects this won’t be a breaking change and we’ll continue to support CommonJS too. Every example on the docs now includes both a CommonJS and ESM version. Docs: https://v3.11ty.dev/docs/cjs-esm/
// ESM
export default function(eleventyConfig) {}

// We’ll keep supporting CommonJS:
module.exports = function(eleventyConfig) {}
  1. Supporting more package managers and runtimes: pnpm, yarn, Deno. More examples on the docs! https://v3.11ty.dev/docs/
  2. Asynchronous configuration #​614 Docs: https://v3.11ty.dev/docs/config/
// ESM
export default async function(eleventyConfig) {}

// CommonJS
module.exports = async function(eleventyConfig) {}
  1. For-free performance improvement to built-in slugify, inputPathToUrl universal filters (via memoization) #​840 Docs: https://v3.11ty.dev/docs/memoize/
  2. Named config export improves consistency for plugins #​3246 and set*Directory configuration API methods #​1503 Docs: https://v3.11ty.dev/docs/config-shapes/#optional-export-config-object and https://v3.11ty.dev/docs/config/#configuration-options
export default function(eleventyConfig) {
  eleventyConfig.setInputDirectory(".");
  eleventyConfig.setOutputDirectory("_site");
};

export const config = {
  dir: {
    input: ".",
    output: "_site"
  },
};
  1. Virtual Templates, configuration API to add content (great for plugins, used by the new RSS plugin!) #​1612 Docs: https://v3.11ty.dev/docs/virtual-templates/
export default function(eleventyConfig) {
  eleventyConfig.addTemplate("robots.njk", "User-agent: *\nAllow: /", {
    permalink: "/robots.txt",
  });
};
  1. IdAttribute plugin adds id attributes to headings for on-page anchor links (supports all template-languages) #​3363 Docs: https://v3.11ty.dev/docs/plugins/id-attribute/
<h1>Welcome to my web site</h1> becomes <h1 id="welcome-to-my-web-site">Welcome to my web site</h1>
  1. Plain-text Bundler included: https://v3.11ty.dev/docs/plugins/bundle/
export default function(eleventyConfig) {
  eleventyConfig.addBundle("css"); // Adds {% css %} paired shortcode to create per-page CSS bundles
};
  1. InputPath to URL plugin lets you link directly to an input file path (and we’ll output the right URL) Docs: https://www.11ty.dev/docs/plugins/inputpath-to-url/
<a href="my-template.md">Home</a> becomes <a href="/my-template/">Home</a>
  1. Use arbitrary JavaScript with the js Front Matter #​2819 Docs: https://v3.11ty.dev/docs/data-frontmatter/#javascript-front-matter
---js
const hello = "hi";
---
{{ hello }}
  1. page.rawInput unlocks access to raw template content #​1206 https://v3.11ty.dev/docs/data-eleventy-supplied/#page-variable
  2. addPreprocessor configuration API to modify raw content before rendering works for file ignores and drafts #​188 Docs: https://v3.11ty.dev/docs/config-preprocessors/
  3. addDateParsing configuration API to add your own custom date parsing logic #​867 Docs: https://v3.11ty.dev/docs/dates/#configuration-api-for-custom-date-parsing
  4. eleventyDataSchema data option to validate data cascade values #​879 Docs: https://v3.11ty.dev/docs/data-validate/
  5. Reserved Eleventy properties in data cascade are now frozen #​1173 Docs: https://v3.11ty.dev/docs/data-eleventy-supplied/#frozen-data
  6. Support for asynchronous plugins and async-friendly addPlugin configuration API #​2675 Docs: https://v3.11ty.dev/docs/plugins/#plugins-are-configuration
  7. useLayouts option for Custom Template Languages allows opt-out of Eleventy Layouts #​2830 Docs: https://v3.11ty.dev/docs/languages/custom/#uselayouts
  8. renderTransforms Universal Filter will run project transforms on an arbitrary block of content (useful for RSS and other feeds) #​3294
  9. --incremental=filename.md on the command line #​3324 Docs: https://v3.11ty.dev/docs/usage/#incremental-for-partial-incremental-builds
  10. renderContent Universal Filter now included with Render Plugin #​3370 Docs: https://v3.11ty.dev/docs/plugins/render/#rendercontent-filter
  11. Dev Server updates including onRequest API for handling requests dynamically during development (used with the new Image Transform plugin)

Breaking Changes and Upgrade Path

Rather than navigating this list manually, use the Upgrade Help plugin for automated project checks and upgrade help!

Minutiae

Full Eleventy v3 Milestone (177 closed): https://github.com/11ty/eleventy/milestone/40?closed=1
Full Changelog: 11ty/eleventy@v2.0.1...v3.0.0

Thank You Notes

This release would not have been possible without our community and supporters.

  • To everyone that has built something with Eleventy: thank you!
  • To everyone that has answered a question about Eleventy: on the Discord, on social media, in GitHub issues or discussion, at your local meetup or coffee shop: thank you!
  • To everyone that attended the 11ty Conference earlier this year: thank you!
  • To everyone that brought a well-intentioned complaint about something you didn’t like about Eleventy: thank you!
  • To everyone that dropped a few nice words of appreciation: thank you!
  • To everyone that has supported us and made this release possible: thank you!

Thank you to @​bobmonsour, @​pdehaan, @​Snapstromegon, @​cdransf, @​5t3ph, @​BenDMyers, @​siakaramalegos, @​shivjm, @​dleatherman, @​darthmall, [@​clottman](https://redirect.github.com/clottma


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/devdependencies branch from e94a4ed to 22cd3b3 Compare September 12, 2022 05:52
@renovate renovate bot changed the title chore(deps): update dependency @shelex/cypress-allure-plugin to v2.31.0 chore(deps): update devdependencies Sep 12, 2022
@renovate renovate bot force-pushed the renovate/devdependencies branch 9 times, most recently from c5355ac to bf40564 Compare September 20, 2022 19:16
@renovate renovate bot force-pushed the renovate/devdependencies branch 11 times, most recently from f3a4cf8 to c5feca8 Compare September 28, 2022 13:52
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from d5de89e to cb1d059 Compare October 3, 2022 14:56
@socket-security
Copy link

socket-security bot commented Oct 3, 2022

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from dcd9e46 to 286e5c0 Compare October 6, 2022 19:05
@renovate renovate bot force-pushed the renovate/devdependencies branch from df320cf to 290f27c Compare January 19, 2025 00:56
Copy link
Author

renovate bot commented Jan 19, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: examples/ember-app/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: ember-data@5.3.9
npm ERR! Found: @ember/test-helpers@5.0.0
npm ERR! node_modules/@ember/test-helpers
npm ERR!   dev @ember/test-helpers@"^5.0.0" from the root project
npm ERR!   peer @ember/test-helpers@">=3.0.3" from ember-qunit@9.0.1
npm ERR!   node_modules/ember-qunit
npm ERR!     dev ember-qunit@"^9.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peerOptional @ember/test-helpers@"^3.3.0 || ^4.0.4" from ember-data@5.3.9
npm ERR! node_modules/ember-data
npm ERR!   dev ember-data@"~5.3.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: @ember/test-helpers@4.0.4
npm ERR! node_modules/@ember/test-helpers
npm ERR!   peerOptional @ember/test-helpers@"^3.3.0 || ^4.0.4" from ember-data@5.3.9
npm ERR!   node_modules/ember-data
npm ERR!     dev ember-data@"~5.3.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2025-01-19T00_54_42_550Z-debug-0.log

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

Successfully merging this pull request may close these issues.

0 participants