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

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@11ty/eleventy (source) ^1.0.1 -> ^2.0.0 age adoption passing confidence
@babel/core (source) 7.19.0 -> 7.24.5 age adoption passing confidence
@badeball/cypress-cucumber-preprocessor 15.1.4 -> 20.0.5 age adoption passing confidence
@chanzuckerberg/axe-storybook-testing 7.1.0 -> 8.0.1 age adoption passing confidence
@commitlint/cli (source) 17.6.1 -> 19.3.0 age adoption passing confidence
@commitlint/config-conventional (source) 17.6.1 -> 19.2.2 age adoption passing confidence
@ember/optional-features 2.0.0 -> 2.1.0 age adoption passing confidence
@ember/test-helpers ^2.6.0 -> ^3.0.0 age adoption passing confidence
@percy/cli (source) 1.24.0 -> 1.28.5 age adoption passing confidence
@percy/storybook 4.3.6 -> 5.0.3 age adoption passing confidence
@web/dev-server (source) 0.2.1 -> 0.4.4 age adoption passing confidence
@web/dev-server-esbuild (source) 1.0.1 -> 1.0.2 age adoption passing confidence
@web/dev-server-rollup (source) 0.5.0 -> 0.6.1 age adoption passing confidence
@web/dev-server-storybook (source) 0.7.0 -> 2.0.2 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.18.1 age adoption passing confidence
@web/test-runner-browserstack (source) 0.7.0 -> 0.7.1 age adoption passing confidence
ava (source) 5.3.1 -> 6.1.2 age adoption passing confidence
babel-loader ^8.2.3 -> ^9.0.0 age adoption passing confidence
c8 8.0.1 -> 9.1.0 age adoption passing confidence
chromatic (source) 6.17.3 -> 11.3.0 age adoption passing confidence
cypress (source) 12.15.0 -> 13.8.1 age adoption passing confidence
ember-auto-import (source) 2.4.2 -> 2.7.2 age adoption passing confidence
ember-cli (source) ~4.7.0 -> ~5.8.0 age adoption passing confidence
ember-cli-app-version ^5.0.0 -> ^6.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.2 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-page-title (source) ^7.0.0 -> ^8.0.0 age adoption passing confidence
ember-qunit ^5.1.5 -> ^8.0.0 age adoption passing confidence
ember-resolver ^8.0.3 -> ^11.0.0 age adoption passing confidence
ember-source (source) ~4.7.0 -> ~5.8.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
eslint (source) 8.39.0 -> 9.1.1 age adoption passing confidence
eslint (source) ^8.0.0 -> ^9.0.0 age adoption passing confidence
eslint-config-prettier ^8.4.0 -> ^9.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 -> 48.2.3 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.5 age adoption passing confidence
husky 8.0.3 -> 9.0.11 age adoption passing confidence
prettier (source) ^2.5.1 -> ^3.0.0 age adoption passing confidence
qunit (source) 2.19.1 -> 2.20.1 age adoption passing confidence
qunit-dom ^2.0.0 -> ^3.0.0 age adoption passing confidence
start-server-and-test 2.0.0 -> 2.0.3 age adoption passing confidence
stylelint (source) 15.6.1 -> 16.5.0 age adoption passing confidence
stylelint-config-standard 33.0.0 -> 36.0.0 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


Configuration

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

🚦 Automerge: Enabled.

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

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSource
Install scripts npm/esbuild@0.20.2
Install scripts npm/@playwright/browser-chromium@1.43.1
  • Install script: install
  • Source: node install.js
Install scripts npm/@percy/core@1.28.5
  • Install script: postinstall
  • Source: node ./post-install

View full report↗︎

Next steps

What is an install script?

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/esbuild@0.20.2
  • @SocketSecurity ignore npm/@playwright/browser-chromium@1.43.1
  • @SocketSecurity ignore npm/@percy/core@1.28.5

@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 a9371ef to 38bf8ac Compare April 21, 2024 08:15
@renovate renovate bot force-pushed the renovate/devdependencies branch from 38bf8ac to d812943 Compare April 22, 2024 01:22
@renovate renovate bot force-pushed the renovate/devdependencies branch from d812943 to 6cb12b2 Compare April 22, 2024 21:09
@renovate renovate bot force-pushed the renovate/devdependencies branch from 6cb12b2 to 9c4b08b Compare April 23, 2024 03:31
@renovate renovate bot force-pushed the renovate/devdependencies branch from 9c4b08b to 75f5e99 Compare April 23, 2024 07:30
@renovate renovate bot force-pushed the renovate/devdependencies branch from 75f5e99 to 67be68c Compare April 23, 2024 14:43
@renovate renovate bot force-pushed the renovate/devdependencies branch from 67be68c to 5c816a4 Compare April 23, 2024 23:17
@renovate renovate bot force-pushed the renovate/devdependencies branch from 5c816a4 to 96bcf96 Compare April 25, 2024 08:54
@renovate renovate bot force-pushed the renovate/devdependencies branch from 96bcf96 to f953eba Compare April 25, 2024 21:55
Copy link

socket-security bot commented Apr 25, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@11ty/eleventy@2.0.1 environment, filesystem, unsafe Transitive: eval, network, shell +202 24.2 MB zachleat
npm/@badeball/cypress-cucumber-preprocessor@20.0.5 environment, filesystem Transitive: network, shell, unsafe +175 273 MB badeball
npm/@bahmutov/cypress-esbuild-preprocessor@2.2.0 None 0 9.06 kB bahmutov
npm/@chanzuckerberg/axe-storybook-testing@8.0.1 filesystem, network Transitive: eval +20 5.08 MB ahuth
npm/@commitlint/cli@19.3.0 Transitive: environment, eval, filesystem, shell, unsafe +44 6.24 MB escapedcat
npm/@commitlint/config-conventional@19.2.2 None +3 3.99 MB escapedcat
npm/@lit-labs/eleventy-plugin-lit@0.2.1 eval, unsafe Transitive: environment, filesystem, network +19 4.58 MB lit-robot
npm/@percy/cli@1.28.5 environment, filesystem, unsafe Transitive: eval, network, shell +18 3.5 MB percy-admin
npm/@percy/cypress@3.1.2 eval Transitive: environment, network +1 48.9 kB percy-admin
npm/@percy/storybook@5.0.3 environment Transitive: eval, filesystem, network, shell, unsafe +12 3.47 MB percy-admin
npm/@web/dev-server-rollup@0.6.1 Transitive: environment, filesystem, network +48 52.5 MB modern-web
npm/@web/dev-server-storybook@2.0.2 filesystem Transitive: environment, eval, network, shell, unsafe +166 44 MB modern-web
npm/@web/dev-server@0.4.4 Transitive: filesystem, network +30 5.42 MB modern-web
npm/@web/storybook-prebuilt@0.1.37 None 0 8.55 MB larsdenbakker
npm/allure-commandline@2.27.0 environment, shell 0 28.7 MB qameta-bot
npm/allure-cypress@2.15.1 Transitive: environment, filesystem +3 812 kB qameta-bot
npm/markdown-it-front-matter@0.2.3 None 0 10.2 kB parksb
npm/markdown-it@13.0.1 Transitive: environment, filesystem +5 969 kB vitaly
npm/npm-run-all@4.1.5 environment Transitive: eval, filesystem, shell +79 2.98 MB mysticatea

🚮 Removed packages: npm/@babel/core@7.19.0, npm/@ember/optional-features@2.0.0, npm/@ember/test-helpers@2.8.1, npm/@glimmer/component@1.1.2, npm/@glimmer/tracking@1.1.2, npm/babel-eslint@10.1.0, npm/babel-loader@8.2.5, npm/babel-plugin-ember-modules-api-polyfill@3.5.0, npm/babel-plugin-htmlbars-inline-precompile@5.3.1, npm/broccoli-asset-rev@3.0.0, npm/ember-auto-import@2.4.2, npm/ember-cli-app-version@5.0.0, npm/ember-cli-babel@7.26.11, npm/ember-cli-dependency-checker@3.3.1, npm/ember-cli-htmlbars@6.1.1, npm/ember-cli-inject-live-reload@2.1.0, npm/ember-cli-sri@2.1.1, npm/ember-cli-terser@4.0.2, npm/ember-cli@4.7.0, npm/ember-composable-helpers@5.0.0, npm/ember-data@4.7.1, npm/ember-export-application-global@2.0.1, npm/ember-fetch@8.1.2, npm/ember-load-initializers@2.1.2

View full report↗︎

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.

None yet

0 participants