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 org.apache.commons:commons-compress from 1.21 to 1.26.0 #1557

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 Feb 20, 2024

Bumps org.apache.commons:commons-compress from 1.21 to 1.26.0.

Dependabot compatibility score

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 org.apache.commons:commons-compress from 1.21 to 1.26.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type: maintenance The issue is related to a meta task (build system, dependency update, etc) label Feb 20, 2024
adnan5253 pushed a commit to adnan5253/epubcheck that referenced this pull request May 3, 2024
---------------------

Add `plaintext-only` value to `contenteditable` attribute

validator/validator@228ea687b

Co-authored-by: Niedziolka Michal <niedziolek@hotmail.com>

---------------------

add warnings for deprecated ARIA attributes (w3c#1560)

validator/validator@e61fbeb2c

Co-authored-by: Steve Faulkner <faulkner.steve@gmail.com>

---------------------

disallow aria attributes on datalist (w3c#1557)

validator/validator@b4849c04b

Co-authored-by: Steve Faulkner <faulkner.steve@gmail.com>

---------------------

allow role=button on area

validator/validator@89ff1fc2b

Co-authored-by: stevefaulkner <faulkner.steve@gmail.com>

---------------------

fix: allow -1 for aria-colcount

validator/validator@2466e73c4

Co-authored-by: Nick Schonning <nschonni@gmail.com>

---------------------

fix: Allow -1 for aria-rowcount

validator/validator@eac205b6b

Co-authored-by: Nick Schonning <nschonni@gmail.com>

---------------------

Add `fetchpriority` attribute

validator/validator@7c9991405

Co-authored-by: Niedziolka Michal <niedziolek@hotmail.com>

---------------------

Script type importmap (w3c#1478)

validator/validator@4054c56f5

Co-authored-by: Michał Niedziółka <niedziolek@hotmail.com>

---------------------

Move “manifest” attribute to legacy-attributes list

validator/validator@175e62d3a

Co-authored-by: Michael[tm] Smith <mike@w3.org>

---------------------

Pointer Events (w3c#1481)

validator/validator@5eb52a931

Co-authored-by: Michał Niedziółka <niedziolek@hotmail.com>

---------------------

Report a better error message for obsolete “manifest” attribute

validator/validator@ae924b625

Co-authored-by: Michael[tm] Smith <mike@w3.org>

---------------------

onscrollend

validator/validator@87287a97f

Co-authored-by: Niedziolka Michal <niedziolek@hotmail.com>

---------------------

slot element

validator/validator@d6cf423c1

Co-authored-by: Niedziolka Michal <niedziolek@hotmail.com>

---------------------

Allow paragraphs in hgroup (w3c#1467)

validator/validator@3ff53973f

Co-authored-by: Michał Niedziółka <niedziolek@hotmail.com>

---------------------

blocking="render" (w3c#1466)

validator/validator@df5d4e23a

Co-authored-by: Michał Niedziółka <niedziolek@hotmail.com>

---------------------

inert

validator/validator@507f551b2

Co-authored-by: Niedziolka Michal <niedziolek@hotmail.com>

---------------------

hidden=until-found

validator/validator@a424d55a8

Co-authored-by: Niedziolka Michal <niedziolek@hotmail.com>

---------------------

media attribute in meta element

validator/validator@af3e94d22

Co-authored-by: Niedziolka Michal <niedziolek@hotmail.com>

---------------------

Sync event handlers

validator/validator@58bea51c7

Co-authored-by: Niedziolka Michal <niedziolek@hotmail.com>

---------------------

Remove manifest attribute

validator/validator@66510f3ca

Co-authored-by: Niedziolka Michal <niedziolek@hotmail.com>

---------------------

enterkeyhint

validator/validator@70f3044d7

Co-authored-by: Niedziolka Michal <niedziolek@hotmail.com>

---------------------

Form method dialog (w3c#1443)

validator/validator@0db229a44

Co-authored-by: Michał Niedziółka <niedziolek@hotmail.com>

---------------------

imagesrcset and imagesizes in link (w3c#1444)

validator/validator@49656dbfc

Co-authored-by: Michał Niedziółka <niedziolek@hotmail.com>

---------------------

feat: add support width and height of source in picture

validator/validator@176d98e4f

Co-authored-by: Takeshi Kurosawa <kurosawa-takeshi@mitsue.co.jp>

---------------------

Update: allow none/presentation on nav element (w3c#1323)

validator/validator@5e25edb39

Co-authored-by: Scott O'Hara <scottaohara@users.noreply.github.com>

---------------------

Update schema/html5/web-forms.rnc

validator/validator@95ba6c7cf

Co-authored-by: Michael[tm] Smith <mike@w3.org>

---------------------

update role allowances for button and input type=button

validator/validator@6cc14c4d7

Co-authored-by: Scott O'Hara <scottaohara@users.noreply.github.com>

---------------------

adds role=radio alowance to img alt=foo

validator/validator@b013aa02b

Co-authored-by: Scott O'Hara <scottaohara@users.noreply.github.com>

---------------------

remove deprecated dpub role allowances

validator/validator@b0fb152c0

Co-authored-by: Scott O'Hara <scottaohara@users.noreply.github.com>

---------------------

allow section element to have role=group

validator/validator@078341d37

Co-authored-by: Scott O'Hara <scottaohara@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: maintenance The issue is related to a meta task (build system, dependency update, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant