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

Bump cookie, @lhci/cli and express #389

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2024

Bumps cookie to 0.7.1 and updates ancestor dependencies cookie, @lhci/cli and express. These dependencies need to be updated together.

Updates cookie from 0.6.0 to 0.7.1

Release notes

Sourced from cookie's releases.

0.7.1

Fixed

  • Allow leading dot for domain (#174)
    • Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
  • Add fast path for serialize without options, use obj.hasOwnProperty when parsing (#172)

jshttp/cookie@v0.7.0...v0.7.1

0.7.0

jshttp/cookie@v0.6.0...v0.7.0

Commits
Maintainer changes

This version was pushed to npm by blakeembrey, a new releaser for cookie since your current version.


Updates @lhci/cli from 0.10.0 to 0.14.0

Release notes

Sourced from @​lhci/cli's releases.

v0.14.0

v0.14.0 (2024-06-20)

  • feat: upgrade to lighthouse 12.0.0 (#1035) (cc564a6), closes #1035
  • feat: support .htm files in fallback server (#1033) (2ed3b31), closes #1033
  • feat: increase column width for project name (#1006) (8fe7e8d), closes #1006
  • feat: upgrade to lighthouse 12.1.0 (#1046) (8a0e3dc), closes #1046
  • feat(cli): add --lhr to assert command to load LHRs from anywhere (#1024) (19c7ca6), closes #1024
  • fix(cli): use ProxyAgent instead of HttpsProxyAgent (#1038) (cdf4605), closes #1038
  • chore: bump lhci references to 0.13 (083d639)
  • misc(release): remove hulk from release process (mostly) (36e629e)

BREAKING CHANGE

  • upgrade to lighthouse 12.1.0

v0.13.0

v0.13.0 (2023-12-15)

  • feat: sort projects by name (#976) (2bf36f4), closes #976
  • feat: upgrade to lighthouse 11.4.0 (#991) (7cc4ba8), closes #991
  • feat(cli): add static dir file discovery depth flag (#940) (de1614e), closes #940
  • fix(docker): added extra environment variable to lhci-client Dockerfile for puppeteer executable (#9 (f28992b), closes #916
  • docs: add *.cjs to supported config extensions (#975) (a706c54), closes #975
  • docs: fix typo of puppeterScript to puppeteerScript (#979) (b16e48d), closes #979
  • tests: use more random name for sql test file (#986) (72b79d8), closes #986
  • chore: update docker images with latest version (9d710c1)
  • chore: rebaseline snapshot images (#980) (7e75eed), closes #980
  • chore: remove jest worker limit (#981) (91bfbf9), closes #981
  • chore: set jest max workers to 1 (#985) (200b915), closes #985
  • chore: bump to node 18 (#989) (c5bde95), closes #989
  • chore(deps): run yarn audit fix to upgrade many deps (#992) (3ea9955), closes #992
  • chore(deps): upgrade to storybook 7.6.4, preact 10.19.3, esbuild 0.19.9 (#990) (5d30e52), closes #990
  • chore(deps): bump lodash from 4.17.11 to 4.17.21 (#956) (00b2c91), closes #956
  • chore(deps): bump handlebars from 4.1.2 to 4.7.8 (#978) (c183f9f), closes #978
  • chore(deps): bump @​babel/traverse from 7.4.3 to 7.23.6 (#987) (60693f0), closes #987
  • chore(deps): bump browserify-sign from 4.0.4 to 4.2.2 (#957) (e40dec0), closes #957
  • chore(deps): bump tree-kill from 1.2.1 to 1.2.2 (#952) (2bd2e9c), closes #952
  • chores(deps): upgrade puppeteer to 21.6.1 (#988) (939ef03), closes #988
  • chores(deps): upgrade umzug to 3.4.0 (#984) (a3ee284), closes #984
  • chores(deps): upgrade typescript to 5.3.3 (#983) (29a67d9), closes #983
  • chores(deps): upgrade sequelize to 6.35.2 (#982) (5b94d30), closes #982
  • collect: use new headless mode (#907) (2cf4dc0), closes #907
  • Readme: Update Heroku mentions (#931) (b124841), closes #931
  • Instruct users to install Lighthouse CI 0.12 (#927) (72db595), closes #927
  • catch localStorage exceptions in difftool (#938) (332888a), closes #938

... (truncated)

Commits
  • bbaa624 misc(release): remove hulk from release process (mostly)
  • cdf4605 fix(cli): use ProxyAgent instead of HttpsProxyAgent (#1038)
  • 8a0e3dc feat: upgrade to lighthouse 12.1.0 (#1046)
  • 8fe7e8d feat: increase column width for project name (#1006)
  • 2ed3b31 feat: support .htm files in fallback server (#1033)
  • cc564a6 feat: upgrade to lighthouse 12.0.0 (#1035)
  • 19c7ca6 feat(cli): add --lhr to assert command to load LHRs from anywhere (#1024)
  • 083d639 chore: bump lhci references to 0.13
  • 7cc4ba8 feat: upgrade to lighthouse 11.4.0 (#991)
  • 3ea9955 chore(deps): run yarn audit fix to upgrade many deps (#992)
  • Additional commits viewable in compare view

Updates express from 4.21.0 to 4.21.1

Release notes

Sourced from express's releases.

4.21.1

What's Changed

Full Changelog: expressjs/express@4.21.0...4.21.1

Changelog

Sourced from express's changelog.

4.21.1 / 2024-10-08

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor dependencies [cookie](https://github.com/jshttp/cookie), [@lhci/cli](https://github.com/GoogleChrome/lighthouse-ci) and [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `cookie` from 0.6.0 to 0.7.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v0.6.0...v0.7.1)

Updates `@lhci/cli` from 0.10.0 to 0.14.0
- [Release notes](https://github.com/GoogleChrome/lighthouse-ci/releases)
- [Commits](GoogleChrome/lighthouse-ci@v0.10.0...v0.14.0)

Updates `express` from 4.21.0 to 4.21.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](expressjs/express@4.21.0...4.21.1)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
- dependency-name: "@lhci/cli"
  dependency-type: direct:development
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants