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 dependency postcss to ^8.4.49 #183

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
postcss (source) ^8.4.33 -> ^8.4.49 age adoption passing confidence

Release Notes

postcss/postcss (postcss)

v8.4.49

Compare Source

v8.4.48

Compare Source

  • Fixed position calculation in error/warnings methods (by @​romainmenke).

v8.4.47

Compare Source

  • Removed debug code.

v8.4.46

Compare Source

  • Fixed Cannot read properties of undefined (reading 'before').

v8.4.45

Compare Source

  • Removed unnecessary fix which could lead to infinite loop.

v8.4.44

Compare Source

  • Another way to fix markClean is not a function error.

v8.4.43

Compare Source

  • Fixed markClean is not a function error.

v8.4.42

Compare Source

  • Fixed CSS syntax error on long minified files (by @​varpstar).

v8.4.41

Compare Source

v8.4.40

Compare Source

  • Moved to getter/setter in nodes types to help Sass team (by @​nex3).

v8.4.39

Compare Source

v8.4.38

Compare Source

v8.4.37

Compare Source

  • Fixed original.column are not numbers error in another case.

v8.4.36

Compare Source

  • Fixed original.column are not numbers error on broken previous source map.

v8.4.35

Compare Source

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

v8.4.34

Compare Source

  • Fixed AtRule#nodes type (by Tim Weißenfels).
  • Cleaned up code (by Dmitry Kirillov).

Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Mar 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vue ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 11, 2024 9:17pm

Copy link

changeset-bot bot commented Mar 1, 2024

⚠️ No Changeset found

Latest commit: 75dd150

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

github-actions bot commented Mar 1, 2024

📊 Package size report   No changes

File Before After
Total (Includes all files) 93.2 kB 93.2 kB
Tarball size 18.6 kB -0.03%↓18.6 kB
Unchanged files
File Size
.babelrc 114 B
.browserslistrc 41 B
.changeset/config.json 308 B
.changeset/README.md 510 B
.codesanbox/ci.json 76 B
.commitlintrc 35 B
.editorconfig 145 B
.eslintignore 95 B
.eslintrc 389 B
.github/workflows/ci.yml 723 B
.github/workflows/codeql.yml 852 B
.github/workflows/pkg-size.yml 474 B
.github/workflows/release.yml 1.1 kB
.lintstagedrc.cjs 54 B
.postcssrc.cjs 51 B
.prettierignore 16 B
.prettierrc 31 B
.remarkrc 42 B
.renovaterc 35 B
.simple-git-hooks.cjs 51 B
.stylelintignore 92 B
.stylelintrc 96 B
.vitepress/components/index.ts 191 B
.vitepress/components/VueQrcodeDemo.vue 5.7 kB
.vitepress/components/VueQriousDemo.vue 3.4 kB
.vitepress/components/VueResizorDemo.vue 658 B
.vitepress/config.ts 310 B
.vitepress/theme/index.ts 337 B
CHANGELOG.md 280 B
index.md 6.6 kB
LICENSE 1.1 kB
package.json 2.2 kB
packages/vue-qrcode/CHANGELOG.md 5.2 kB
packages/vue-qrcode/index.md 5.3 kB
packages/vue-qrcode/index.ts 3.3 kB
packages/vue-qrcode/package.json 1.0 kB
packages/vue-qrcode/README.md 5.5 kB
packages/vue-qrcode/tsconfig.json 139 B
packages/vue-qrious/CHANGELOG.md 4.6 kB
packages/vue-qrious/index.md 4.5 kB
packages/vue-qrious/index.ts 1.1 kB
packages/vue-qrious/package.json 1.1 kB
packages/vue-qrious/qrious.d.ts 472 B
packages/vue-qrious/README.md 4.5 kB
packages/vue-qrious/tsconfig.json 174 B
packages/vue-qrious/typings.d.ts 46 B
packages/vue-resizor/CHANGELOG.md 800 B
packages/vue-resizor/index.md 4.0 kB
packages/vue-resizor/package.json 1.2 kB
packages/vue-resizor/README.md 4.0 kB
packages/vue-resizor/src/bem.ts 635 B
packages/vue-resizor/src/helpers.ts 1.9 kB
packages/vue-resizor/src/index.ts 141 B
packages/vue-resizor/src/Resizor.tsx 8.8 kB
packages/vue-resizor/src/styles.less 691 B
packages/vue-resizor/src/types.ts 358 B
packages/vue-resizor/tsconfig.json 172 B
README.md 6.6 kB
tsconfig.base.json 362 B
tsconfig.json 343 B
vercel.json 124 B

🤖 This report was automatically generated by pkg-size-action

@renovate renovate bot force-pushed the renovate/postcss-8.x branch from 429c33f to 86cccaa Compare March 17, 2024 22:31
@renovate renovate bot changed the title chore(deps): update dependency postcss to ^8.4.35 chore(deps): update dependency postcss to ^8.4.36 Mar 17, 2024
@renovate renovate bot changed the title chore(deps): update dependency postcss to ^8.4.36 chore(deps): update dependency postcss to ^8.4.37 Mar 19, 2024
@renovate renovate bot force-pushed the renovate/postcss-8.x branch from 86cccaa to e8862f1 Compare March 19, 2024 17:04
@renovate renovate bot force-pushed the renovate/postcss-8.x branch from e8862f1 to 6909d96 Compare March 21, 2024 01:29
@renovate renovate bot changed the title chore(deps): update dependency postcss to ^8.4.37 chore(deps): update dependency postcss to ^8.4.38 Mar 21, 2024
@renovate renovate bot force-pushed the renovate/postcss-8.x branch from 6909d96 to 5ffff1e Compare June 29, 2024 18:59
@renovate renovate bot changed the title chore(deps): update dependency postcss to ^8.4.38 chore(deps): update dependency postcss to ^8.4.39 Jun 29, 2024
@renovate renovate bot force-pushed the renovate/postcss-8.x branch from 5ffff1e to bcc87fc Compare July 24, 2024 20:37
@renovate renovate bot changed the title chore(deps): update dependency postcss to ^8.4.39 chore(deps): update dependency postcss to ^8.4.40 Jul 24, 2024
@renovate renovate bot force-pushed the renovate/postcss-8.x branch from bcc87fc to 21d8197 Compare August 6, 2024 01:02
@renovate renovate bot changed the title chore(deps): update dependency postcss to ^8.4.40 chore(deps): update dependency postcss to ^8.4.41 Aug 6, 2024
@renovate renovate bot force-pushed the renovate/postcss-8.x branch from 21d8197 to 4fb103e Compare September 1, 2024 00:51
@renovate renovate bot changed the title chore(deps): update dependency postcss to ^8.4.41 chore(deps): update dependency postcss to ^8.4.42 Sep 1, 2024
@renovate renovate bot force-pushed the renovate/postcss-8.x branch from 4fb103e to d3aa04b Compare September 1, 2024 22:28
@renovate renovate bot changed the title chore(deps): update dependency postcss to ^8.4.42 chore(deps): update dependency postcss to ^8.4.43 Sep 1, 2024
@renovate renovate bot force-pushed the renovate/postcss-8.x branch from d3aa04b to ebebcc1 Compare September 2, 2024 09:33
@renovate renovate bot changed the title chore(deps): update dependency postcss to ^8.4.43 chore(deps): update dependency postcss to ^8.4.44 Sep 2, 2024
@renovate renovate bot force-pushed the renovate/postcss-8.x branch from ebebcc1 to 6f5ad9a Compare September 4, 2024 11:29
@renovate renovate bot changed the title chore(deps): update dependency postcss to ^8.4.44 chore(deps): update dependency postcss to ^8.4.45 Sep 4, 2024
@renovate renovate bot force-pushed the renovate/postcss-8.x branch from 6f5ad9a to 444b092 Compare September 14, 2024 16:16
@renovate renovate bot changed the title chore(deps): update dependency postcss to ^8.4.45 chore(deps): update dependency postcss to ^8.4.47 Sep 14, 2024
@renovate renovate bot force-pushed the renovate/postcss-8.x branch from 444b092 to 0fa4580 Compare November 10, 2024 23:00
@renovate renovate bot changed the title chore(deps): update dependency postcss to ^8.4.47 chore(deps): update dependency postcss to ^8.4.48 Nov 10, 2024
@renovate renovate bot force-pushed the renovate/postcss-8.x branch from 0fa4580 to 75dd150 Compare November 11, 2024 21:16
@renovate renovate bot changed the title chore(deps): update dependency postcss to ^8.4.48 chore(deps): update dependency postcss to ^8.4.49 Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants