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): bump the npm_and_yarn group across 6 directories with 3 updates #39

Closed

Conversation

dependabot[bot]
Copy link

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

Bumps the npm_and_yarn group with 2 updates in the / directory: cookie and pdfjs-dist.
Bumps the npm_and_yarn group with 2 updates in the /packages/bruno-app directory: cookie and pdfjs-dist.
Bumps the npm_and_yarn group with 1 update in the /packages/bruno-common directory: rollup.
Bumps the npm_and_yarn group with 1 update in the /packages/bruno-graphql-docs directory: rollup.
Bumps the npm_and_yarn group with 1 update in the /packages/bruno-js directory: rollup.
Bumps the npm_and_yarn group with 1 update in the /packages/bruno-query directory: rollup.

Updates cookie from 0.7.1 to 1.0.1

Release notes

Sourced from cookie's releases.

v1.0.1

Added

  • Allow case insensitive options (#194) 3bed080

jshttp/cookie@v1.0.0...v1.0.1

v1.0.0

Breaking changes

  • Use modern JS features, ship TypeScript definition (#175) 1cc64ff
  • Minimum node.js v18
  • Uses null prototype object for parse return value
  • Changes strict and priority to match the lower case strings (i.e. low, not LOW or Low)
  • Require maxAge to be an integer using Number.isInteger check
  • Delegates decode implementation details to decode option (i.e. error handling and quote parsing is defined by decode)
    • Delegate quote parsing to decode (#180) c4a2597
    • Shift try/catch to decode (#179) 93a5b97
  • Improve arg/option error messages (#162) e206fd5 @​MaoShizhong

Other

  • Remove hasOwnProperty, use undefined check for performance (#183) 8f3ee9e @​gurgunday

jshttp/cookie@v0.7.2...v1.0.0

v0.7.2

Fixed

  • Fix object assignment of hasOwnProperty (#177) bc38ffd

jshttp/cookie@v0.7.1...v0.7.2

Commits

Updates pdfjs-dist from 4.4.168 to 4.7.76

Release notes

Sourced from pdfjs-dist's releases.

v4.7.76

This release contains improvements for accessibility, the annotation editor, annotation rendering, font conversion, form rendering, text selection, tiling pattern rendering and the viewer.

Changes since v4.6.82

... (truncated)

Commits
  • 8b73b82 Merge pull request #18844 from calixteman/bug1922063
  • 7eee86e Merge pull request #18855 from timvandermeij/updates
  • e6a413d Update translations to the most recent versions
  • dcc46ce Upgrade eslint-plugin-unicorn to version 56.0.0
  • 78bf528 Update dependencies to the most recent versions
  • a45e4a3 Use Calibri and Lucida Console, when it's possible, in place of sans-serif an...
  • 5a25c47 Merge pull request #18853 from calixteman/issue18036
  • 3194f3d Keep the empty lines in the text fields
  • 9e69735 Merge pull request #18854 from sylvestre/patch-1
  • 64ca2ee Add more authors
  • Additional commits viewable in compare view

Updates cookie from 0.7.1 to 1.0.1

Release notes

Sourced from cookie's releases.

v1.0.1

Added

  • Allow case insensitive options (#194) 3bed080

jshttp/cookie@v1.0.0...v1.0.1

v1.0.0

Breaking changes

  • Use modern JS features, ship TypeScript definition (#175) 1cc64ff
  • Minimum node.js v18
  • Uses null prototype object for parse return value
  • Changes strict and priority to match the lower case strings (i.e. low, not LOW or Low)
  • Require maxAge to be an integer using Number.isInteger check
  • Delegates decode implementation details to decode option (i.e. error handling and quote parsing is defined by decode)
    • Delegate quote parsing to decode (#180) c4a2597
    • Shift try/catch to decode (#179) 93a5b97
  • Improve arg/option error messages (#162) e206fd5 @​MaoShizhong

Other

  • Remove hasOwnProperty, use undefined check for performance (#183) 8f3ee9e @​gurgunday

jshttp/cookie@v0.7.2...v1.0.0

v0.7.2

Fixed

  • Fix object assignment of hasOwnProperty (#177) bc38ffd

jshttp/cookie@v0.7.1...v0.7.2

Commits

Updates pdfjs-dist from 4.4.168 to 4.7.76

Release notes

Sourced from pdfjs-dist's releases.

v4.7.76

This release contains improvements for accessibility, the annotation editor, annotation rendering, font conversion, form rendering, text selection, tiling pattern rendering and the viewer.

Changes since v4.6.82

... (truncated)

Commits
  • 8b73b82 Merge pull request #18844 from calixteman/bug1922063
  • 7eee86e Merge pull request #18855 from timvandermeij/updates
  • e6a413d Update translations to the most recent versions
  • dcc46ce Upgrade eslint-plugin-unicorn to version 56.0.0
  • 78bf528 Update dependencies to the most recent versions
  • a45e4a3 Use Calibri and Lucida Console, when it's possible, in place of sans-serif an...
  • 5a25c47 Merge pull request #18853 from calixteman/issue18036
  • 3194f3d Keep the empty lines in the text fields
  • 9e69735 Merge pull request #18854 from sylvestre/patch-1
  • 64ca2ee Add more authors
  • Additional commits viewable in compare view

Updates rollup from 3.29.5 to 4.24.0

Release notes

Sourced from rollup's releases.

v4.24.0

4.24.0

2024-10-02

Features

  • Support preserving and transpiling JSX syntax (#5668)

Pull Requests

v4.23.0

4.23.0

2024-10-01

Features

  • Collect all emitted names and originalFileNames for assets (#5686)

Pull Requests

v4.22.5

4.22.5

2024-09-27

Bug Fixes

  • Allow parsing of certain unicode characters again (#5674)

Pull Requests

v4.22.4

4.22.4

2024-09-21

Bug Fixes

... (truncated)

Changelog

Sourced from rollup's changelog.

4.24.0

2024-10-02

Features

  • Support preserving and transpiling JSX syntax (#5668)

Pull Requests

4.23.0

2024-10-01

Features

  • Collect all emitted names and originalFileNames for assets (#5686)

Pull Requests

4.22.5

2024-09-27

Bug Fixes

  • Allow parsing of certain unicode characters again (#5674)

Pull Requests

4.22.4

2024-09-21

Bug Fixes

  • Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (#5671)

Pull Requests

... (truncated)

Commits

Updates rollup from 3.29.5 to 4.24.0

Release notes

Sourced from rollup's releases.

v4.24.0

4.24.0

2024-10-02

Features

  • Support preserving and transpiling JSX syntax (#5668)

Pull Requests

v4.23.0

4.23.0

2024-10-01

Features

  • Collect all emitted names and originalFileNames for assets (#5686)

Pull Requests

v4.22.5

4.22.5

2024-09-27

Bug Fixes

  • Allow parsing of certain unicode characters again (#5674)

Pull Requests

v4.22.4

4.22.4

2024-09-21

Bug Fixes

... (truncated)

Changelog

Sourced from rollup's changelog.

4.24.0

2024-10-02

Features

  • Support preserving and transpiling JSX syntax (#5668)

Pull Requests

4.23.0

2024-10-01

Features

  • Collect all emitted names and originalFileNames for assets (#5686)

Pull Requests

4.22.5

2024-09-27

Bug Fixes

  • Allow parsing of certain unicode characters again (#5674)

Pull Requests

4.22.4

2024-09-21

Bug Fixes

  • Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (#5671)

Pull Requests

... (truncated)

Commits

Updates rollup from 3.29.5 to 4.24.0

Release notes

Sourced from rollup's releases.

v4.24.0

4.24.0

2024-10-02

Features

  • Support preserving and transpiling JSX syntax (#5668)

Pull Requests

v4.23.0

4.23.0

2024-10-01

Features

  • Collect all emitted names and originalFileNames for assets (#5686)

Pull Requests

v4.22.5

4.22.5

2024-09-27

Bug Fixes

  • Allow parsing of certain unicode characters again (#5674)

Pull Requests

v4.22.4

4.22.4

2024-09-21

Bug Fixes

... (truncated)

Changelog

Sourced from rollup's changelog.

4.24.0

2024-10-02

Features

  • Support preserving and transpiling JSX syntax (#5668)

Pull Requests

4.23.0

2024-10-01

Features

  • Collect all emitted names and originalFileNames for assets (#5686)

Pull Requests

4.22.5

2024-09-27

Bug Fixes

  • Allow parsing of certain unicode characters again (#5674)

Pull Requests

4.22.4

2024-09-21

Bug Fixes

  • Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (#5671)

Pull Requests

... (truncated)

Commits

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 15, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-2b1c328617 branch from aeed837 to b2d16d2 Compare October 16, 2024 06:48
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-2b1c328617 branch 2 times, most recently from fb241c8 to 7176bba Compare October 22, 2024 04:47
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-2b1c328617 branch from 7176bba to afb8fe8 Compare October 24, 2024 10:04
…updates

Bumps the npm_and_yarn group with 2 updates in the / directory: [cookie](https://github.com/jshttp/cookie) and [pdfjs-dist](https://github.com/mozilla/pdf.js).
Bumps the npm_and_yarn group with 2 updates in the /packages/bruno-app directory: [cookie](https://github.com/jshttp/cookie) and [pdfjs-dist](https://github.com/mozilla/pdf.js).
Bumps the npm_and_yarn group with 1 update in the /packages/bruno-common directory: [rollup](https://github.com/rollup/rollup).
Bumps the npm_and_yarn group with 1 update in the /packages/bruno-graphql-docs directory: [rollup](https://github.com/rollup/rollup).
Bumps the npm_and_yarn group with 1 update in the /packages/bruno-js directory: [rollup](https://github.com/rollup/rollup).
Bumps the npm_and_yarn group with 1 update in the /packages/bruno-query directory: [rollup](https://github.com/rollup/rollup).


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

Updates `pdfjs-dist` from 4.4.168 to 4.7.76
- [Release notes](https://github.com/mozilla/pdf.js/releases)
- [Commits](mozilla/pdf.js@v4.4.168...v4.7.76)

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

Updates `pdfjs-dist` from 4.4.168 to 4.7.76
- [Release notes](https://github.com/mozilla/pdf.js/releases)
- [Commits](mozilla/pdf.js@v4.4.168...v4.7.76)

Updates `rollup` from 3.29.5 to 4.24.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v3.29.5...v4.24.0)

Updates `rollup` from 3.29.5 to 4.24.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v3.29.5...v4.24.0)

Updates `rollup` from 3.29.5 to 4.24.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v3.29.5...v4.24.0)

Updates `rollup` from 3.29.5 to 4.24.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v3.29.5...v4.24.0)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: pdfjs-dist
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: cookie
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: pdfjs-dist
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: rollup
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: rollup
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: rollup
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: rollup
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-2b1c328617 branch from afb8fe8 to fa3cb36 Compare October 25, 2024 11:34
Copy link

sonarcloud bot commented Oct 25, 2024

Copy link
Author

dependabot bot commented on behalf of github Oct 28, 2024

Superseded by #41.

@dependabot dependabot bot closed this Oct 28, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm_and_yarn-2b1c328617 branch October 28, 2024 05:09
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants